- Aug 29, 2004
-
-
Reid Spencer authored
independence of the tool. llvm-svn: 16092
-
Reid Spencer authored
llvm-svn: 16091
-
- Aug 04, 2004
-
-
Brian Gaeke authored
llvm-svn: 15479
-
- Jul 11, 2004
-
-
Chris Lattner authored
llvm-svn: 14739
-
- Jul 04, 2004
-
-
Reid Spencer authored
llvm-svn: 14623
-
- May 27, 2004
-
-
Chris Lattner authored
llvm-svn: 13813
-
- Feb 25, 2004
-
-
Brian Gaeke authored
llvm-svn: 11827
-
- Feb 19, 2004
-
-
Chris Lattner authored
the tool. llvm-svn: 11633
-
- Dec 28, 2003
-
-
Chris Lattner authored
llvm-svn: 10631
-
- Dec 26, 2003
-
-
Chris Lattner authored
llvm-svn: 10614
-
Chris Lattner authored
llvm-svn: 10613
-
Chris Lattner authored
* Inline callMain function * Remove hack from the ExecutionEngines where the 'run' method would automatically run atExit functions. Fixing this requires explicitly calling exit if main returns llvm-svn: 10611
-
Chris Lattner authored
llvm-svn: 10607
-
- Dec 12, 2003
-
-
Brian Gaeke authored
Use a clearer error message when we fail to load a program. llvm-svn: 10414
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 28, 2003
-
-
Chris Lattner authored
program llvm-svn: 9565
-
- Oct 24, 2003
-
-
Brian Gaeke authored
ExecutionEngine::create no longer takes a TraceMode argument. llvm-svn: 9495
-
- Oct 21, 2003
-
-
John Criswell authored
llvm-svn: 9314
-
- Oct 20, 2003
-
-
John Criswell authored
llvm-svn: 9308
-
John Criswell authored
llvm-svn: 9291
-
- Oct 14, 2003
-
-
Misha Brukman authored
* Use the incremental bytecode reader interface to speed up execution llvm-svn: 9127
-
- Sep 25, 2003
-
-
Misha Brukman authored
* Changed tabs to spaces * Removed a space between a function call and its arguments (...) llvm-svn: 8712
-
- Sep 05, 2003
-
-
Chris Lattner authored
llvm-svn: 8375
-
Brian Gaeke authored
Build lli using executionengine library llvm-svn: 8372
-
Brian Gaeke authored
Switch Interpreter and JIT's "run" methods to take a Function and a vector of GenericValues. Move (almost all of) the stuff that constructs a canonical call to main() into lli (new methods "callAsMain", "makeStringVector"). Nuke getCurrentExecutablePath(), enableTracing(), getCurrentFunction(), isStopped(), and many dead decls from interpreter. Add linux strdup() support to interpreter. Make interpreter's atexit handler runner and JIT's runAtExitHandlers() look more alike, in preparation for refactoring. atexit() is spelled "atexit", not "at_exit". llvm-svn: 8366
-
Brian Gaeke authored
llvm-svn: 8345
-
Brian Gaeke authored
Get rid of support for DebugMode (make it always off). Mung some comments. Get rid of interpreter's PROFILE_STRUCTURE_FIELDS and PerformExitStuff which have been disabled forever. Get rid of -abort-on-exception (make it always on). Get rid of user interaction stuff (debug mode innards). Simplify Interpreter's callMainFunction(). llvm-svn: 8344
-
- Sep 03, 2003
-
-
Brian Gaeke authored
static method here. Remove some extra blank lines. ExecutionEngine.h: Add its prototype. lli.cpp: Call it. Make creation method for each type of EE into a static method of its own subclass. Interpreter/Interpreter.cpp: ExecutionEngine::createInterpreter --> Interpreter::create Interpreter/Interpreter.h: Likewise. JIT/JIT.cpp: ExecutionEngine::createJIT --> VM::create JIT/VM.h: Likewise. llvm-svn: 8343
-
- Sep 01, 2003
-
-
Chris Lattner authored
llvm-svn: 8305
-
Chris Lattner authored
llvm-svn: 8302
-
- Aug 24, 2003
-
-
Chris Lattner authored
llvm-svn: 8135
-
Chris Lattner authored
ad-hoc "Config" flags llvm-svn: 8134
-
Chris Lattner authored
to change soon though. llvm-svn: 8123
-
- Aug 21, 2003
-
-
John Criswell authored
starts a program. This allows the GNU env program to compile and JIT under LLVM. llvm-svn: 8022
-
- Aug 15, 2003
-
-
Chris Lattner authored
llvm-svn: 7878
-
- Aug 13, 2003
-
-
Chris Lattner authored
llvm-svn: 7800
-
- Aug 11, 2003
-
-
Chris Lattner authored
llvm-svn: 7720
-
- Jul 28, 2003
-
-
Misha Brukman authored
llvm-svn: 7360
-
- Jul 02, 2003
-
-
Misha Brukman authored
* Setting ENABLE_X86_JIT or ENABLE_SPARC_JIT on the `make' command-line will force the inclusion of that JIT on a different architecture * If neither JIT is enabled (e.g., compiling on a different architecture), the -march option will not be available to LLI. * As a side effect of the $ARCH variable, the Sparc LLI can now link just a bit faster by not including the x86 library. llvm-svn: 7070
-
- Jun 30, 2003
-
-
John Criswell authored
system. llvm-svn: 7014
-