| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix old style test | Chris Lattner | 2003-09-08 | 1 | -3/+3 |
* | Fix syntax error when makellvm is run in an invalid directory. | Vikram S. Adve | 2003-09-08 | 1 | -2/+15 |
* | Spell `occurrence' correctly. | Misha Brukman | 2003-09-08 | 1 | -1/+1 |
* | Fixed spelling of `intentionally'. | Misha Brukman | 2003-09-07 | 2 | -6/+6 |
* | Remove unneeded #include | Chris Lattner | 2003-09-07 | 2 | -2/+0 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 2 | -8/+12 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 1 | -55/+1136 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 19 | -57/+57 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 2 | -20/+39 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 5 | -17/+69 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 2 | -26/+16 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 2 | -15/+184 |
* | Checkin of autoconf-style object root. | John Criswell | 2003-09-06 | 3 | -899/+104 |
* | Added some optimizations: | Misha Brukman | 2003-09-05 | 1 | -34/+66 |
* | Reorder #includes to follow LLVM conventions | Chris Lattner | 2003-09-05 | 3 | -14/+14 |
* | No longer used | Brian Gaeke | 2003-09-05 | 1 | -16/+0 |
* | Correct comments | Brian Gaeke | 2003-09-05 | 2 | -17/+1 |
* | Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine) | Brian Gaeke | 2003-09-05 | 2 | -4/+3 |
* | Add ExecutionEngine directory. | Brian Gaeke | 2003-09-05 | 1 | -1/+1 |
* | ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ | Brian Gaeke | 2003-09-05 | 6 | -10/+10 |
* | -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-) | Brian Gaeke | 2003-09-05 | 1 | -1/+1 |
* | Make getOperandValue and executeCastOperation methods of Interpreter. | Brian Gaeke | 2003-09-05 | 3 | -7/+9 |
* | Make CreateArgv part of lli rather than part of ExecutionEngine. | Brian Gaeke | 2003-09-05 | 10 | -199/+169 |
* | Fix reading of invoke instrs | Chris Lattner | 2003-09-05 | 1 | -22/+23 |
* | Zap some more unused static method decls | Brian Gaeke | 2003-09-05 | 1 | -9/+0 |
* | Whoa, we were misreading invoke instructions "normal" destinations quite badly. | Chris Lattner | 2003-09-05 | 1 | -2/+2 |
* | Remove printOperandInfo(), and simplify run(). | Brian Gaeke | 2003-09-05 | 1 | -30/+0 |
* | Add asserts, move code around. This gets the dropAllTypeUses partially imple... | Chris Lattner | 2003-09-05 | 1 | -11/+24 |
* | Remove support for printing values from a module by name, only used | Brian Gaeke | 2003-09-05 | 3 | -109/+0 |
* | Remove support for interactive (step finish next) instructions. | Brian Gaeke | 2003-09-05 | 4 | -186/+44 |
* | Move functionality preserving changes. | Chris Lattner | 2003-09-05 | 1 | -26/+14 |
* | Refactor what has effectively become copy-and-pasted code | Chris Lattner | 2003-09-05 | 1 | -32/+17 |
* | Get friendly | Chris Lattner | 2003-09-05 | 1 | -2/+11 |
* | Check in a bunch of minor fixes, plus a whole lot of #if 0'd out code, which ... | Chris Lattner | 2003-09-05 | 1 | -25/+163 |
* | Reshuffling of APIs | Chris Lattner | 2003-09-05 | 1 | -1/+44 |
* | containsEquivalent never returns its argument | Chris Lattner | 2003-09-04 | 1 | -9/+5 |
* | Non-functional change | Chris Lattner | 2003-09-04 | 1 | -1/+1 |
* | Remove needless usage of getDescription() | Chris Lattner | 2003-09-04 | 1 | -25/+24 |
* | Inline method | Chris Lattner | 2003-09-04 | 1 | -23/+12 |
* | Remove method | Chris Lattner | 2003-09-04 | 1 | -7/+0 |
* | Don't try to be sneaky, breaking recursive types in the process | Chris Lattner | 2003-09-04 | 1 | -7/+2 |
* | This is now unnecessary | Chris Lattner | 2003-09-04 | 1 | -3/+0 |
* | Remove support for breakpoints (not used). | Brian Gaeke | 2003-09-04 | 3 | -47/+8 |
* | Move EE dtor where it belongs | Brian Gaeke | 2003-09-04 | 2 | -8/+4 |
* | Interpreter cleanups: | Brian Gaeke | 2003-09-04 | 7 | -327/+37 |
* | ExecutionEngine.cpp: Move execution engine creation stuff into a new | Brian Gaeke | 2003-09-03 | 8 | -21/+44 |
* | Avoid printing meaningless numbers | Chris Lattner | 2003-09-03 | 1 | -4/+1 |
* | Fix bug where we couldn't print a function without a name | Chris Lattner | 2003-09-03 | 1 | -1/+3 |
* | Follow the pattern of all other atu's | Chris Lattner | 2003-09-03 | 1 | -6/+2 |
* | No need to rescan types when they are created. | Chris Lattner | 2003-09-03 | 1 | -9/+16 |