aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/VM.cpp
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-12-08Finegrainify namespacificationChris Lattner
2003-11-17* Order #includes as per style guideMisha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-24Destroy MachineFunction for any Function that we are about toBrian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-17Refactor running the JIT passes on a single function into the new method,Brian Gaeke
2003-10-16JIT.cpp:Misha Brukman
2003-10-14Enabling incremental bytecode loading in the JIT:Misha Brukman
2003-08-13Deconstify parameter to getPointerToFunction().Brian Gaeke
2003-06-01Move target specific code to target files. The new MachineCodeEmitterChris Lattner
2003-05-14Add a framework for intercepting system callsChris Lattner
2003-05-09Add support for function stubs, which allow calling functions which need toChris Lattner
2003-05-08assert early instead of late for unimplemented featureChris Lattner
2003-01-13Add support for named functionsChris Lattner
2002-12-24Initial checkin of new LLI with JIT compilerChris Lattner