aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/VM.h
AgeCommit message (Expand)Author
2003-12-20Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner
2003-12-20Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner
2003-12-12Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding theChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-21Added LLVM copyright header.John Criswell
2003-10-17Tidy up doxygen comment for getPointerToFunction().Brian Gaeke
2003-10-14Enabling incremental bytecode loading in the JIT:Misha Brukman
2003-09-05ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/Brian Gaeke
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke
2003-09-03ExecutionEngine.cpp: Move execution engine creation stuff into a newBrian Gaeke
2003-08-21The JIT now passes the environment pointer to the main() function when itJohn Criswell
2003-08-13Deconstify parameter to getPointerToFunction().Brian Gaeke
2003-06-02* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cppMisha Brukman
2003-06-01Move target specific code to target files. The new MachineCodeEmitterChris Lattner
2003-05-27Allow for specification of which JIT to run on the commandline.Misha Brukman
2003-05-14Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner
2003-05-09Add support for function stubs, which allow calling functions which need toChris Lattner
2003-05-08Improve efficiency of JIT by having it use direct function calls instead ofChris Lattner
2003-01-13Add support for named functionsChris Lattner
2002-12-24Initial checkinChris Lattner