summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add i16 address mode.Evan Cheng2007-04-01
* For PR1297:Reid Spencer2007-04-01
* For PR1297:Reid Spencer2007-04-01
* For PR1297:Reid Spencer2007-04-01
* For PR1297:Reid Spencer2007-04-01
* For PR1297:Reid Spencer2007-04-01
* Fix InstCombine/2007-03-31-InfiniteLoop.llChris Lattner2007-04-01
* Implement union of wrapped sets.Nick Lewycky2007-04-01
* ReadmeAndrew Lenharth2007-03-31
* Consistency with native compilersAnton Korobeynikov2007-03-31
* Fix comment.Bill Wendling2007-03-31
* add a noteChris Lattner2007-03-31
* move a bunch of code out of the sdisel pass into its own opt pass "codegenpre...Chris Lattner2007-03-31
* Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.Chris Lattner2007-03-31
* switch TL::getValueType to use MVT::getValueType.Chris Lattner2007-03-31
* add a method to turn a type into a VT.Chris Lattner2007-03-31
* Delete dead code.Zhou Sheng2007-03-31
* Use APInt operators to calculate the carry bits, remove this loop.Zhou Sheng2007-03-31
* Match GCC's MMX calling convention.Bill Wendling2007-03-31
* Add a -print-lsr-output option to LLC, to print the output of the LSR pass.Chris Lattner2007-03-31
* implement the new addressing mode description hook.Chris Lattner2007-03-30
* add one addressing mode description hook to rule them all.Chris Lattner2007-03-30
* Fix incorrect combination of different loads. Reenable zext-over-truncateDale Johannesen2007-03-30
* Don't add the same MI to register reuse "last def/use" twice if it reads theEvan Cheng2007-03-30
* Bug fix for PR1279. When isDead is propagate by copy coalescing, we keep lengthEvan Cheng2007-03-30
* Make sure the use of ConstantInt::getZExtValue() for shift amount safe.Zhou Sheng2007-03-30
* For PR1293:Reid Spencer2007-03-30
* 1. Make sure the use of ConstantInt::getZExtValue() for getting shiftZhou Sheng2007-03-30
* Use APInt operation instead of ConstantExpr::getXX.Zhou Sheng2007-03-30
* For PR1289: RegenerateReid Spencer2007-03-30
* For PR1289:Reid Spencer2007-03-30
* Add MMX calling conventions.Bill Wendling2007-03-30
* New entry.Evan Cheng2007-03-29
* Can't re-materialize mov r, imm in thumb since mov would clobber the conditio...Evan Cheng2007-03-29
* Use the stat information in the Path object, if it is already obtained. ThisReid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* the bytecode reader supports dematerializeFunctionChris Lattner2007-03-29
* Regenerate.Reid Spencer2007-03-29
* Give users a grace period on the implementation keyword. This *will* getReid Spencer2007-03-29
* MS C does have inlining after all, just uses _inline instead of inline.Jeff Cohen2007-03-29
* Determine absolute paths the correct way :)Jeff Cohen2007-03-29
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* For PR789:Reid Spencer2007-03-29
* 1. Make more use of APInt::getHighBitsSet/getLowBitsSet.Zhou Sheng2007-03-29
* Disable load width reduction xform of variant (zext (truncate load x)) forEvan Cheng2007-03-29
* Add support for hidden visibility to darwin/arm.Evan Cheng2007-03-29
* Clean up some codes in InstCombiner::SimplifyDemandedBits().Zhou Sheng2007-03-29
* New entries.Evan Cheng2007-03-29
* Clean up codes in InstCombiner::SimplifyDemandedBits():Zhou Sheng2007-03-29