| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Add code to reduce multiplies by constant integers to shifts, adds and | Duraid Madina | 2005-04-26 | 1 | -15/+439 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -452/+451 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -111/+111 |
* | oops, this stopped us turning movl r4=0xFFFFFFFF;; and rX, r4 into zxt4 | Duraid Madina | 2005-04-14 | 1 | -1/+1 |
* | we have zextloads, not sextloads! | Duraid Madina | 2005-04-14 | 1 | -1/+1 |
* | * add the shladd instruction | Duraid Madina | 2005-04-13 | 1 | -0/+20 |
* | * if ANDing with a constant of the form: | Duraid Madina | 2005-04-13 | 1 | -2/+45 |
* | Remove special handling of ZERO_EXTEND_INREG. This pessimizes code, causing | Chris Lattner | 2005-04-13 | 1 | -17/+0 |
* | stop emitting IDEFs for args - change to using liveIn/liveOut | Duraid Madina | 2005-04-12 | 1 | -2/+27 |
* | IA64 supports this operation. | Chris Lattner | 2005-04-11 | 1 | -1/+0 |
* | hmm, should probably change addImm() to take 64-bit arguments one day anyway. | Duraid Madina | 2005-04-11 | 1 | -1/+1 |
* | assorted fixes: | Duraid Madina | 2005-04-11 | 1 | -22/+57 |
* | This target does not support/want ISD::BRCONDTWOWAY | Chris Lattner | 2005-04-09 | 1 | -0/+1 |
* | fix bogus division-by-power-of-2 (was wrong for negative input, adds extr insn) | Duraid Madina | 2005-04-08 | 1 | -7/+20 |
* | codegen immediate forms of add/sub/shift | Duraid Madina | 2005-04-07 | 1 | -13/+66 |
* | steal sampo's div-by-constant-power-of-2 stuff | Duraid Madina | 2005-04-06 | 1 | -4/+66 |
* | fix SREM/UREM, which gave incorrect results for x%y if x was zero. This is | Duraid Madina | 2005-04-04 | 1 | -1/+13 |
* | support IDEF, fnegabs (thanks sampo) | Duraid Madina | 2005-04-02 | 1 | -2/+14 |
* | add support FNEG and FABS | Duraid Madina | 2005-04-02 | 1 | -5/+15 |
* | This target doesn't support fabs/fneg yet. | Chris Lattner | 2005-04-02 | 1 | -0/+3 |
* | repair mindless SELECT waste. | Duraid Madina | 2005-04-01 | 1 | -15/+5 |
* | Assorted fixes: | Duraid Madina | 2005-03-31 | 1 | -38/+135 |
* | Change interface to LowerCallTo to take a boolean isVarArg argument. | Nate Begeman | 2005-03-26 | 1 | -4/+4 |
* | Remove comments that are now meaningless from the pattern ISels, at Chris's | Nate Begeman | 2005-03-24 | 1 | -2/+1 |
* | Stop using deprecated interface. | Alkis Evlogimenos | 2005-03-19 | 1 | -1/+1 |
* | clean up warnings when building in release mode | Duraid Madina | 2005-03-17 | 1 | -0/+2 |
* | and so it begins... | Duraid Madina | 2005-03-17 | 1 | -0/+1640 |