summaryrefslogtreecommitdiff
path: root/tools/lli/lli.cpp
Commit message (Expand)AuthorAge
* Changes For Bug 352Reid Spencer2004-09-01
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* Add a -load optionChris Lattner2004-07-11
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-04
* Header file movedChris Lattner2004-05-27
* Make sure to print a stack trace whenever an error signal is delivered toChris Lattner2004-02-19
* Pass extra arguments around n stuphChris Lattner2003-12-28
* Factor out code to ExecutionEngineChris Lattner2003-12-26
* Simplify codeChris Lattner2003-12-26
* * eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner2003-12-26
* update commentChris Lattner2003-12-26
* Add an assertion to make sure we are at least getting argv[0] right.Brian Gaeke2003-12-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Add the ability for users to specify a specific argv[0] to pass into theChris Lattner2003-10-28
* TraceMode, as you may have heard, is history.Brian Gaeke2003-10-24
* 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