aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-221-2/+2
* For PR351:Reid Spencer2004-12-301-55/+62
* Use LLVMLIBS=JIT to get JIT librariesReid Spencer2004-11-291-9/+3
* We're not doing automake any moreReid Spencer2004-10-221-680/+0
* We won't use automakeReid Spencer2004-10-221-53/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+680
* Use the shared Makefile.JIT for JIT-enablementMisha Brukman2004-10-141-52/+2
* Enable the PowerPC JIT by compiling powerpc.o library into lliMisha Brukman2004-10-141-0/+13
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+53
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-081-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-291-1/+1
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-1/+1
* sparcv9select is historyBrian Gaeke2004-08-041-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
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-251-4/+4
* 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
* 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