aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/JIT.h
Commit message (Expand)AuthorAgeFilesLines
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-281-2/+4
* No longer run atExit functions from run()Chris Lattner2003-12-261-7/+2
* Implement PR135, lazy emission of global variablesChris Lattner2003-12-201-0/+10
* Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner2003-12-201-10/+9
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-201-1/+4
* Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding theChris Lattner2003-12-121-0/+6
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header.John Criswell2003-10-211-0/+7
* Tidy up doxygen comment for getPointerToFunction().Brian Gaeke2003-10-171-0/+10
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-2/+2
* ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke2003-09-051-1/+1
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-3/+2
* ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke2003-09-031-0/+5
* The JIT now passes the environment pointer to the main() function when itJohn Criswell2003-08-211-1/+2
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-131-2/+2
* * Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cppMisha Brukman2003-06-021-2/+1
* Move target specific code to target files. The new MachineCodeEmitterChris Lattner2003-06-011-25/+4
* Allow for specification of which JIT to run on the commandline.Misha Brukman2003-05-271-1/+2
* Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner2003-05-141-0/+7
* Add support for function stubs, which allow calling functions which need toChris Lattner2003-05-091-0/+8
* Improve efficiency of JIT by having it use direct function calls instead ofChris Lattner2003-05-081-0/+5
* Add support for named functionsChris Lattner2003-01-131-0/+6
* Initial checkinChris Lattner2002-12-241-0/+54