Age | Commit message (Expand) | Author |
2005-06-20 | because some functions just use va_start and pass things to vfprintf | Andrew Lenharth |
2005-06-20 | the correct fix was to fix AliasAnalysis.getModRefInfo | Andrew Lenharth |
2005-06-20 | prevent GCSE from forwarding stores to loads around vaarg. This is uggly, an... | Andrew Lenharth |
2005-06-20 | prevent va_arg from being hoisted from a loop | Andrew Lenharth |
2005-06-19 | prevent DCE of vaarg intrinsics. This should take care of most regressions | Andrew Lenharth |
2005-06-19 | va_end fix | Andrew Lenharth |
2005-06-19 | so this doesn't crash when run. It is hard to tell if things are right enoug... | Andrew Lenharth |
2005-06-19 | add a check for the mixing of vaarg and vanext with va_arg | Andrew Lenharth |
2005-06-18 | OK, at least get rid of old stuff, and mark what needs to be fixed for V9 | Andrew Lenharth |
2005-06-18 | core changes for varargs | Andrew Lenharth |
2005-06-18 | Fix a problem with the strcmp optimization checking the wrong string and | Reid Spencer |
2005-06-18 | Clean up some uninitialized variables and missing return statements that | Reid Spencer |
2005-06-17 | A start at a Sparc V8 Pattern ISel. Anyone want to implement the calling | Andrew Lenharth |
2005-06-17 | silence incredibly braindead GCC 4 warning | Chris Lattner |
2005-06-17 | silence a bogus warning | Chris Lattner |
2005-06-17 | Removed IIIi specific changes. This should be fixed to add floating point dep... | Tanya Lattner |
2005-06-17 | Special dep graph for SMS for superblocks. | Tanya Lattner |
2005-06-17 | Special versions of the dep graph and scheduled for SMS for superblocks. | Tanya Lattner |
2005-06-17 | Added statistic to count number of spills. | Tanya Lattner |
2005-06-17 | Numerous bug fixes and the completed modschedSB algorithm (minor bugs still e... | Tanya Lattner |
2005-06-17 | Added SMS for superblocks as an option (experimental) | Tanya Lattner |
2005-06-17 | This is not true: (X != 13 | X < 15) -> X < 15 | Chris Lattner |
2005-06-17 | Don't crash when dealing with INTMIN. This fixes PR585 and | Chris Lattner |
2005-06-17 | Don't crash on: X = phi (X, X). | Chris Lattner |
2005-06-17 | avoid constructing out of range shift amounts. | Chris Lattner |
2005-06-16 | Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for | Nate Begeman |
2005-06-16 | Fix PR583 and testcase Transforms/InstCombine/2005-06-15-DivSelectCrash.ll | Chris Lattner |
2005-06-16 | Fix PR571, removing code that does just the WRONG thing :) | Chris Lattner |
2005-06-16 | Fix a bug in my previous patch. Do not get the shift amount type (which | Chris Lattner |
2005-06-15 | Fix PR575, patch provided by John Mellor-Crummey. Thanks! | Chris Lattner |
2005-06-15 | Fix PR582. The rewriter can move casts around, which invalidated the | Chris Lattner |
2005-06-15 | Do not promote globals only used by main to locals if there are constantexprs | Chris Lattner |
2005-06-15 | Fix PR577 and testcase InstCombine/2005-06-15-ShiftSetCCCrash.ll. | Chris Lattner |
2005-06-15 | Put the hack back in that removes features, causes regressions to fail, but | Reid Spencer |
2005-06-15 | Commit fix for generating conditional branch pseudo instructions that | Nate Begeman |
2005-06-14 | Commit a small improvement that is already in the x86 and ia64 backends to | Nate Begeman |
2005-06-13 | Unbreak several InstCombine regression checks introduced by a hack to | Reid Spencer |
2005-06-12 | When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 | Nate Begeman |
2005-06-12 | Fix a memory smasher caught by Mac OS X's debug malloc library. We were | Nate Begeman |
2005-06-09 | Fix a 64-bit problem, passing (int)0 through ... instead of (void*)0 | Chris Lattner |
2005-06-09 | Fix a problem on 64-bit targets where we passed (int)0 through ... instead of | Chris Lattner |
2005-06-08 | fix BranchCC with a setCC with an arg of 0 | Andrew Lenharth |
2005-06-08 | For PR572: | Reid Spencer |
2005-06-08 | Handle some more real world cases of rlwimi. These don't come up that | Nate Begeman |
2005-06-08 | Fix lli linking on Mac OS X 10.4.1 for Intel. | Nate Begeman |
2005-06-08 | Remove code for conversion from old style va_args. Preparing the way for | Andrew Lenharth |
2005-06-06 | Fix spelling of `correlate' | Misha Brukman |
2005-06-06 | allow marking of loads and stores in the instruction stream with enough infor... | Andrew Lenharth |
2005-06-06 | hide basic block labels. The utility of these for debuging is long since passed | Andrew Lenharth |
2005-06-06 | * Replace block of commented-out lines with #if 0 | Misha Brukman |