summaryrefslogtreecommitdiff
path: root/tools/lli
AgeCommit message (Expand)AuthorFilesLines
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner1-1/+4
2007-02-05For PR411:Reid Spencer1-1/+1
2007-01-08fix atexit. This is an overcomplex way of calling exit, but it is required,Chris Lattner1-3/+16
2007-01-07this is an overcomplex way to call exit :)Chris Lattner1-12/+1
2006-12-31For PR950:Reid Spencer1-2/+2
2006-12-10make statistics and timing info print even if the JIT'd program calls exitChris Lattner1-1/+1
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner1-0/+2
2006-09-14add a new (hidden) -disable-core-files optionChris Lattner1-0/+9
2006-09-04lli uses LinkAllCodegenComponents, so it needs this. Thanks toChris Lattner1-1/+2
2006-09-04Use llvm-config instead of magic JIT thing to link in libsChris Lattner1-1/+1
2006-08-25For PR797:Reid Spencer1-4/+3
2006-08-01Fix the build on case-sensitive filesystems :(Chris Lattner1-1/+1
2006-08-01Introducing plugable register allocators and instruction schedulers.Jim Laskey1-0/+1
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner1-0/+1
2006-03-24Get JIT/Interpreter working on Windows again.Jeff Cohen1-1/+2
2006-03-08Fit to 80 columns.Chris Lattner1-7/+14
2005-12-16rename optionChris Lattner1-1/+1
2005-12-16provide an option to override the target triple in a module from the commandl...Chris Lattner1-1/+7
2005-12-02Revert my previous patch which broke due to lazy streaming of functionsChris Lattner1-1/+1
2005-12-01If a module has a main, but it is defined externally, refuse to run it.Chris Lattner1-1/+1
2005-10-23When a function takes a variable number of pointer arguments, with a zeroJeff Cohen1-1/+2
2005-04-22Remove trailing whitespaceMisha Brukman1-2/+2
2004-12-30For PR351:Reid Spencer1-55/+62
2004-11-29Use LLVMLIBS=JIT to get JIT librariesReid Spencer1-9/+3
2004-10-22We're not doing automake any moreReid Spencer1-680/+0
2004-10-22We won't use automakeReid Spencer1-53/+0
2004-10-18Initial automake generated Makefile templateReid Spencer1-0/+680
2004-10-14Use the shared Makefile.JIT for JIT-enablementMisha Brukman1-52/+2
2004-10-14Enable the PowerPC JIT by compiling powerpc.o library into lliMisha Brukman1-0/+13
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer1-1/+1
2004-10-10Initial version of automake Makefile.am file.Reid Spencer1-0/+53
2004-10-08Use the SparcV9-marked instr scheduling libraryMisha Brukman1-1/+1
2004-09-01Changes For Bug 352Reid Spencer1-2/+2
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer1-1/+1
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer1-1/+1
2004-08-04sparcv9select is historyBrian Gaeke1-1/+1
2004-07-11Add a -load optionChris Lattner1-0/+1
2004-07-04Add #include <iostream> since Value.h does not include it any more.Reid Spencer1-0/+1
2004-05-27Header file movedChris Lattner1-1/+1
2004-02-25Great renaming part II: Sparc --> SparcV9 (also includes command-line options...Brian Gaeke1-4/+4
2004-02-19Make sure to print a stack trace whenever an error signal is delivered toChris Lattner1-0/+2
2003-12-28Pass extra arguments around n stuphChris Lattner1-2/+1
2003-12-26Factor out code to ExecutionEngineChris Lattner1-50/+10
2003-12-26Simplify codeChris Lattner1-42/+24
2003-12-26* eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner1-36/+32
2003-12-26update commentChris Lattner1-6/+3
2003-12-12Add an assertion to make sure we are at least getting argv[0] right.Brian Gaeke1-1/+2
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+2
2003-10-28Add the ability for users to specify a specific argv[0] to pass into theChris Lattner1-7/+16
2003-10-24TraceMode, as you may have heard, is history.Brian Gaeke1-3/+1