Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Expose base register for DwarfWriter. Refactor code accordingly. | Jim Laskey | 2006-03-28 | 2 | -12/+4 | |
| | | | | llvm-svn: 27225 | |||||
* | Translate llvm target registers to dwarf register numbers properly. | Jim Laskey | 2006-03-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 27180 | |||||
* | #include Intrinsics.h into all dag isels | Chris Lattner | 2006-03-25 | 1 | -0/+1 | |
| | | | | llvm-svn: 27109 | |||||
* | Add dwarf register numbering to register data. | Jim Laskey | 2006-03-24 | 1 | -33/+64 | |
| | | | | llvm-svn: 27081 | |||||
* | Add support to locate local variables in frames (early version.) | Jim Laskey | 2006-03-23 | 2 | -0/+16 | |
| | | | | llvm-svn: 26994 | |||||
* | Eliminate IntrinsicLowering from TargetMachine. | Chris Lattner | 2006-03-23 | 2 | -6/+3 | |
| | | | | | | Make the CBE and V9 backends create their own, since they're the only ones that use it. llvm-svn: 26974 | |||||
* | Remove BRTWOWAY* | Nate Begeman | 2006-03-17 | 1 | -2/+0 | |
| | | | | | | | | Make the PPC backend not dependent on BRTWOWAY_CC and make the branch selector smarter about the code it generates, fixing a case in the readme. llvm-svn: 26814 | |||||
* | these are copies too | Andrew Lenharth | 2006-03-09 | 1 | -1/+5 | |
| | | | | llvm-svn: 26653 | |||||
* | remove some now-dead code | Chris Lattner | 2006-03-09 | 1 | -16/+0 | |
| | | | | llvm-svn: 26652 | |||||
* | fcopysign for mixed mode | Andrew Lenharth | 2006-03-09 | 1 | -1/+20 | |
| | | | | llvm-svn: 26651 | |||||
* | alpha and llvm have different oppinions on which arg is the sign bit | Andrew Lenharth | 2006-03-09 | 1 | -10/+8 | |
| | | | | llvm-svn: 26647 | |||||
* | Alpha Scheduling classes | Andrew Lenharth | 2006-03-09 | 6 | -232/+333 | |
| | | | | llvm-svn: 26643 | |||||
* | fcopysign and get rid of dsnode cruft. custom PA runtimes make this better ↵ | Andrew Lenharth | 2006-03-09 | 2 | -220/+15 | |
| | | | | | | in some senses llvm-svn: 26641 | |||||
* | Add support for 'special' llvm globals like debug info and static ctors/dtors. | Chris Lattner | 2006-03-09 | 1 | -0/+4 | |
| | | | | llvm-svn: 26628 | |||||
* | Copysign needs to be expanded everywhere. Note that Alpha and IA64 should | Chris Lattner | 2006-03-05 | 1 | -0/+4 | |
| | | | | | | implement copysign as a native op if they have it. llvm-svn: 26541 | |||||
* | Removed dependency on how operands are printed (want multi-line.) | Jim Laskey | 2006-02-27 | 1 | -9/+3 | |
| | | | | llvm-svn: 26399 | |||||
* | improved zap discovery | Andrew Lenharth | 2006-02-13 | 1 | -0/+33 | |
| | | | | llvm-svn: 26148 | |||||
* | Switch targets over to using SelectionDAG::getCALLSEQ_START to create | Chris Lattner | 2006-02-13 | 1 | -2/+2 | |
| | | | | | | CALLSEQ_START nodes. llvm-svn: 26143 | |||||
* | Match getTargetNode() changes (now return SDNode* instead of SDOperand). | Evan Cheng | 2006-02-09 | 1 | -36/+39 | |
| | | | | llvm-svn: 26085 | |||||
* | Change Select() from | Evan Cheng | 2006-02-09 | 1 | -42/+74 | |
| | | | | | | | | SDOperand Select(SDOperand N); to void Select(SDOperand &Result, SDOperand N); llvm-svn: 26067 | |||||
* | see what this allignment thing will do | Andrew Lenharth | 2006-02-06 | 1 | -1/+2 | |
| | | | | llvm-svn: 26017 | |||||
* | Use SelectRoot() as entry of any tblgen based isel. | Evan Cheng | 2006-02-05 | 1 | -1/+2 | |
| | | | | llvm-svn: 25997 | |||||
* | linkage fix for weak functions | Andrew Lenharth | 2006-02-04 | 1 | -3/+16 | |
| | | | | llvm-svn: 25976 | |||||
* | isStoreToStackSlot | Andrew Lenharth | 2006-02-03 | 3 | -3/+20 | |
| | | | | llvm-svn: 25925 | |||||
* | Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ↵ | Chris Lattner | 2006-02-02 | 4 | -21/+21 | |
| | | | | | | more logical place. Other methods should also be moved if anyoneis interested. :) llvm-svn: 25913 | |||||
* | Add immediate forms of cmov and remove some cruft | Andrew Lenharth | 2006-02-01 | 3 | -40/+27 | |
| | | | | llvm-svn: 25882 | |||||
* | Fix some of the stuff in the PPC README file, and clean up legalization | Nate Begeman | 2006-02-01 | 1 | -0/+2 | |
| | | | | | | of the SELECT_CC, BR_CC, and BRTWOWAY_CC nodes. llvm-svn: 25875 | |||||
* | Allow the specification of explicit alignments for constant pool entries. | Evan Cheng | 2006-01-31 | 1 | -2/+3 | |
| | | | | llvm-svn: 25855 | |||||
* | Update alpha to reflect recent constantfp legalize changes. It's not clear | Chris Lattner | 2006-01-29 | 2 | -16/+18 | |
| | | | | | | why all this code isn't autogenerated. :( llvm-svn: 25770 | |||||
* | cmovle != cmovlt | Chris Lattner | 2006-01-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 25761 | |||||
* | Implement Promote for VAARG, and allow it to be custom promoted for people | Nate Begeman | 2006-01-28 | 2 | -0/+12 | |
| | | | | | | who don't want the default behavior (Alpha). llvm-svn: 25726 | |||||
* | Switch to AlphaISD::CALL instead of ISD::CALL | Chris Lattner | 2006-01-27 | 3 | -4/+10 | |
| | | | | llvm-svn: 25718 | |||||
* | Subtarget feature can now set any variable to any value | Evan Cheng | 2006-01-27 | 1 | -2/+2 | |
| | | | | llvm-svn: 25678 | |||||
* | PHI and INLINEASM are now built-in instructions provided by Target.td | Chris Lattner | 2006-01-27 | 2 | -4/+0 | |
| | | | | llvm-svn: 25674 | |||||
* | minor renaming | Andrew Lenharth | 2006-01-26 | 2 | -16/+16 | |
| | | | | llvm-svn: 25640 | |||||
* | allow R28 to be used for frame calculations without entirely removing it ↵ | Andrew Lenharth | 2006-01-26 | 3 | -21/+4 | |
| | | | | | | from circulation llvm-svn: 25639 | |||||
* | oops | Andrew Lenharth | 2006-01-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 25623 | |||||
* | forgot one | Andrew Lenharth | 2006-01-25 | 1 | -0/+1 | |
| | | | | llvm-svn: 25620 | |||||
* | make things compile again | Andrew Lenharth | 2006-01-25 | 1 | -0/+4 | |
| | | | | llvm-svn: 25614 | |||||
* | First part of bug 680: | Nate Begeman | 2006-01-25 | 2 | -83/+70 | |
| | | | | | | | Remove TLI.LowerVA* and replace it with SDNodes that are lowered the same way as everything else. llvm-svn: 25606 | |||||
* | maintaining stackpointer alignment. Perhaps it doesn't matter | Andrew Lenharth | 2006-01-25 | 1 | -0/+4 | |
| | | | | llvm-svn: 25592 | |||||
* | bye bye Pattern ISEL | Andrew Lenharth | 2006-01-23 | 3 | -1740/+5 | |
| | | | | llvm-svn: 25553 | |||||
* | added stores to lsmark | Andrew Lenharth | 2006-01-23 | 3 | -4/+74 | |
| | | | | llvm-svn: 25552 | |||||
* | fix up more lsmark stuff | Andrew Lenharth | 2006-01-23 | 2 | -15/+22 | |
| | | | | llvm-svn: 25550 | |||||
* | yea, lowering this stuff will basically work | Andrew Lenharth | 2006-01-23 | 3 | -10/+153 | |
| | | | | llvm-svn: 25549 | |||||
* | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 4 | -3/+5 | |
| | | | | llvm-svn: 25515 | |||||
* | typo | Andrew Lenharth | 2006-01-19 | 2 | -4/+5 | |
| | | | | llvm-svn: 25464 | |||||
* | nasty nasty patterns | Andrew Lenharth | 2006-01-19 | 1 | -3/+8 | |
| | | | | llvm-svn: 25463 | |||||
* | fix short immediate loads | Andrew Lenharth | 2006-01-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 25371 | |||||
* | stack and rpcc | Andrew Lenharth | 2006-01-16 | 3 | -35/+11 | |
| | | | | llvm-svn: 25369 |