summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JIT.h
Commit message (Expand)AuthorAge
* Tidy up doxygen comment for getPointerToFunction().Brian Gaeke2003-10-17
* 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
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-21
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-13
* * 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
* Add support for function stubs, which allow calling functions which need toChris Lattner2003-05-09
* Improve efficiency of JIT by having it use direct function calls instead ofChris Lattner2003-05-08
* Add support for named functionsChris Lattner2003-01-13
* Initial checkinChris Lattner2002-12-24