| Commit message (Expand) | Author | Age | Files | Lines |
* | Ignore some generated files. | Reid Spencer | 2005-06-18 | 1 | -1/+3 |
* | Ignore generated files. | Reid Spencer | 2005-06-18 | 1 | -0/+3 |
* | Fix this test case to actually test the new va_arg instruction not the | Reid Spencer | 2005-06-18 | 1 | -1/+1 |
* | OK, at least get rid of old stuff, and mark what needs to be fixed for V9 | Andrew Lenharth | 2005-06-18 | 2 | -2/+4 |
* | core changes for varargs | Andrew Lenharth | 2005-06-18 | 26 | -281/+502 |
* | header file changes for varargs | Andrew Lenharth | 2005-06-18 | 4 | -54/+10 |
* | new vararg test | Andrew Lenharth | 2005-06-18 | 1 | -0/+33 |
* | OK, after checking the backwards compatibility code on X86 and the new code | Andrew Lenharth | 2005-06-18 | 1 | -92/+49 |
* | Fix a problem with the strcmp optimization checking the wrong string and | Reid Spencer | 2005-06-18 | 1 | -13/+16 |
* | Clean up some uninitialized variables and missing return statements that | Reid Spencer | 2005-06-18 | 4 | -6/+8 |
* | Make sure a variable is initialized before use to clean up a warning from | Reid Spencer | 2005-06-18 | 1 | -1/+2 |
* | A start at a Sparc V8 Pattern ISel. Anyone want to implement the calling | Andrew Lenharth | 2005-06-17 | 2 | -0/+958 |
* | silence incredibly braindead GCC 4 warning | Chris Lattner | 2005-06-17 | 1 | -2/+0 |
* | silence a bogus warning | Chris Lattner | 2005-06-17 | 1 | -1/+1 |
* | silence a huge number of bogus warnings with GCC 4 on Reid's tester. | Chris Lattner | 2005-06-17 | 1 | -1/+2 |
* | Removed IIIi specific changes. This should be fixed to add floating point dep... | Tanya Lattner | 2005-06-17 | 1 | -2/+4 |
* | Special dep graph for SMS for superblocks. | Tanya Lattner | 2005-06-17 | 1 | -0/+410 |
* | Special versions of the dep graph and scheduled for SMS for superblocks. | Tanya Lattner | 2005-06-17 | 3 | -0/+1265 |
* | Added statistic to count number of spills. | Tanya Lattner | 2005-06-17 | 1 | -0/+3 |
* | Numerous bug fixes and the completed modschedSB algorithm (minor bugs still e... | Tanya Lattner | 2005-06-17 | 7 | -194/+3304 |
* | Added SMS for superblocks as an option (experimental) | Tanya Lattner | 2005-06-17 | 1 | -1/+10 |
* | Added ModuloSchedSB as a friend class. | Tanya Lattner | 2005-06-17 | 1 | -0/+3 |
* | This is not true: (X != 13 | X < 15) -> X < 15 | Chris Lattner | 2005-06-17 | 1 | -2/+1 |
* | new testcase for PR586 | Chris Lattner | 2005-06-17 | 1 | -0/+15 |
* | Don't crash when dealing with INTMIN. This fixes PR585 and | Chris Lattner | 2005-06-17 | 1 | -0/+2 |
* | new testcase for PR585 | Chris Lattner | 2005-06-17 | 1 | -0/+7 |
* | Don't crash on: X = phi (X, X). | Chris Lattner | 2005-06-17 | 1 | -6/+9 |
* | new testcase for PR584 | Chris Lattner | 2005-06-17 | 1 | -0/+125 |
* | avoid constructing out of range shift amounts. | Chris Lattner | 2005-06-17 | 1 | -2/+4 |
* | Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for | Nate Begeman | 2005-06-16 | 1 | -2/+7 |
* | Fix PR583 and testcase Transforms/InstCombine/2005-06-15-DivSelectCrash.ll | Chris Lattner | 2005-06-16 | 1 | -1/+1 |
* | new testcase for PR583 | Chris Lattner | 2005-06-16 | 1 | -0/+9 |
* | Fix PR571, removing code that does just the WRONG thing :) | Chris Lattner | 2005-06-16 | 1 | -27/+1 |
* | Fix a bug in my previous patch. Do not get the shift amount type (which | Chris Lattner | 2005-06-16 | 1 | -1/+1 |
* | Fix PR575, patch provided by John Mellor-Crummey. Thanks! | Chris Lattner | 2005-06-15 | 1 | -0/+1 |
* | new testcase for PR580 | Chris Lattner | 2005-06-15 | 1 | -0/+13 |
* | Fix PR582. The rewriter can move casts around, which invalidated the | Chris Lattner | 2005-06-15 | 1 | -1/+11 |
* | new testcase for PR582 | Chris Lattner | 2005-06-15 | 1 | -0/+36 |
* | Do not promote globals only used by main to locals if there are constantexprs | Chris Lattner | 2005-06-15 | 1 | -3/+11 |
* | new testcase for PR579 | Chris Lattner | 2005-06-15 | 1 | -0/+9 |
* | Fix PR577 and testcase InstCombine/2005-06-15-ShiftSetCCCrash.ll. | Chris Lattner | 2005-06-15 | 1 | -2/+16 |
* | new testcase for PR577 | Chris Lattner | 2005-06-15 | 1 | -0/+8 |
* | Don't lie to the casual reader about Value subclassing from Annotable. | Reid Spencer | 2005-06-15 | 1 | -2/+1 |
* | Add some operators the PowerPC backend needs to efficiently and correctly | Nate Begeman | 2005-06-15 | 1 | -0/+20 |
* | Put the hack back in that removes features, causes regressions to fail, but | Reid Spencer | 2005-06-15 | 1 | -0/+2 |
* | Commit fix for generating conditional branch pseudo instructions that | Nate Begeman | 2005-06-15 | 1 | -3/+8 |
* | nothing funny about building the CFE on Linux/Itanium | Duraid Madina | 2005-06-14 | 1 | -0/+1 |
* | Commit a small improvement that is already in the x86 and ia64 backends to | Nate Begeman | 2005-06-14 | 1 | -0/+5 |
* | Unbreak several InstCombine regression checks introduced by a hack to | Reid Spencer | 2005-06-13 | 1 | -2/+0 |
* | When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 | Nate Begeman | 2005-06-12 | 16 | -106/+108 |