Age | Commit message (Expand) | Author |
2003-09-05 | Added some optimizations: | Misha Brukman |
2003-09-05 | Reorder #includes to follow LLVM conventions | Chris Lattner |
2003-09-05 | No longer used | Brian Gaeke |
2003-09-05 | Correct comments | Brian Gaeke |
2003-09-05 | Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine) | Brian Gaeke |
2003-09-05 | Add ExecutionEngine directory. | Brian Gaeke |
2003-09-05 | ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/ | Brian Gaeke |
2003-09-05 | -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-) | Brian Gaeke |
2003-09-05 | Make getOperandValue and executeCastOperation methods of Interpreter. | Brian Gaeke |
2003-09-05 | Make CreateArgv part of lli rather than part of ExecutionEngine. | Brian Gaeke |
2003-09-05 | Fix reading of invoke instrs | Chris Lattner |
2003-09-05 | Zap some more unused static method decls | Brian Gaeke |
2003-09-05 | Whoa, we were misreading invoke instructions "normal" destinations quite badly. | Chris Lattner |
2003-09-05 | Remove printOperandInfo(), and simplify run(). | Brian Gaeke |
2003-09-05 | Add asserts, move code around. This gets the dropAllTypeUses partially imple... | Chris Lattner |
2003-09-05 | Remove support for printing values from a module by name, only used | Brian Gaeke |
2003-09-05 | Remove support for interactive (step finish next) instructions. | Brian Gaeke |
2003-09-05 | Move functionality preserving changes. | Chris Lattner |
2003-09-05 | Refactor what has effectively become copy-and-pasted code | Chris Lattner |
2003-09-05 | Get friendly | Chris Lattner |
2003-09-05 | Check in a bunch of minor fixes, plus a whole lot of #if 0'd out code, which ... | Chris Lattner |
2003-09-05 | Reshuffling of APIs | Chris Lattner |
2003-09-04 | containsEquivalent never returns its argument | Chris Lattner |
2003-09-04 | Non-functional change | Chris Lattner |
2003-09-04 | Remove needless usage of getDescription() | Chris Lattner |
2003-09-04 | Inline method | Chris Lattner |
2003-09-04 | Remove method | Chris Lattner |
2003-09-04 | Don't try to be sneaky, breaking recursive types in the process | Chris Lattner |
2003-09-04 | This is now unnecessary | Chris Lattner |
2003-09-04 | Remove support for breakpoints (not used). | Brian Gaeke |
2003-09-04 | Move EE dtor where it belongs | Brian Gaeke |
2003-09-04 | Interpreter cleanups: | Brian Gaeke |
2003-09-03 | ExecutionEngine.cpp: Move execution engine creation stuff into a new | Brian Gaeke |
2003-09-03 | Avoid printing meaningless numbers | Chris Lattner |
2003-09-03 | Fix bug where we couldn't print a function without a name | Chris Lattner |
2003-09-03 | Follow the pattern of all other atu's | Chris Lattner |
2003-09-03 | No need to rescan types when they are created. | Chris Lattner |
2003-09-03 | Final cleanups, document is good to go | Chris Lattner |
2003-09-03 | Add a WHOLE lot of updates clarifications and fixes. This is not done but ge... | Chris Lattner |
2003-09-02 | hyphenation police visited here | Chris Lattner |
2003-09-02 | Another small speedup, this one to: 2.42s | Chris Lattner |
2003-09-02 | Don't return bogus references, and don't add an entry to the Concrete map | Chris Lattner |
2003-09-02 | Another optimization, speed up the testcase to 2.7s | Chris Lattner |
2003-09-02 | Removal of explicit stack, which requires the method to be a member (so it can | Chris Lattner |
2003-09-02 | New method | Chris Lattner |
2003-09-02 | Remove the "recursive bit", not only is it unused by anyone, it was also | Chris Lattner |
2003-09-02 | Remove the "recursive bit", not only is it unused by anyone, it was also | Chris Lattner |
2003-09-02 | Added code that makes the bytecode file readable (needed by the generated shell | John Criswell |
2003-09-02 | Added the MakeFileReadable() method. | John Criswell |
2003-09-02 | Added a description of the algorithm. | John Criswell |