aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* 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-052-4/+3
* 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
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-011-1/+1
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-011-1/+1
* 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
* rename selection library to selectiondagChris Lattner2003-08-151-1/+1
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-131-1/+1
* Include the new selection library for the X86 targetChris Lattner2003-08-111-1/+1
* Add in support to load shared objects (-load is provided by Support library).Misha Brukman2003-07-281-1/+1
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-021-9/+25
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-171-4/+3
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-171-1/+1
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-171-0/+5
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-171-6/+6
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-171-3/+19
* Use more structured command line option processingChris Lattner2003-06-171-19/+3
* Link in Sparc libs for the JIT, even on X86 to be able to support debuggingMisha Brukman2003-05-271-3/+19
* 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
* We now need to link libscalar to get the switch lowering passChris Lattner2003-04-231-2/+2
* Build the appropriate target machine for the input pointer size and endiannessChris Lattner2003-04-221-4/+2
* Fix didn't fix the race condition in the makefilesChris Lattner2003-01-221-1/+1
* Fix race condition in MakefileChris Lattner2003-01-211-1/+1
* No longer need scalaropts libChris Lattner2003-01-131-1/+1
* 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-232-60/+80
* Add support to count the number of dynamic instructions executed by LLIChris Lattner2002-12-081-4/+1
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-1/+1