aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli/lli.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the build on case-sensitive filesystems :(Chris Lattner2006-08-011-1/+1
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-011-0/+1
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-241-1/+2
* Fit to 80 columns.Chris Lattner2006-03-081-7/+14
* rename optionChris Lattner2005-12-161-1/+1
* provide an option to override the target triple in a module from the commandl...Chris Lattner2005-12-161-1/+7
* Revert my previous patch which broke due to lazy streaming of functionsChris Lattner2005-12-021-1/+1
* If a module has a main, but it is defined externally, refuse to run it.Chris Lattner2005-12-011-1/+1
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+2
* Remove trailing whitespaceMisha Brukman2005-04-221-2/+2
* For PR351:Reid Spencer2004-12-301-55/+62
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
* Add a -load optionChris Lattner2004-07-111-0/+1
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-041-0/+1
* Header file movedChris Lattner2004-05-271-1/+1
* Make sure to print a stack trace whenever an error signal is delivered toChris Lattner2004-02-191-0/+2
* 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