summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/VM.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner2003-12-201-114/+0
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-201-7/+4
* Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding theChris Lattner2003-12-121-0/+17
* Finegrainify namespacificationChris Lattner2003-12-081-4/+1
* * Order #includes as per style guideMisha Brukman2003-11-171-8/+7
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Destroy MachineFunction for any Function that we are about toBrian Gaeke2003-10-241-0/+2
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Refactor running the JIT passes on a single function into the new method,Brian Gaeke2003-10-171-7/+35
* JIT.cpp:Misha Brukman2003-10-161-2/+3
* Enabling incremental bytecode loading in the JIT:Misha Brukman2003-10-141-0/+3
* Deconstify parameter to getPointerToFunction().Brian Gaeke2003-08-131-5/+3
* Move target specific code to target files. The new MachineCodeEmitterChris Lattner2003-06-011-22/+1
* Add a framework for intercepting system callsChris Lattner2003-05-141-21/+2
* Add support for function stubs, which allow calling functions which need toChris Lattner2003-05-091-1/+4
* assert early instead of late for unimplemented featureChris Lattner2003-05-081-3/+10
* Add support for named functionsChris Lattner2003-01-131-11/+18
* Initial checkin of new LLI with JIT compilerChris Lattner2002-12-241-0/+84
OpenPOWER on IntegriCloud