| Age | Commit message (Expand) | Author |
| 2007-02-25 | Fix for PR1224. | Jim Laskey |
| 2007-02-25 | Rework GlobalValue::removeDeadConstantUsers to always remove dead constant | Chris Lattner |
| 2007-02-25 | disable some noisy debug output | Chris Lattner |
| 2007-02-25 | no really, this is the right patch | Chris Lattner |
| 2007-02-25 | always promote float varargs to double. | Chris Lattner |
| 2007-02-25 | 1. Provide more detail in file comment. | Reid Spencer |
| 2007-02-25 | one important bugfix: PPC32 didn't have both elf and macho support for | Chris Lattner |
| 2007-02-25 | optimize duplicate ValueMap lookups | Chris Lattner |
| 2007-02-25 | cosmetic changes from review of last patch. obvious | Dale Johannesen |
| 2007-02-25 | A couple of more places where a register liveness has been extended and its l... | Evan Cheng |
| 2007-02-25 | Add an assertion. | Evan Cheng |
| 2007-02-25 | Fix a couple of bugs related IsDead back propagation during coalescing. | Evan Cheng |
| 2007-02-25 | If the liveinterval of the source instruction has been extended, remove the I... | Evan Cheng |
| 2007-02-25 | Only add liveinterval to livein set if it isn't assigned a stack slot. | Evan Cheng |
| 2007-02-25 | fastcc functions that return double values now return them in xmm0 on x86-32. | Chris Lattner |
| 2007-02-25 | allow vectors to be passed to stdcall/fastcall functions | Chris Lattner |
| 2007-02-25 | move LowerRET into the 'Return Value Calling Convention Implementation' | Chris Lattner |
| 2007-02-25 | make all Lower*CallTo implementations use LowerCallResult to handle their | Chris Lattner |
| 2007-02-25 | pass the calling convention into Lower*CallTo, instead of using ad-hoc flags. | Chris Lattner |
| 2007-02-25 | factor a bunch of code out of LowerCCCCallTo into a new LowerCallResult | Chris Lattner |
| 2007-02-25 | move some code around, pass in calling conv, even though it is unused | Chris Lattner |
| 2007-02-25 | fold trivial token factor nodes. This allows us to compile | Chris Lattner |
| 2007-02-25 | simplify result value lowering by splitting the selection of *where* to return | Chris Lattner |
| 2007-02-25 | Allow this to compile now that the header file is checked in. | Reid Spencer |
| 2007-02-25 | make void-return not a special case | Chris Lattner |
| 2007-02-25 | eliminate a bunch more temporary vectors from X86 lowering. | Chris Lattner |
| 2007-02-25 | eliminate temporary vectors created during X86 lowering. | Chris Lattner |
| 2007-02-25 | remove std::vector's in RET lowering. | Chris Lattner |
| 2007-02-25 | implement support for the linux/ppc function call ABI. Patch by | Chris Lattner |
| 2007-02-25 | Add XLForm_1_ext template, patch by Nicolas Geoffray. | Chris Lattner |
| 2007-02-25 | Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! | Chris Lattner |
| 2007-02-25 | this doesn't compile, disable it | Chris Lattner |
| 2007-02-25 | Clean up lshr and ashr to coding standards. | Reid Spencer |
| 2007-02-25 | remove crediting of Evan Cheng and me. | Dale Johannesen |
| 2007-02-25 | initialize a instance variable | Chris Lattner |
| 2007-02-25 | Whoops, last word with bits in large shift left wasn't correct. | Reid Spencer |
| 2007-02-25 | Fix the > 64 bits case for left shift. | Reid Spencer |
| 2007-02-25 | Removed WaterListOffset, inserted BBOffsets. Remove TODO item about this | Dale Johannesen |
| 2007-02-24 | Fix the remainder shifting in KnuthDiv. | Reid Spencer |
| 2007-02-24 | 1. Fix a bug in fromString for the <= 64bits case | Reid Spencer |
| 2007-02-24 | 1. Fix last bug in KnuthDiv. All divide tests pass up to 1024 bits now. | Reid Spencer |
| 2007-02-24 | Deal with cases when MMI is not requested. | Jim Laskey |
| 2007-02-24 | Drop unused operand. | Jim Laskey |
| 2007-02-24 | 1. Make internal functions take const arguments where they should, just | Reid Spencer |
| 2007-02-24 | Fix PR1216 by cleaning up the ownership of JITResolver. | Chris Lattner |
| 2007-02-24 | Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll and PR1219 | Chris Lattner |
| 2007-02-24 | remove folding set debug output | Chris Lattner |
| 2007-02-24 | Fix Transforms/ConstProp/2007-02-23-sdiv.ll and PR1215 | Chris Lattner |
| 2007-02-24 | Fix InstCombine/2007-02-23-PhiFoldInfLoop.ll and PR1217 | Chris Lattner |
| 2007-02-24 | Refactor the setName stuff, moving it down the inheritance hierarchy, to | Chris Lattner |