aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli/lli.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pass extra arguments around n stuphChris Lattner2003-12-281-2/+1
* Factor out code to ExecutionEngineChris Lattner2003-12-261-50/+10
* Simplify codeChris Lattner2003-12-261-42/+24
* * eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner2003-12-261-36/+32
* update commentChris Lattner2003-12-261-6/+3
* Add an assertion to make sure we are at least getting argv[0] right.Brian Gaeke2003-12-121-1/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* Add the ability for users to specify a specific argv[0] to pass into theChris Lattner2003-10-281-7/+16
* TraceMode, as you may have heard, is history.Brian Gaeke2003-10-241-3/+1
* Removed extraneous comment line.John Criswell2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-11/+15
* To be consistent with the rest of LLVM codebase (and the rest of this file):Misha Brukman2003-09-251-27/+27
* Reorder #includes to follow LLVM conventionsChris Lattner2003-09-051-5/+5
* Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)Brian Gaeke2003-09-051-2/+2
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-2/+79
* Move EE dtor where it belongsBrian Gaeke2003-09-041-8/+0
* Interpreter cleanups:Brian Gaeke2003-09-041-4/+2
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-031-9/+3
* Remove some long-dead codeChris Lattner2003-08-241-16/+0
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-241-6/+2
* Add preliminary support for "any" pointersize/endianness. This will needChris Lattner2003-08-241-2/+4
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-211-2/+2
* Remove ".bc" from the end of InputFile if it is there, inBrian Gaeke2003-05-231-0/+7
* The JIT is the default mode for LLI nowChris Lattner2003-05-121-1/+1
* Build the appropriate target machine for the input pointer size and endiannessChris Lattner2003-04-221-4/+2
* Fixes to compile with GCC 3.2Chris Lattner2002-12-241-4/+4
* Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner2002-12-231-59/+75
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-081-4/+1
* Namespace correctness is goodChris Lattner2002-07-251-2/+2
* REmove extra blank linesChris Lattner2002-07-251-2/+0
* *** empty log message ***Chris Lattner2002-07-221-14/+28
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Fix problem where lli < foo.bc would have argc = 0Chris Lattner2001-11-261-0/+7
* Initialize map for purifyChris Lattner2001-10-301-0/+1
* Oops, accidentally broke reading from stdin when doing command line argumentsChris Lattner2001-10-291-1/+1
* Implement a -trace command line option and a trace option in the interpreter.Chris Lattner2001-10-271-1/+5
* Provide argv for commandsChris Lattner2001-10-271-3/+3
* Enhancements to pass argc & argv to main if requiredChris Lattner2001-10-181-1/+1
* Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner2001-10-151-5/+2
* Initial checkin of interpreterChris Lattner2001-08-231-0/+67