aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix ABI issue: Longs really do need to be only 4 byte aligned on X86.Chris Lattner2003-08-171-1/+2
* Make sure that "newmain" gets names for its argumentsChris Lattner2003-08-171-1/+4
* Fix messageChris Lattner2003-08-171-2/+3
* Fix the bug that broke the nightly tester in McCat/18-imp last night. :(Chris Lattner2003-08-171-6/+6
* Make the check for a failed test run more robust!!Chris Lattner2003-08-171-1/+1
* Implement folding of switch instructions.Chris Lattner2003-08-171-3/+56
* New testcase to ensure that switch folding happens correctlyChris Lattner2003-08-171-0/+49
* Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.llChris Lattner2003-08-172-1/+11
* New testcaseChris Lattner2003-08-171-0/+24
* The fixme is irrelevant: if that happens, the LLVM bytecode is malformed.Chris Lattner2003-08-171-7/+1
* New testcaseChris Lattner2003-08-171-0/+20
* This really isn't the gcc library!Chris Lattner2003-08-171-1/+1
* Fix bug: Jello/2003-08-15-AllocaAssertion.llChris Lattner2003-08-171-8/+18
* Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.llChris Lattner2003-08-162-10/+89
* No need to print in the testcaseChris Lattner2003-08-162-2/+2
* Rename -emitmaps to -enable-mapsBrian Gaeke2003-08-161-1/+1
* `execve_test' is not part of LLEE.Misha Brukman2003-08-151-1/+1
* A lot of changes were suggested by Chris.Misha Brukman2003-08-154-40/+58
* new testcase narrowed down from xboardChris Lattner2003-08-152-0/+130
* New testcase identified by misha, distilled from the 'ls' programChris Lattner2003-08-151-0/+9
* Fix typo in commentBrian Gaeke2003-08-151-1/+1
* lib/Support/CommandLine.cpp:Brian Gaeke2003-08-154-94/+104
* hash_map and hash_set:Misha Brukman2003-08-152-5/+13
* Remove extraneous ;'s, no functional changesChris Lattner2003-08-152-28/+28
* * Match the column names in the reportMisha Brukman2003-08-151-20/+25
* Now that the JIT memory manager allocates as many bytes as necessary rather thanMisha Brukman2003-08-151-1/+2
* Reordered includes to be consistent with the LLVM style.Misha Brukman2003-08-152-2/+2
* Document new column, remove X86 specific stuffChris Lattner2003-08-151-1/+2
* Fix register and parameter numbers in saving double FP registers.Misha Brukman2003-08-151-1/+1
* Add llvm tools to path of LLVMGCCChris Lattner2003-08-152-4/+4
* Remove extraneous #includeChris Lattner2003-08-151-1/+0
* Remove uses of the NonCopyable class, to make the doxygen output look betterChris Lattner2003-08-152-18/+34
* Revert my last (accidental) checkin, but keep the typeo fixChris Lattner2003-08-151-1/+0
* rename selection library to selectiondagChris Lattner2003-08-154-4/+5
* rename selection directory and library to SelectionDAGChris Lattner2003-08-152-2/+2
* build the new runtime directoryChris Lattner2003-08-151-1/+1
* Add a bunch of new node types, etcChris Lattner2003-08-152-12/+71
* Add support for basic blocks, unary/binary unspecs, conditional branches, ...Chris Lattner2003-08-151-4/+27
* Adjust to new API, add expandCall stubChris Lattner2003-08-152-20/+20
* Add support for unconditional branches and for emitting JE instructionsChris Lattner2003-08-151-3/+15
* Ignore dummy register classesChris Lattner2003-08-152-2/+18
* Add a bunch of new node types, including a new Void dummy register classChris Lattner2003-08-151-1/+16
* Add support for nodes with void arguments, like chain nodesChris Lattner2003-08-152-4/+6
* Make sure to create the directory before we cram a .bc file into itChris Lattner2003-08-152-4/+4
* Adjust level, build things in parallelChris Lattner2003-08-151-3/+3
* initial checkin, adjust LEVELChris Lattner2003-08-154-2/+6
* Initial checkin of READMEChris Lattner2003-08-151-0/+7
* Initial checkin of runtime/GCCLibraries makefileChris Lattner2003-08-151-0/+13
* Update readmeChris Lattner2003-08-151-25/+4
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-1510-93/+40