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