aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli
Commit message (Expand)AuthorAgeFilesLines
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-2/+2
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-5/+1
* switch tools to bitcode from bytecodeChris Lattner2007-05-062-18/+8
* add bitcode reading support, remove eh stuffChris Lattner2007-05-062-91/+100
* reset errno to zero on entry to the application's main function. This fixesChris Lattner2007-04-271-1/+5
* Obtain the exit function before execution just in case the moduleReid Spencer2007-03-061-5/+7
* 1. Handle errors around the ModuleProvider. This is necessary since it isReid Spencer2007-03-031-11/+23
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+4
* For PR411:Reid Spencer2007-02-051-1/+1
* fix atexit. This is an overcomplex way of calling exit, but it is required,Chris Lattner2007-01-081-3/+16
* this is an overcomplex way to call exit :)Chris Lattner2007-01-071-12/+1
* For PR950:Reid Spencer2006-12-311-2/+2
* make statistics and timing info print even if the JIT'd program calls exitChris Lattner2006-12-101-1/+1
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* add a new (hidden) -disable-core-files optionChris Lattner2006-09-141-0/+9
* lli uses LinkAllCodegenComponents, so it needs this. Thanks toChris Lattner2006-09-041-1/+2
* Use llvm-config instead of magic JIT thing to link in libsChris Lattner2006-09-041-1/+1
* For PR797:Reid Spencer2006-08-251-4/+3
* Fix the build on case-sensitive filesystems :(Chris Lattner2006-08-011-1/+1
* Introducing plugable register allocators and instruction schedulers.Jim Laskey2006-08-011-0/+1
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Get JIT/Interpreter working on Windows again.Jeff Cohen2006-03-241-1/+2
* Fit to 80 columns.Chris Lattner2006-03-081-7/+14
* rename optionChris Lattner2005-12-161-1/+1
* provide an option to override the target triple in a module from the commandl...Chris Lattner2005-12-161-1/+7
* Revert my previous patch which broke due to lazy streaming of functionsChris Lattner2005-12-021-1/+1
* If a module has a main, but it is defined externally, refuse to run it.Chris Lattner2005-12-011-1/+1
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-231-1/+2
* 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