| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -151/+151 |
* | fix calls | Andrew Lenharth | 2005-04-14 | 1 | -0/+1 |
* | a 21264 fix, and fix the operator precidence on an and -> zap check (should f... | Andrew Lenharth | 2005-04-14 | 1 | -2/+2 |
* | WOW, function calls still seem to work after this. | Andrew Lenharth | 2005-04-13 | 1 | -5/+5 |
* | add matches for SxADDL and company, as well as simplify the SxADDQ code | Andrew Lenharth | 2005-04-13 | 1 | -78/+48 |
* | added all flavors of zap for anding | Andrew Lenharth | 2005-04-13 | 1 | -0/+20 |
* | Remove support for ZERO_EXTEND_INREG. This pessimizes code, genering stuff | Chris Lattner | 2005-04-13 | 1 | -21/+0 |
* | Get rid of idefs for arguments (oops) | Andrew Lenharth | 2005-04-12 | 1 | -5/+5 |
* | Get rid of idefs for arguments | Andrew Lenharth | 2005-04-12 | 1 | -5/+28 |
* | This target does not support/want ISD::BRCONDTWOWAY | Chris Lattner | 2005-04-09 | 1 | -0/+1 |
* | collect a few statistics, factor constants (constant loading and mult), fix l... | Andrew Lenharth | 2005-04-08 | 1 | -10/+66 |
* | Alpha zero extends setcc results | Andrew Lenharth | 2005-04-07 | 1 | -0/+1 |
* | fix a small optimization opertunity and make gcc happy | Andrew Lenharth | 2005-04-07 | 1 | -3/+1 |
* | fixup magic constant making code. tested by thousands of random divisions...... | Andrew Lenharth | 2005-04-07 | 1 | -10/+10 |
* | It wasn't happy about this either | Andrew Lenharth | 2005-04-07 | 1 | -1/+1 |
* | Yea, it wasn't happy | Andrew Lenharth | 2005-04-07 | 1 | -0/+1 |
* | Make these 64 bit constants so that this compiles on x86-32 as well. | Alkis Evlogimenos | 2005-04-06 | 1 | -6/+6 |
* | added sdiv by 2^k and works for neg divisors also | Andrew Lenharth | 2005-04-06 | 1 | -10/+59 |
* | fix copy/paste errors, and add imm support to SxADDQ and SxSUBQ | Andrew Lenharth | 2005-04-06 | 1 | -8/+32 |
* | Added Nate's div by constant stuff, also scaled operations! | Andrew Lenharth | 2005-04-06 | 1 | -19/+250 |
* | added lowerargs support for varargs | Andrew Lenharth | 2005-04-05 | 1 | -37/+71 |
* | is this simpler? I think it is simpler. | Andrew Lenharth | 2005-04-03 | 1 | -85/+83 |
* | fix 101 regressions | Andrew Lenharth | 2005-04-03 | 1 | -3/+3 |
* | Select optimization | Andrew Lenharth | 2005-04-02 | 1 | -56/+141 |
* | Try several things. 1) drop /i from FP ops 2) factor out FP to Int moves and... | Andrew Lenharth | 2005-04-02 | 1 | -85/+104 |
* | FNEG/FABS/UNDEF | Andrew Lenharth | 2005-04-02 | 1 | -3/+13 |
* | FNEG/FABS | Andrew Lenharth | 2005-04-02 | 1 | -4/+17 |
* | This target doesn't support fabs/fneg yet. | Chris Lattner | 2005-04-02 | 1 | -0/+4 |
* | make fp div trick dependend on flag | Andrew Lenharth | 2005-03-31 | 1 | -2/+2 |
* | PCMarker support for DAG and Alpha | Andrew Lenharth | 2005-03-31 | 1 | -0/+15 |
* | yea, fine Duraid | Andrew Lenharth | 2005-03-30 | 1 | -1/+1 |
* | Fix up some types and constants | Andrew Lenharth | 2005-03-29 | 1 | -5/+3 |
* | 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 |
* | don't lie to the register allocator | Andrew Lenharth | 2005-03-23 | 1 | -2/+2 |
* | two things: 1)evilness reduction patch, reduces the number of instructions h... | Andrew Lenharth | 2005-03-22 | 1 | -5/+40 |
* | sure, I can set a flag, but if I never check it, why bother setting it? Shou... | Andrew Lenharth | 2005-03-15 | 1 | -2/+2 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
* | FP 0.0 setcc optimization, and generate short branch sequence for setcc(FP) r... | Andrew Lenharth | 2005-03-14 | 1 | -17/+31 |
* | remove a pseudo instruction and improve inline constant generation | Andrew Lenharth | 2005-03-11 | 1 | -3/+29 |
* | fix FCMOVxx typo, set rem and div to hardcode target reg to be the same as th... | Andrew Lenharth | 2005-03-04 | 1 | -7/+13 |
* | beter Select on FP | Andrew Lenharth | 2005-03-03 | 1 | -14/+65 |
* | remove 32 sign extend after 32 sextload and handle small negative constant | Andrew Lenharth | 2005-03-02 | 1 | -4/+9 |
* | make BB labels be exported for debuging, add fp negation optimization, furthe... | Andrew Lenharth | 2005-02-25 | 1 | -17/+47 |
* | Ah the problems you have to fix when you stray from the One True Way (TM) | Andrew Lenharth | 2005-02-23 | 1 | -2/+2 |
* | oops | Andrew Lenharth | 2005-02-22 | 1 | -1/+1 |
* | dynamic stack allocas | Andrew Lenharth | 2005-02-22 | 1 | -22/+66 |
* | fix setcc on floats, fixes singlesource:pi, perhaps others | Andrew Lenharth | 2005-02-14 | 1 | -1/+5 |
* | try to do better match for i32 adds | Andrew Lenharth | 2005-02-12 | 1 | -1/+22 |
* | oops, I was sure this had already gond though the nightly tester | Andrew Lenharth | 2005-02-12 | 1 | -1/+1 |