summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore some generated files.Reid Spencer2005-06-181-1/+3
* Ignore generated files.Reid Spencer2005-06-181-0/+3
* Fix this test case to actually test the new va_arg instruction not theReid Spencer2005-06-181-1/+1
* OK, at least get rid of old stuff, and mark what needs to be fixed for V9Andrew Lenharth2005-06-182-2/+4
* core changes for varargsAndrew Lenharth2005-06-1826-281/+502
* header file changes for varargsAndrew Lenharth2005-06-184-54/+10
* new vararg testAndrew Lenharth2005-06-181-0/+33
* OK, after checking the backwards compatibility code on X86 and the new codeAndrew Lenharth2005-06-181-92/+49
* Fix a problem with the strcmp optimization checking the wrong string andReid Spencer2005-06-181-13/+16
* Clean up some uninitialized variables and missing return statements thatReid Spencer2005-06-184-6/+8
* Make sure a variable is initialized before use to clean up a warning fromReid Spencer2005-06-181-1/+2
* A start at a Sparc V8 Pattern ISel. Anyone want to implement the callingAndrew Lenharth2005-06-172-0/+958
* silence incredibly braindead GCC 4 warningChris Lattner2005-06-171-2/+0
* silence a bogus warningChris Lattner2005-06-171-1/+1
* silence a huge number of bogus warnings with GCC 4 on Reid's tester.Chris Lattner2005-06-171-1/+2
* Removed IIIi specific changes. This should be fixed to add floating point dep...Tanya Lattner2005-06-171-2/+4
* Special dep graph for SMS for superblocks.Tanya Lattner2005-06-171-0/+410
* Special versions of the dep graph and scheduled for SMS for superblocks.Tanya Lattner2005-06-173-0/+1265
* Added statistic to count number of spills.Tanya Lattner2005-06-171-0/+3
* Numerous bug fixes and the completed modschedSB algorithm (minor bugs still e...Tanya Lattner2005-06-177-194/+3304
* Added SMS for superblocks as an option (experimental)Tanya Lattner2005-06-171-1/+10
* Added ModuloSchedSB as a friend class.Tanya Lattner2005-06-171-0/+3
* This is not true: (X != 13 | X < 15) -> X < 15Chris Lattner2005-06-171-2/+1
* new testcase for PR586Chris Lattner2005-06-171-0/+15
* Don't crash when dealing with INTMIN. This fixes PR585 andChris Lattner2005-06-171-0/+2
* new testcase for PR585Chris Lattner2005-06-171-0/+7
* Don't crash on: X = phi (X, X).Chris Lattner2005-06-171-6/+9
* new testcase for PR584Chris Lattner2005-06-171-0/+125
* avoid constructing out of range shift amounts.Chris Lattner2005-06-171-2/+4
* Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B forNate Begeman2005-06-161-2/+7
* Fix PR583 and testcase Transforms/InstCombine/2005-06-15-DivSelectCrash.llChris Lattner2005-06-161-1/+1
* new testcase for PR583Chris Lattner2005-06-161-0/+9
* Fix PR571, removing code that does just the WRONG thing :)Chris Lattner2005-06-161-27/+1
* Fix a bug in my previous patch. Do not get the shift amount type (whichChris Lattner2005-06-161-1/+1
* Fix PR575, patch provided by John Mellor-Crummey. Thanks!Chris Lattner2005-06-151-0/+1
* new testcase for PR580Chris Lattner2005-06-151-0/+13
* Fix PR582. The rewriter can move casts around, which invalidated theChris Lattner2005-06-151-1/+11
* new testcase for PR582Chris Lattner2005-06-151-0/+36
* Do not promote globals only used by main to locals if there are constantexprsChris Lattner2005-06-151-3/+11
* new testcase for PR579Chris Lattner2005-06-151-0/+9
* Fix PR577 and testcase InstCombine/2005-06-15-ShiftSetCCCrash.ll.Chris Lattner2005-06-151-2/+16
* new testcase for PR577Chris Lattner2005-06-151-0/+8
* Don't lie to the casual reader about Value subclassing from Annotable.Reid Spencer2005-06-151-2/+1
* Add some operators the PowerPC backend needs to efficiently and correctlyNate Begeman2005-06-151-0/+20
* Put the hack back in that removes features, causes regressions to fail, butReid Spencer2005-06-151-0/+2
* Commit fix for generating conditional branch pseudo instructions thatNate Begeman2005-06-151-3/+8
* nothing funny about building the CFE on Linux/ItaniumDuraid Madina2005-06-141-0/+1
* Commit a small improvement that is already in the x86 and ia64 backends toNate Begeman2005-06-141-0/+5
* Unbreak several InstCombine regression checks introduced by a hack toReid Spencer2005-06-131-2/+0
* When compiled with GCC 4.0, a latent bug was exposed where both SparcV9Nate Begeman2005-06-1216-106/+108