aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Make the APInt variable do the binary operation stuff if possibleZhou Sheng2007-03-291-3/+5
* Fix C Backend to generate code that works with Microsoft C for the benefit ofJeff Cohen2007-03-281-1/+4
* Update to current situation.Jeff Cohen2007-03-281-2/+12
* Made this into a bug report: PR1286Bill Wendling2007-03-281-40/+0
* Oops :)Anton Korobeynikov2007-03-281-1/+1
* Don't allow MatchAddress recurse too much. This trims exponentialAnton Korobeynikov2007-03-281-6/+14
* Stop using the foo HTML tag :)Chris Lattner2007-03-281-2/+2
* add a noteChris Lattner2007-03-281-0/+8
* Compile CodeGen/X86/lea-3.ll:test2 to:Chris Lattner2007-03-281-0/+13
* new testcasesChris Lattner2007-03-281-1/+14
* new testcaseChris Lattner2007-03-282-1/+8
* Avoid unnecessary APInt construction.Zhou Sheng2007-03-281-3/+2
* Dan pointed out that this is done, remove it!Chris Lattner2007-03-281-21/+0
* First test check-in.Scott Michel2007-03-281-0/+10
* 1. Make more use of getLowBitsSet/getHighBitsSet.Zhou Sheng2007-03-281-13/+16
* It is not possible to determine dominance between two PHI nodesDevang Patel2007-03-281-0/+5
* 1. Make more use of getLowBitsSet/getHighBitsSet.Zhou Sheng2007-03-281-5/+3
* Notes on re-materialization.Evan Cheng2007-03-281-0/+40
* Move rematerialization out of beta.Evan Cheng2007-03-281-7/+1
* Use UnknownBIts[BitWidth-1] instead of UnknownBIts & SignBits.Zhou Sheng2007-03-281-1/+1
* Fix problem with llvm-config that prevented JIT from being used on x86_64Jeff Cohen2007-03-281-0/+4
* Delete the remanant of an obsolete comment.Reid Spencer2007-03-281-2/+0
* Remove unused APInt variable.Zhou Sheng2007-03-281-3/+0
* Undocument the implementation keywordReid Spencer2007-03-281-12/+11
* Remove use of implementation keyword.Reid Spencer2007-03-2889-92/+0
* Regenerate.Reid Spencer2007-03-285-451/+448
* Replace the "implementation" keyword with "checkpoint". This more accuratelyReid Spencer2007-03-282-3/+3
* The implementation keyword was replaced with checkpoint.Reid Spencer2007-03-281-1/+1
* Clean up codes in ComputeMaskedBits():Zhou Sheng2007-03-281-29/+27
* Scale 1 is always ok.Evan Cheng2007-03-281-1/+1
* Remove isLegalAddressImmediate.Evan Cheng2007-03-284-34/+0
* No need to generate the implementation keyword any more. Its frivolous.Reid Spencer2007-03-281-2/+0
* implementation keyword is going .. going .. gone.Reid Spencer2007-03-288-16/+0
* GEP index sinking fixes:Evan Cheng2007-03-281-40/+35
* don't use 'not' when we can use a positive testChris Lattner2007-03-281-8/+6