| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ABI issue: Longs really do need to be only 4 byte aligned on X86. | Chris Lattner | 2003-08-17 | 1 | -1/+2 |
* | Make sure that "newmain" gets names for its arguments | Chris Lattner | 2003-08-17 | 1 | -1/+4 |
* | Fix message | Chris Lattner | 2003-08-17 | 1 | -2/+3 |
* | Fix the bug that broke the nightly tester in McCat/18-imp last night. :( | Chris Lattner | 2003-08-17 | 1 | -6/+6 |
* | Make the check for a failed test run more robust!! | Chris Lattner | 2003-08-17 | 1 | -1/+1 |
* | Implement folding of switch instructions. | Chris Lattner | 2003-08-17 | 1 | -3/+56 |
* | New testcase to ensure that switch folding happens correctly | Chris Lattner | 2003-08-17 | 1 | -0/+49 |
* | Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll | Chris Lattner | 2003-08-17 | 2 | -1/+11 |
* | New testcase | Chris Lattner | 2003-08-17 | 1 | -0/+24 |
* | The fixme is irrelevant: if that happens, the LLVM bytecode is malformed. | Chris Lattner | 2003-08-17 | 1 | -7/+1 |
* | New testcase | Chris Lattner | 2003-08-17 | 1 | -0/+20 |
* | This really isn't the gcc library! | Chris Lattner | 2003-08-17 | 1 | -1/+1 |
* | Fix bug: Jello/2003-08-15-AllocaAssertion.ll | Chris Lattner | 2003-08-17 | 1 | -8/+18 |
* | Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll | Chris Lattner | 2003-08-16 | 2 | -10/+89 |
* | No need to print in the testcase | Chris Lattner | 2003-08-16 | 2 | -2/+2 |
* | Rename -emitmaps to -enable-maps | Brian Gaeke | 2003-08-16 | 1 | -1/+1 |
* | `execve_test' is not part of LLEE. | Misha Brukman | 2003-08-15 | 1 | -1/+1 |
* | A lot of changes were suggested by Chris. | Misha Brukman | 2003-08-15 | 4 | -40/+58 |
* | new testcase narrowed down from xboard | Chris Lattner | 2003-08-15 | 2 | -0/+130 |
* | New testcase identified by misha, distilled from the 'ls' program | Chris Lattner | 2003-08-15 | 1 | -0/+9 |
* | Fix typo in comment | Brian Gaeke | 2003-08-15 | 1 | -1/+1 |
* | lib/Support/CommandLine.cpp: | Brian Gaeke | 2003-08-15 | 4 | -94/+104 |
* | hash_map and hash_set: | Misha Brukman | 2003-08-15 | 2 | -5/+13 |
* | Remove extraneous ;'s, no functional changes | Chris Lattner | 2003-08-15 | 2 | -28/+28 |
* | * Match the column names in the report | Misha Brukman | 2003-08-15 | 1 | -20/+25 |
* | Now that the JIT memory manager allocates as many bytes as necessary rather than | Misha Brukman | 2003-08-15 | 1 | -1/+2 |
* | Reordered includes to be consistent with the LLVM style. | Misha Brukman | 2003-08-15 | 2 | -2/+2 |
* | Document new column, remove X86 specific stuff | Chris Lattner | 2003-08-15 | 1 | -1/+2 |
* | Fix register and parameter numbers in saving double FP registers. | Misha Brukman | 2003-08-15 | 1 | -1/+1 |
* | Add llvm tools to path of LLVMGCC | Chris Lattner | 2003-08-15 | 2 | -4/+4 |
* | Remove extraneous #include | Chris Lattner | 2003-08-15 | 1 | -1/+0 |
* | Remove uses of the NonCopyable class, to make the doxygen output look better | Chris Lattner | 2003-08-15 | 2 | -18/+34 |
* | Revert my last (accidental) checkin, but keep the typeo fix | Chris Lattner | 2003-08-15 | 1 | -1/+0 |
* | rename selection library to selectiondag | Chris Lattner | 2003-08-15 | 4 | -4/+5 |
* | rename selection directory and library to SelectionDAG | Chris Lattner | 2003-08-15 | 2 | -2/+2 |
* | build the new runtime directory | Chris Lattner | 2003-08-15 | 1 | -1/+1 |
* | Add a bunch of new node types, etc | Chris Lattner | 2003-08-15 | 2 | -12/+71 |
* | Add support for basic blocks, unary/binary unspecs, conditional branches, ... | Chris Lattner | 2003-08-15 | 1 | -4/+27 |
* | Adjust to new API, add expandCall stub | Chris Lattner | 2003-08-15 | 2 | -20/+20 |
* | Add support for unconditional branches and for emitting JE instructions | Chris Lattner | 2003-08-15 | 1 | -3/+15 |
* | Ignore dummy register classes | Chris Lattner | 2003-08-15 | 2 | -2/+18 |
* | Add a bunch of new node types, including a new Void dummy register class | Chris Lattner | 2003-08-15 | 1 | -1/+16 |
* | Add support for nodes with void arguments, like chain nodes | Chris Lattner | 2003-08-15 | 2 | -4/+6 |
* | Make sure to create the directory before we cram a .bc file into it | Chris Lattner | 2003-08-15 | 2 | -4/+4 |
* | Adjust level, build things in parallel | Chris Lattner | 2003-08-15 | 1 | -3/+3 |
* | initial checkin, adjust LEVEL | Chris Lattner | 2003-08-15 | 4 | -2/+6 |
* | Initial checkin of README | Chris Lattner | 2003-08-15 | 1 | -0/+7 |
* | Initial checkin of runtime/GCCLibraries makefile | Chris Lattner | 2003-08-15 | 1 | -0/+13 |
* | Update readme | Chris Lattner | 2003-08-15 | 1 | -25/+4 |
* | Convert libraries into the BYTECODE_LIBRARY style | Chris Lattner | 2003-08-15 | 10 | -93/+40 |