aboutsummaryrefslogtreecommitdiff
path: root/tools/lli
AgeCommit message (Expand)Author
2006-03-24Get JIT/Interpreter working on Windows again.Jeff Cohen
2006-03-08Fit to 80 columns.Chris Lattner
2005-12-16rename optionChris Lattner
2005-12-16provide an option to override the target triple in a module from the commandl...Chris Lattner
2005-12-02Revert my previous patch which broke due to lazy streaming of functionsChris Lattner
2005-12-01If a module has a main, but it is defined externally, refuse to run it.Chris Lattner
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen
2005-04-22Remove trailing whitespaceMisha Brukman
2004-12-30For PR351:Reid Spencer
2004-11-29Use LLVMLIBS=JIT to get JIT librariesReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-14Use the shared Makefile.JIT for JIT-enablementMisha Brukman
2004-10-14Enable the PowerPC JIT by compiling powerpc.o library into lliMisha Brukman
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-10-08Use the SparcV9-marked instr scheduling libraryMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-08-04sparcv9select is historyBrian Gaeke
2004-07-11Add a -load optionChris Lattner
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer
2004-05-27Header file movedChris Lattner
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke
2004-02-19Make sure to print a stack trace whenever an error signal is delivered toChris Lattner
2003-12-28Pass extra arguments around n stuphChris Lattner
2003-12-26Factor out code to ExecutionEngineChris Lattner
2003-12-26Simplify codeChris Lattner
2003-12-26* eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner
2003-12-26update commentChris Lattner
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