oota-llvm.git
2005-06-18 Reid SpencerIgnore some generated files.
2005-06-18 Reid SpencerIgnore generated files.
2005-06-18 Reid SpencerFix this test case to actually test the new va_arg...
2005-06-18 Andrew LenharthOK, at least get rid of old stuff, and mark what needs...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-06-18 Andrew Lenharthheader file changes for varargs
2005-06-18 Andrew Lenharthnew vararg test
2005-06-18 Andrew LenharthOK, after checking the backwards compatibility code...
2005-06-18 Reid SpencerFix a problem with the strcmp optimization checking...
2005-06-18 Reid SpencerClean up some uninitialized variables and missing retur...
2005-06-18 Reid SpencerMake sure a variable is initialized before use to clean...
2005-06-17 Andrew LenharthA start at a Sparc V8 Pattern ISel. Anyone want to...
2005-06-17 Chris Lattnersilence incredibly braindead GCC 4 warning
2005-06-17 Chris Lattnersilence a bogus warning
2005-06-17 Chris Lattnersilence a huge number of bogus warnings with GCC 4...
2005-06-17 Tanya LattnerRemoved IIIi specific changes. This should be fixed...
2005-06-17 Tanya LattnerSpecial dep graph for SMS for superblocks.
2005-06-17 Tanya LattnerSpecial versions of the dep graph and scheduled for...
2005-06-17 Tanya LattnerAdded statistic to count number of spills.
2005-06-17 Tanya LattnerNumerous bug fixes and the completed modschedSB algorit...
2005-06-17 Tanya LattnerAdded SMS for superblocks as an option (experimental)
2005-06-17 Tanya LattnerAdded ModuloSchedSB as a friend class.
2005-06-17 Chris LattnerThis is not true: (X != 13 | X < 15) -> X < 15
2005-06-17 Chris Lattnernew testcase for PR586
2005-06-17 Chris LattnerDon't crash when dealing with INTMIN. This fixes PR585 and
2005-06-17 Chris Lattnernew testcase for PR585
2005-06-17 Chris LattnerDon't crash on: X = phi (X, X).
2005-06-17 Chris Lattnernew testcase for PR584
2005-06-17 Chris Lattneravoid constructing out of range shift amounts.
2005-06-16 Nate BegemanFix bug 537 test 2, which checks to make sure that...
2005-06-16 Chris LattnerFix PR583 and testcase Transforms/InstCombine/2005...
2005-06-16 Chris Lattnernew testcase for PR583
2005-06-16 Chris LattnerFix PR571, removing code that does just the WRONG thing :)
2005-06-16 Chris LattnerFix a bug in my previous patch. Do not get the shift...
2005-06-15 Chris LattnerFix PR575, patch provided by John Mellor-Crummey. ...
2005-06-15 Chris Lattnernew testcase for PR580
2005-06-15 Chris LattnerFix PR582. The rewriter can move casts around, which...
2005-06-15 Chris Lattnernew testcase for PR582
2005-06-15 Chris LattnerDo not promote globals only used by main to locals...
2005-06-15 Chris Lattnernew testcase for PR579
2005-06-15 Chris LattnerFix PR577 and testcase InstCombine/2005-06-15-ShiftSetC...
2005-06-15 Chris Lattnernew testcase for PR577
2005-06-15 Reid SpencerDon't lie to the casual reader about Value subclassing...
2005-06-15 Nate BegemanAdd some operators the PowerPC backend needs to efficie...
2005-06-15 Reid SpencerPut the hack back in that removes features, causes...
2005-06-15 Nate BegemanCommit fix for generating conditional branch pseudo...
2005-06-14 Duraid Madinanothing funny about building the CFE on Linux/Itanium
2005-06-14 Nate BegemanCommit a small improvement that is already in the x86...
2005-06-13 Reid SpencerUnbreak several InstCombine regression checks introduce...
2005-06-12 Nate BegemanWhen compiled with GCC 4.0, a latent bug was exposed...
2005-06-12 Nate BegemanFix a memory smasher caught by Mac OS X's debug malloc...
2005-06-09 Chris LattnerFix a 64-bit problem, passing (int)0 through ... instea...
2005-06-09 Chris LattnerFix a problem on 64-bit targets where we passed (int...
2005-06-08 Andrew Lenharthmake SparcV8 and V9 seperately configurable
2005-06-08 Andrew Lenharthfix BranchCC with a setCC with an arg of 0
2005-06-08 Reid SpencerFor PR572:
2005-06-08 Nate BegemanHandle some more real world cases of rlwimi. These...
2005-06-08 Nate BegemanFix lli linking on Mac OS X 10.4.1 for Intel.
2005-06-08 Andrew LenharthRemove code for conversion from old style va_args....
2005-06-06 Misha BrukmanWe also have V8, so do not force every Sparc to be...
2005-06-06 Misha Brukman* Add ability to specify the target LLVM will compile...
2005-06-06 Misha BrukmanFix spelling of `correlate'
2005-06-06 Andrew Lenharthallow marking of loads and stores in the instruction...
2005-06-06 Andrew Lenharthhide basic block labels. The utility of these for...
2005-06-06 Misha Brukman* Replace block of commented-out lines with #if 0
2005-06-04 Andrew Lenharthhack to fix bzip2 (bug 571)
2005-06-02 Reid SpencerFix the definitions of LLVMGCC and LLVMGXX to include...
2005-06-02 Reid SpencerMake sure that Cygwin assembly includes _ as part of...
2005-06-02 Reid SpencerPut in a hack for Cygwin that prevents mkdtemp from...
2005-05-31 Andrew Lenharthtry custom expanders, doesn't seem to expand yet, so...
2005-05-31 Andrew Lenharthswitch to the new live in thing. Really, this time...
2005-05-31 Andrew Lenharthswitch to the new live in thing
2005-05-31 Andrew Lenharthswitch to the new live in thing
2005-05-29 Reid SpencerMake sure the tools get built if no build target is...
2005-05-27 Andrew Lenharthmatch gcc, makes diff easier
2005-05-26 Andrew LenharthFix 2005-05-12-Int64ToFP
2005-05-26 Misha BrukmanAdd a -cvstag option for testing specific branches...
2005-05-25 Reid SpencerAdd a "libs-only" target for avoiding construction...
2005-05-24 Reid SpencerTwo dist-check related changes:
2005-05-21 Reid SpencerRemove trailing blank line, just to test whether the...
2005-05-21 Reid SpencerMake the registration hash_map static. No other module...
2005-05-21 Reid SpencerAdjust the file comment to read a little easier.
2005-05-21 Reid SpencerMake sure ... arguments are casted to sbyte* where...
2005-05-21 Reid SpencerAdd a "brief" comment for CastToCStr
2005-05-20 Chris Lattnernew testcase
2005-05-20 Chris LattnerFix mismatched type problem that crashed on cases like...
2005-05-20 Chris LattnerFix Transforms/SimplifyCFG/switch-simplify-crash.ll
2005-05-20 Chris LattnerNew testcase that crashes simplifycfg, identified accid...
2005-05-20 Nate BegemanC'mon everybody, let's modify X86JITInfo.cpp. This...
2005-05-20 Reid SpencerFinally get the quoting right for both Unix and Windows...
2005-05-20 Misha BrukmanSince everyone else has "fixed" this file, might as...
2005-05-20 Andrew Lenharthnow with a legend, and multiple lines work.
2005-05-20 Andrew LenharthOK, the simple scheme for the db plus a couple of cgi...
2005-05-20 Chris LattnerFix this a 3rd time :)
2005-05-20 Andrew Lenharthfix compilation error due to no abort being defined...
2005-05-20 Duraid Madinare-enable direct calls, this should just be a performan...
2005-05-20 Duraid Madinathis seems dead (and broke the ia64 build, so..)
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings. Patch...
2005-05-20 Chris LattnerGive the asmparser the ability to parse strings, patch...
2005-05-20 Jeff CohenFix tail call support in VC++ builds
next