| Commit message (Expand) | Author | Age | Files | Lines |
* | something wrong with this opt | Andrew Lenharth | 2007-11-27 | 1 | -12/+14 |
* | Unifacalize the CALLSEQ{START,END} stuff. | Bill Wendling | 2007-11-13 | 1 | -5/+5 |
* | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 1 | -7/+13 |
* | Add a flag for indirect branch instructions. | Owen Anderson | 2007-11-12 | 1 | -2/+1 |
* | Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. | Evan Cheng | 2007-09-11 | 1 | -3/+3 |
* | No more noResults. | Evan Cheng | 2007-07-21 | 1 | -6/+6 |
* | Change instruction description to split OperandList into OutOperandList and | Evan Cheng | 2007-07-19 | 1 | -31/+39 |
* | Use this nifty Constraints thing and fix the inverted conditional moves | Andrew Lenharth | 2007-04-17 | 1 | -10/+10 |
* | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth | 2007-01-24 | 1 | -4/+2 |
* | Be sure to grab weak functions too, and make implicit defs comments | Andrew Lenharth | 2006-12-07 | 1 | -3/+3 |
* | silence warnings. | Chris Lattner | 2006-11-03 | 1 | -0/+1 |
* | fix 2006-11-01-vastart.ll | Andrew Lenharth | 2006-11-02 | 1 | -2/+4 |
* | more shotenning | Andrew Lenharth | 2006-10-31 | 1 | -113/+75 |
* | Let us play simplify the td file (and fix a few missed sub and mul patterns). | Andrew Lenharth | 2006-10-31 | 1 | -83/+55 |
* | Add all that branch mangling niftiness | Andrew Lenharth | 2006-10-31 | 1 | -105/+158 |
* | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng | 2006-10-13 | 1 | -9/+9 |
* | adjcallstack up/down clobbers the sp | Chris Lattner | 2006-10-12 | 1 | -2/+2 |
* | Use cute tblgen tricks to make zap handling more powerful. Specifically, | Chris Lattner | 2006-10-11 | 1 | -8/+18 |
* | Remove dead/redundant instructions. These are handled by ZAPNOTi | Chris Lattner | 2006-10-11 | 1 | -6/+1 |
* | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng | 2006-10-09 | 1 | -18/+18 |
* | catch constants more often | Andrew Lenharth | 2006-09-20 | 1 | -0/+14 |
* | Jump tables on Alpha | Andrew Lenharth | 2006-09-18 | 1 | -1/+11 |
* | CALLSEQ_* produces chain even if that's not needed. | Evan Cheng | 2006-08-11 | 1 | -2/+4 |
* | Remove a duplicate pattern/ | Evan Cheng | 2006-07-31 | 1 | -3/+0 |
* | Let the alpha breakage begin. First Formals and RET. next Calls | Andrew Lenharth | 2006-06-12 | 1 | -1/+6 |
* | ignore ordered/unordered for now | Andrew Lenharth | 2006-06-04 | 1 | -0/+120 |
* | support x * (c1 + c2) where c1 and c2 are pow2s. special case for c2 == 4 | Andrew Lenharth | 2006-04-03 | 1 | -9/+31 |
* | mul by const conversion sequences. more coming soon | Andrew Lenharth | 2006-04-03 | 1 | -1/+48 |
* | fcopysign for mixed mode | Andrew Lenharth | 2006-03-09 | 1 | -1/+20 |
* | alpha and llvm have different oppinions on which arg is the sign bit | Andrew Lenharth | 2006-03-09 | 1 | -10/+8 |
* | Alpha Scheduling classes | Andrew Lenharth | 2006-03-09 | 1 | -191/+191 |
* | fcopysign and get rid of dsnode cruft. custom PA runtimes make this better i... | Andrew Lenharth | 2006-03-09 | 1 | -55/+15 |
* | isStoreToStackSlot | Andrew Lenharth | 2006-02-03 | 1 | -3/+1 |
* | Add immediate forms of cmov and remove some cruft | Andrew Lenharth | 2006-02-01 | 1 | -36/+21 |
* | cmovle != cmovlt | Chris Lattner | 2006-01-29 | 1 | -1/+1 |
* | PHI and INLINEASM are now built-in instructions provided by Target.td | Chris Lattner | 2006-01-27 | 1 | -2/+0 |
* | minor renaming | Andrew Lenharth | 2006-01-26 | 1 | -15/+15 |
* | allow R28 to be used for frame calculations without entirely removing it from... | Andrew Lenharth | 2006-01-26 | 1 | -2/+2 |
* | added stores to lsmark | Andrew Lenharth | 2006-01-23 | 1 | -3/+22 |
* | fix up more lsmark stuff | Andrew Lenharth | 2006-01-23 | 1 | -14/+12 |
* | yea, lowering this stuff will basically work | Andrew Lenharth | 2006-01-23 | 1 | -9/+43 |
* | typo | Andrew Lenharth | 2006-01-19 | 1 | -3/+3 |
* | nasty nasty patterns | Andrew Lenharth | 2006-01-19 | 1 | -3/+8 |
* | fix short immediate loads | Andrew Lenharth | 2006-01-16 | 1 | -1/+1 |
* | this pattern was bogus | Andrew Lenharth | 2006-01-11 | 1 | -2/+1 |
* | Int immediate loading fix | Andrew Lenharth | 2006-01-10 | 1 | -1/+1 |
* | proper branch not equal sequence | Andrew Lenharth | 2006-01-09 | 1 | -0/+4 |
* | unbreak the build, these are now in TargetSelectionDAG.td | Chris Lattner | 2006-01-05 | 1 | -3/+0 |
* | Move brcond over and fix some imm patterns. This may be the last change befo... | Andrew Lenharth | 2006-01-01 | 1 | -115/+109 |
* | improve constant loading. Still sucks, but oh well | Andrew Lenharth | 2005-12-30 | 1 | -2/+30 |