aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli/lli.cpp
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-061-17/+7
* add bitcode reading support, remove eh stuffChris Lattner2007-05-061-89/+99
* 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
* 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
* 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
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-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
* 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
* Factor out code to ExecutionEngineChris Lattner2003-12-261-50/+10
* Simplify codeChris Lattner2003-12-261-42/+24
* * eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner2003-12-261-36/+32
* update commentChris Lattner2003-12-261-6/+3
* Add an assertion to make sure we are at least getting argv[0] right.Brian Gaeke2003-12-121-1/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* Add the ability for users to specify a specific argv[0] to pass into theChris Lattner2003-10-281-7/+16
* TraceMode, as you may have heard, is history.Brian Gaeke2003-10-241-3/+1
* Removed extraneous comment line.John Criswell2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-11/+15
* To be consistent with the rest of LLVM codebase (and the rest of this file):Misha Brukman2003-09-251-27/+27
* Reorder #includes to follow LLVM conventionsChris Lattner2003-09-051-5/+5
* Interpreter, JIT moved to lib/ExecutionEngine (includes -> llvm/ExecutionEngine)Brian Gaeke2003-09-051-2/+2
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-2/+79