aboutsummaryrefslogtreecommitdiff
path: root/tools/lli
AgeCommit message (Expand)Author
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-20Added LLVM copyright to Makefiles.John Criswell
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-09-01Preselection is now integrated into the Sparc target libraryChris Lattner
2003-09-01Sparc peephole optimizer moved out of post-opts library into Sparc target lib...Chris Lattner
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-08-15rename selection library to selectiondagChris Lattner
2003-08-13Incorporate mapping library into the sparc libraryChris Lattner
2003-08-11Include the new selection library for the X86 targetChris Lattner
2003-07-28Add in support to load shared objects (-load is provided by Support library).Misha Brukman
2003-07-02* If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-17Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke
2003-06-17Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner
2003-06-17The never-ending odyssey trying to get sparc to linkChris Lattner
2003-06-17Make sure to get the value of ARCH before we use itChris Lattner
2003-06-17Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner
2003-06-17Whoops, didn't mean to check that in :(Chris Lattner
2003-06-17Use more structured command line option processingChris Lattner
2003-05-27Link in Sparc libs for the JIT, even on X86 to be able to support debuggingMisha Brukman
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-23We now need to link libscalar to get the switch lowering passChris Lattner
2003-04-22Build the appropriate target machine for the input pointer size and endiannessChris Lattner
2003-01-22Fix didn't fix the race condition in the makefilesChris Lattner
2003-01-21Fix race condition in MakefileChris Lattner
2003-01-13No longer need scalaropts libChris 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-11-04No need to explicitly inclue ExportSymbols nowChris Lattner
2002-09-13Export symbols for linuxChris Lattner
2002-07-25Namespace correctness is goodChris Lattner
2002-07-25REmove extra blank linesChris Lattner
2002-07-23*** empty log message ***Chris Lattner