aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add XLForm_1_ext template, patch by Nicolas Geoffray.Chris Lattner2007-02-251-14/+24
* Improve JIT support for linux/ppc: Patch by Nicolas Geoffray!Chris Lattner2007-02-253-2/+70
* this doesn't compile, disable itChris Lattner2007-02-251-0/+4
* Clean up lshr and ashr to coding standards.Reid Spencer2007-02-251-53/+79
* remove crediting of Evan Cheng and me.Dale Johannesen2007-02-251-1/+0
* initialize a instance variableChris Lattner2007-02-251-0/+1
* Whoops, last word with bits in large shift left wasn't correct.Reid Spencer2007-02-251-1/+1
* Fix the > 64 bits case for left shift.Reid Spencer2007-02-251-22/+47
* Removed WaterListOffset, inserted BBOffsets. Remove TODO item about thisDale Johannesen2007-02-252-109/+114
* Fix the remainder shifting in KnuthDiv.Reid Spencer2007-02-241-6/+13
* 1. Fix a bug in fromString for the <= 64bits caseReid Spencer2007-02-241-17/+29
* 1. Fix last bug in KnuthDiv. All divide tests pass up to 1024 bits now.Reid Spencer2007-02-241-63/+55
* Deal with cases when MMI is not requested.Jim Laskey2007-02-241-0/+14
* Drop unused operand.Jim Laskey2007-02-241-2/+0
* 1. Make internal functions take const arguments where they should, justReid Spencer2007-02-241-21/+61
* Fix PR1216 by cleaning up the ownership of JITResolver.Chris Lattner2007-02-242-29/+42
* Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll and PR1219Chris Lattner2007-02-241-2/+2
* remove folding set debug outputChris Lattner2007-02-241-4/+0
* Fix Transforms/ConstProp/2007-02-23-sdiv.ll and PR1215Chris Lattner2007-02-241-1/+2
* Fix InstCombine/2007-02-23-PhiFoldInfLoop.ll and PR1217Chris Lattner2007-02-241-1/+2
* Refactor the setName stuff, moving it down the inheritance hierarchy, toChris Lattner2007-02-242-98/+199
* PR1164:Bill Wendling2007-02-231-22/+52
* Avoid TBAA issue.Chris Lattner2007-02-231-1/+4
* bugfix: SP wasn't updated for varargs when frame pointer was eliminated.Lauro Ramos Venancio2007-02-231-63/+63
* Reuse extends the liveness of a register. Transfer the kill to the operand th...Evan Cheng2007-02-231-1/+6
* Handle improper cast.Jim Laskey2007-02-231-6/+19
* Handle cases when joining live intervals of two virtual registers.Evan Cheng2007-02-231-7/+17
* Don't spill LR as a callee saved register.Jim Laskey2007-02-233-2/+19
* Fix stack alignment in functions with varargs.Lauro Ramos Venancio2007-02-231-2/+5
* fix an obscure and tricky bug the inliner can hit sometimes.Chris Lattner2007-02-231-1/+1
* Fix thinko.Devang Patel2007-02-231-1/+2
* Loop passes are set up to accept pointer.Devang Patel2007-02-231-1/+1
* Mark livein registers as being in used.Evan Cheng2007-02-231-0/+6
* rewrite of constant islandsDale Johannesen2007-02-232-87/+276
* Added -march=thumb; removed -enable-thumb.Evan Cheng2007-02-234-20/+36
* 80 col. violation.Evan Cheng2007-02-231-1/+2
* External weak linkage is supported by recent binutils on mingw32.Anton Korobeynikov2007-02-232-1/+2
* 1. Fix a carry out problem in add if destination and x point to the sameReid Spencer2007-02-231-92/+43
* A spill kills the register being stored. But it is later being reused by spil...Evan Cheng2007-02-231-25/+39
* First potential client of register scavenger.Evan Cheng2007-02-231-4/+13
* By default, spills kills the register being stored.Evan Cheng2007-02-235-27/+32
* Add option to turn on register scavenger; By default, spills kills the regist...Evan Cheng2007-02-232-6/+20
* Use findRegisterUseOperand to find a kill of particular register.Evan Cheng2007-02-231-3/+5
* Initial check in of register scavenger. Its only current functionality is tra...Evan Cheng2007-02-231-0/+140
* Teach LoopPass to assign itself one Loop Pass Manager.Devang Patel2007-02-231-0/+41
* Add facility that allows LoopPass to re-insert a loop intoDevang Patel2007-02-231-0/+13
* Add LPPassManager interface that LoopPass can use to skipDevang Patel2007-02-231-0/+13
* remove obsolete fileChris Lattner2007-02-221-7/+0
* Populate and walk loop queue.Devang Patel2007-02-221-6/+20
* Add LoopQueue. This is used by loop pass manager to manage loop nest.Devang Patel2007-02-221-0/+36