summaryrefslogtreecommitdiff
path: root/tools/lli
Commit message (Expand)AuthorAge
...
* sparcv9select is historyBrian Gaeke2004-08-04
* 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
* Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke2004-02-25
* 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
* Added LLVM copyright to Makefiles.John Criswell2003-10-20
* 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
* Preselection is now integrated into the Sparc target libraryChris Lattner2003-09-01
* Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner2003-09-01
* 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
* rename selection library to selectiondagChris Lattner2003-08-15
* Incorporate mapping library into the sparc libraryChris Lattner2003-08-13
* Include the new selection library for the X86 targetChris Lattner2003-08-11
* Add in support to load shared objects (-load is provided by Support library).Misha Brukman2003-07-28
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-02
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-17
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-17
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-17
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-17
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-17
* Use more structured command line option processingChris Lattner2003-06-17
* Link in Sparc libs for the JIT, even on X86 to be able to support debuggingMisha Brukman2003-05-27
* 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
* We now need to link libscalar to get the switch lowering passChris Lattner2003-04-23
* Build the appropriate target machine for the input pointer size and endiannessChris Lattner2003-04-22