aboutsummaryrefslogtreecommitdiff
path: root/tools/lli/lli.cpp
AgeCommit message (Expand)Author
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-07-11Add a -load optionChris Lattner
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-05-27Header file movedChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered toChris Lattner
2003-12-28Pass extra arguments around n stuphChris Lattner
2003-12-26Factor out code to ExecutionEngineChris Lattner
2003-12-26Simplify codeChris Lattner
2003-12-26* eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner
2003-12-26update commentChris Lattner
2003-12-12Add an assertion to make sure we are at least getting argv[0] right.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-28Add the ability for users to specify a specific argv[0] to pass into theChris Lattner
2003-10-24TraceMode, as you may have heard, is history.Brian Gaeke
2003-10-20Removed extraneous comment line.John Criswell
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-14Enabling incremental bytecode loading in the JIT:Misha Brukman
2003-09-25To be consistent with the rest of LLVM codebase (and the rest of this file):Misha Brukman
2003-09-05Reorder #includes to follow LLVM conventionsChris Lattner
2003-09-05Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)Brian Gaeke
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke
2003-09-04Move EE dtor where it belongsBrian Gaeke
2003-09-04Interpreter cleanups:Brian Gaeke
2003-09-03ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke
2003-08-24Remove some long-dead codeChris Lattner
2003-08-24Targets now configure themselves based on the source module, not on theChris Lattner
2003-08-24Add preliminary support for "any" pointersize/endianness. This will needChris Lattner
2003-08-21The JIT now passes the environment pointer to the main() function when itJohn Criswell
2003-05-23Remove ".bc" from the end of InputFile if it is there, inBrian Gaeke
2003-05-12The JIT is the default mode for LLI nowChris Lattner
2003-04-22Build the appropriate target machine for the input pointer size and endiannessChris Lattner
2002-12-24Fixes to compile with GCC 3.2Chris Lattner
2002-12-23Substantial changes to refactor LLI to incorporate both the Jello JIT andChris Lattner
2002-12-08Add support to count the number of dynamic instructions executed by LLIChris Lattner
2002-07-25Namespace correctness is goodChris Lattner
2002-07-25REmove extra blank linesChris Lattner
2002-07-22*** empty log message ***Chris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Fix problem where lli < foo.bc would have argc = 0Chris Lattner
2001-10-30Initialize map for purifyChris Lattner
2001-10-29Oops, accidentally broke reading from stdin when doing command line argumentsChris Lattner
2001-10-27Implement a -trace command line option and a trace option in the interpreter.Chris Lattner
2001-10-27Provide argv for commandsChris Lattner
2001-10-18Enhancements to pass argc & argv to main if requiredChris Lattner
2001-10-15Implement global variables. Struct and Pointer initializers are not implemen...Chris Lattner
2001-08-23Initial checkin of interpreterChris Lattner