summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JIT.cpp
Commit message (Expand)AuthorAge
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* JIT.cpp:Misha Brukman2003-10-16
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-14
* ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke2003-09-05
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-05
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-03
* Targets now configure themselves based on the source module, not on theChris Lattner2003-08-24
* Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format andChris Lattner2003-08-21
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-21
* Fix spaceChris Lattner2003-07-23
* * If compiling on X86 or Sparc, automagically enable the JIT for that archMisha Brukman2003-07-02
* Apparently "sparc" is a macro on sparcs. Ugh. :)Chris Lattner2003-06-17
* Use more structured command line option processingChris Lattner2003-06-17
* #ifdef out code that only applies when the HOSTARCH = sparcChris Lattner2003-06-17
* ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::Misha Brukman2003-06-06
* * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cppMisha Brukman2003-06-02
* Move target specific code to target files. The new MachineCodeEmitterChris Lattner2003-06-01
* Allow for specification of which JIT to run on the commandline.Misha Brukman2003-05-27
* Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner2003-05-14
* Make sure that globals are emitted AFTER the passmanager is set up for the JIT,Chris Lattner2003-05-12
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-24