aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add i16 address mode.Evan Cheng2007-04-011-2/+7
* For PR1297:Reid Spencer2007-04-011-24/+49
* Mention how to create overloaded intrinsics.Reid Spencer2007-04-011-1/+4
* For PR1297:Reid Spencer2007-04-017-78/+76
* For PR1297:Reid Spencer2007-04-013-65/+28
* For PR1297:Reid Spencer2007-04-011-24/+31
* For PR1297:Reid Spencer2007-04-011-1/+1
* For PR1297:Reid Spencer2007-04-011-19/+6
* For PR1297:Reid Spencer2007-04-011-1/+1
* For PR1297:Reid Spencer2007-04-011-3/+5
* For PR1297:Reid Spencer2007-04-011-5/+14
* For PR1297:Reid Spencer2007-04-011-7/+42
* For PR1297:Reid Spencer2007-04-013-17/+35
* For PR1297:Reid Spencer2007-04-012-0/+7
* not not!Chris Lattner2007-04-011-1/+1
* Fix InstCombine/2007-03-31-InfiniteLoop.llChris Lattner2007-04-011-1/+3
* New testcaseChris Lattner2007-04-011-0/+301
* Implement union of wrapped sets.Nick Lewycky2007-04-011-7/+65
* ReadmeAndrew Lenharth2007-03-311-1/+42
* Consistency with native compilersAnton Korobeynikov2007-03-311-3/+9
* Fix comment.Bill Wendling2007-03-311-1/+1
* add a noteChris Lattner2007-03-311-0/+23
* move a bunch of code out of the sdisel pass into its own opt pass "codegenpre...Chris Lattner2007-03-312-485/+21
* Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.Chris Lattner2007-03-313-1/+556
* switch TL::getValueType to use MVT::getValueType.Chris Lattner2007-03-312-23/+4
* add a method to turn a type into a VT.Chris Lattner2007-03-312-0/+33
* Delete dead code.Zhou Sheng2007-03-311-1/+0
* Use APInt operators to calculate the carry bits, remove this loop.Zhou Sheng2007-03-311-16/+2
* Match GCC's MMX calling convention.Bill Wendling2007-03-311-0/+4
* Add a -print-lsr-output option to LLC, to print the output of the LSR pass.Chris Lattner2007-03-311-1/+9
* implement the new addressing mode description hook.Chris Lattner2007-03-306-1/+129
* add one addressing mode description hook to rule them all.Chris Lattner2007-03-302-1/+55
* Missing '&&'Evan Cheng2007-03-301-1/+1
* This is working again.Jeff Cohen2007-03-301-2/+1
* Fix incorrect combination of different loads. Reenable zext-over-truncateDale Johannesen2007-03-302-75/+71
* add a testcase for x86Chris Lattner2007-03-301-0/+73
* New test case.Evan Cheng2007-03-301-0/+1801
* Don't add the same MI to register reuse "last def/use" twice if it reads theEvan Cheng2007-03-301-1/+4
* Bug fix for PR1279. When isDead is propagate by copy coalescing, we keep lengthEvan Cheng2007-03-301-5/+10
* Test case for PR1279 (part 2).Evan Cheng2007-03-301-0/+101
* Make sure the use of ConstantInt::getZExtValue() for shift amount safe.Zhou Sheng2007-03-301-18/+20
* Make sure this method just return value equal or less than Limit.Zhou Sheng2007-03-301-1/+2
* For PR1293:Reid Spencer2007-03-301-49/+67
* Remove reference to checkpoint.Duncan Sands2007-03-301-10/+0
* Various hopefully correct easy fixes.Duncan Sands2007-03-307-20/+19
* 1. Make sure the use of ConstantInt::getZExtValue() for getting shiftZhou Sheng2007-03-301-27/+25
* Correct typo.Duncan Sands2007-03-301-1/+1
* Use APInt operation instead of ConstantExpr::getXX.Zhou Sheng2007-03-301-6/+6
* Rename and correct the method "greaterOrEqual".Zhou Sheng2007-03-301-2/+2
* Add two utility methods into ConstantInt.Zhou Sheng2007-03-301-0/+16