| Age | Commit message (Expand) | Author |
| 2005-04-14 | a 21264 fix, and fix the operator precidence on an and -> zap check (should f... | Andrew Lenharth |
| 2005-04-13 | WOW, function calls still seem to work after this. | Andrew Lenharth |
| 2005-04-13 | prepare for func call optimization | Andrew Lenharth |
| 2005-04-13 | add matches for SxADDL and company, as well as simplify the SxADDQ code | Andrew Lenharth |
| 2005-04-13 | added all flavors of zap for anding | Andrew Lenharth |
| 2005-04-13 | Remove support for ZERO_EXTEND_INREG. This pessimizes code, genering stuff | Chris Lattner |
| 2005-04-12 | Get rid of idefs for arguments (oops) | Andrew Lenharth |
| 2005-04-12 | Get rid of idefs for arguments | Andrew Lenharth |
| 2005-04-09 | This target does not support/want ISD::BRCONDTWOWAY | Chris Lattner |
| 2005-04-08 | collect a few statistics, factor constants (constant loading and mult), fix l... | Andrew Lenharth |
| 2005-04-07 | Alpha zero extends setcc results | Andrew Lenharth |
| 2005-04-07 | fix a small optimization opertunity and make gcc happy | Andrew Lenharth |
| 2005-04-07 | fixup magic constant making code. tested by thousands of random divisions...... | Andrew Lenharth |
| 2005-04-07 | lowercase instructions, makes diff happier | Andrew Lenharth |
| 2005-04-07 | It wasn't happy about this either | Andrew Lenharth |
| 2005-04-07 | Yea, it wasn't happy | Andrew Lenharth |
| 2005-04-06 | Make these 64 bit constants so that this compiles on x86-32 as well. | Alkis Evlogimenos |
| 2005-04-06 | added sdiv by 2^k and works for neg divisors also | Andrew Lenharth |
| 2005-04-06 | fix copy/paste errors, and add imm support to SxADDQ and SxSUBQ | Andrew Lenharth |
| 2005-04-06 | Added Nate's div by constant stuff, also scaled operations! | Andrew Lenharth |
| 2005-04-05 | added lowerargs support for varargs | Andrew Lenharth |
| 2005-04-03 | is this simpler? I think it is simpler. | Andrew Lenharth |
| 2005-04-03 | fix 101 regressions | Andrew Lenharth |
| 2005-04-02 | Select optimization | Andrew Lenharth |
| 2005-04-02 | Try several things. 1) drop /i from FP ops 2) factor out FP to Int moves and... | Andrew Lenharth |
| 2005-04-02 | FNEG/FABS/UNDEF | Andrew Lenharth |
| 2005-04-02 | FNEG/FABS | Andrew Lenharth |
| 2005-04-02 | This target doesn't support fabs/fneg yet. | Chris Lattner |
| 2005-03-31 | make fp div trick dependend on flag | Andrew Lenharth |
| 2005-03-31 | PCMarker support for DAG and Alpha | Andrew Lenharth |
| 2005-03-30 | yea, fine Duraid | Andrew Lenharth |
| 2005-03-29 | Fix up some types and constants | Andrew Lenharth |
| 2005-03-26 | Change interface to LowerCallTo to take a boolean isVarArg argument. | Nate Begeman |
| 2005-03-24 | Remove comments that are now meaningless from the pattern ISels, at Chris's | Nate Begeman |
| 2005-03-23 | don't lie to the register allocator | Andrew Lenharth |
| 2005-03-22 | hum, it is good to use real instructions | Andrew Lenharth |
| 2005-03-22 | two things: 1)evilness reduction patch, reduces the number of instructions h... | Andrew Lenharth |
| 2005-03-17 | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner |
| 2005-03-15 | sure, I can set a flag, but if I never check it, why bother setting it? Shou... | Andrew Lenharth |
| 2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
| 2005-03-14 | FP 0.0 setcc optimization, and generate short branch sequence for setcc(FP) r... | Andrew Lenharth |
| 2005-03-13 | Should fix mesa | Andrew Lenharth |
| 2005-03-11 | remove a pseudo instruction and improve inline constant generation | Andrew Lenharth |
| 2005-03-10 | some typoes and .bss isn't liked, at all | Andrew Lenharth |
| 2005-03-09 | minor correction for Register that isn't used | Andrew Lenharth |
| 2005-03-05 | don't break the build on 32-bit hosts. | Chris Lattner |
| 2005-03-05 | fix data size stuff for architectures with bit challenged data types | Andrew Lenharth |
| 2005-03-04 | fix up stack pointer adjustments | Andrew Lenharth |
| 2005-03-04 | fix FCMOVxx typo, set rem and div to hardcode target reg to be the same as th... | Andrew Lenharth |
| 2005-03-03 | turn on IEEE for compares | Andrew Lenharth |