summaryrefslogtreecommitdiff
path: root/tools/lli/lli.cpp
Commit message (Expand)AuthorAge
* Removed extraneous comment line.John Criswell2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* To be consistent with the rest of LLVM codebase (and the rest of this file):Misha Brukman2003-09-25
* Reorder #includes to follow LLVM conventionsChris Lattner2003-09-05
* Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)Brian Gaeke2003-09-05
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-05
* Move EE dtor where it belongsBrian Gaeke2003-09-04
* Interpreter cleanups:Brian Gaeke2003-09-04
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-03
* Remove some long-dead codeChris Lattner2003-08-24
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-24
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-24
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-21
* Remove ".bc" from the end of InputFile if it is there, inBrian Gaeke2003-05-23
* The JIT is the default mode for LLI nowChris Lattner2003-05-12
* Build the appropriate target machine for the input pointer size and endiannessChris Lattner2003-04-22
* Fixes to compile with GCC 3.2Chris Lattner2002-12-24
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-23
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-08
* Namespace correctness is goodChris Lattner2002-07-25
* REmove extra blank linesChris Lattner2002-07-25
* *** empty log message ***Chris Lattner2002-07-22
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Fix problem where lli < foo.bc would have argc = 0Chris Lattner2001-11-26
* Initialize map for purifyChris Lattner2001-10-30
* Oops, accidentally broke reading from stdin when doing command line argumentsChris Lattner2001-10-29
* Implement a -trace command line option and a trace option in the interpreter.Chris Lattner2001-10-27
* Provide argv for commandsChris Lattner2001-10-27
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-18
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-15
* Initial checkin of interpreterChris Lattner2001-08-23