aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a memory smasher caught by Mac OS X's debug malloc library. We wereNate Begeman2005-06-121-8/+19
* Fix a 64-bit problem, passing (int)0 through ... instead of (void*)0Chris Lattner2005-06-091-4/+4
* Fix a problem on 64-bit targets where we passed (int)0 through ... instead ofChris Lattner2005-06-091-7/+7
* make SparcV8 and V9 seperately configurableAndrew Lenharth2005-06-081-2/+6
* fix BranchCC with a setCC with an arg of 0Andrew Lenharth2005-06-081-3/+3
* For PR572:Reid Spencer2005-06-081-0/+6
* Handle some more real world cases of rlwimi. These don't come up thatNate Begeman2005-06-081-10/+42
* Fix lli linking on Mac OS X 10.4.1 for Intel.Nate Begeman2005-06-081-2/+2
* Remove code for conversion from old style va_args. Preparing the way forAndrew Lenharth2005-06-081-76/+3
* We also have V8, so do not force every Sparc to be treated like a V9. It isMisha Brukman2005-06-061-8/+0
* * Add ability to specify the target LLVM will compile for via configureMisha Brukman2005-06-061-2/+6
* Fix spelling of `correlate'Misha Brukman2005-06-061-1/+1
* allow marking of loads and stores in the instruction stream with enough infor...Andrew Lenharth2005-06-062-0/+31
* hide basic block labels. The utility of these for debuging is long since passedAndrew Lenharth2005-06-061-2/+2
* * Replace block of commented-out lines with #if 0Misha Brukman2005-06-061-26/+29
* hack to fix bzip2 (bug 571)Andrew Lenharth2005-06-041-0/+2
* Fix the definitions of LLVMGCC and LLVMGXX to include the EXEEXT (theReid Spencer2005-06-022-10/+14
* Make sure that Cygwin assembly includes _ as part of function names.Reid Spencer2005-06-021-0/+9
* Put in a hack for Cygwin that prevents mkdtemp from being used sinceReid Spencer2005-06-021-0/+5
* try custom expanders, doesn't seem to expand yet, so disabledAndrew Lenharth2005-05-311-0/+61
* switch to the new live in thing. Really, this time it worksAndrew Lenharth2005-05-311-1/+1
* switch to the new live in thingAndrew Lenharth2005-05-311-2/+2
* switch to the new live in thingAndrew Lenharth2005-05-311-65/+60
* Make sure the tools get built if no build target is specified.Reid Spencer2005-05-291-1/+1
* match gcc, makes diff easierAndrew Lenharth2005-05-271-2/+2
* Fix 2005-05-12-Int64ToFPAndrew Lenharth2005-05-261-0/+26
* Add a -cvstag option for testing specific branches, such as release candidatesMisha Brukman2005-05-261-4/+10
* Add a "libs-only" target for avoiding construction of the tools andReid Spencer2005-05-251-4/+9
* Two dist-check related changes:Reid Spencer2005-05-242-5/+16
* Remove trailing blank line, just to test whether the new commit scriptReid Spencer2005-05-211-1/+0
* Make the registration hash_map static. No other module needs it. Also,Reid Spencer2005-05-211-1/+5
* Adjust the file comment to read a little easier.Reid Spencer2005-05-211-6/+7
* Make sure ... arguments are casted to sbyte* where needed.Reid Spencer2005-05-211-13/+12
* Add a "brief" comment for CastToCStrReid Spencer2005-05-211-0/+1
* new testcaseChris Lattner2005-05-201-0/+10
* Fix mismatched type problem that crashed on cases like this:Chris Lattner2005-05-201-8/+17
* Fix Transforms/SimplifyCFG/switch-simplify-crash.llChris Lattner2005-05-201-0/+7
* New testcase that crashes simplifycfg, identified accidentally by JohnMCChris Lattner2005-05-201-0/+153
* C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream>Nate Begeman2005-05-201-1/+2
* Finally get the quoting right for both Unix and Windows for the llvmgcc andReid Spencer2005-05-201-2/+2
* Since everyone else has "fixed" this file, might as well join in the fun.Misha Brukman2005-05-201-4/+3
* now with a legend, and multiple lines work.Andrew Lenharth2005-05-202-6/+10
* OK, the simple scheme for the db plus a couple of cgi scripts thatAndrew Lenharth2005-05-203-0/+154
* Fix this a 3rd time :)Chris Lattner2005-05-201-1/+2
* fix compilation error due to no abort being defined. There is probably a bet...Andrew Lenharth2005-05-201-0/+1
* re-enable direct calls, this should just be a performance boostDuraid Madina2005-05-201-6/+5
* this seems dead (and broke the ia64 build, so..)Duraid Madina2005-05-201-1/+0