aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* For PR1289: RegenerateReid Spencer2007-03-302-0/+64
* For PR1289:Reid Spencer2007-03-301-0/+32
* For PR1289:Reid Spencer2007-03-301-3/+1
* Add MMX calling conventions.Bill Wendling2007-03-301-4/+14
* New entry.Evan Cheng2007-03-291-0/+5
* Can't re-materialize mov r, imm in thumb since mov would clobber the conditio...Evan Cheng2007-03-291-1/+1
* Remove some non-sensical logic that prevented llvm-nm from working on anyReid Spencer2007-03-291-5/+0
* Use the stat information in the Path object, if it is already obtained. ThisReid Spencer2007-03-291-4/+3
* For PR789:Reid Spencer2007-03-2916-92/+123
* the bytecode reader supports dematerializeFunctionChris Lattner2007-03-292-7/+22
* checkpoint -> implementation. This really needs to just drop the need forReid Spencer2007-03-291-1/+1
* Regenerate.Reid Spencer2007-03-295-448/+451
* Give users a grace period on the implementation keyword. This *will* getReid Spencer2007-03-292-3/+3
* add a hook to demat functions.Chris Lattner2007-03-291-0/+7
* don't build runtime for now, everChris Lattner2007-03-291-3/+5
* MS C does have inlining after all, just uses _inline instead of inline.Jeff Cohen2007-03-291-1/+1
* getFileStatus has a new parameter (caught by VC++).Jeff Cohen2007-03-291-2/+2
* uniqueID is a uint64_t (caught by VC++)Jeff Cohen2007-03-291-1/+1
* Determine absolute paths the correct way :)Jeff Cohen2007-03-291-3/+9
* Add a uniqueID field to the FileStatus structure for Paths. This will mapReid Spencer2007-03-293-1/+11
* Don't forget to delete the FileStatus structure on destruction of Path.Reid Spencer2007-03-291-0/+1
* For PR789:Reid Spencer2007-03-295-6/+6
* For PR789:Reid Spencer2007-03-293-30/+63
* Regenerate for PR1283 fix.Reid Spencer2007-03-291-1/+2
* For PR1283:Reid Spencer2007-03-291-1/+2
* 1. Make more use of APInt::getHighBitsSet/getLowBitsSet.Zhou Sheng2007-03-291-24/+28
* Disable load width reduction xform of variant (zext (truncate load x)) forEvan Cheng2007-03-291-1/+3
* Add support for hidden visibility to darwin/arm.Evan Cheng2007-03-291-0/+4
* Clean up some codes in InstCombiner::SimplifyDemandedBits().Zhou Sheng2007-03-291-12/+6
* New entries.Evan Cheng2007-03-291-0/+21
* Clean up codes in InstCombiner::SimplifyDemandedBits():Zhou Sheng2007-03-291-32/+35