Implement the TargetMachine::getJITStubForFunction method for X86, finegrainify
[oota-llvm.git] / lib / ExecutionEngine / JIT / VM.cpp
2003-12-08 Chris LattnerFinegrainify namespacification
2003-11-17 Misha Brukman* Order #includes as per style guide
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-24 Brian GaekeDestroy MachineFunction for any Function that we are...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-17 Brian GaekeRefactor running the JIT passes on a single function...
2003-10-16 Misha BrukmanJIT.cpp:
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-06-01 Chris LattnerMove target specific code to target files. The new...
2003-05-14 Chris LattnerAdd a framework for intercepting system calls
2003-05-09 Chris LattnerAdd support for function stubs, which allow calling...
2003-05-08 Chris Lattnerassert early instead of late for unimplemented feature
2003-01-13 Chris LattnerAdd support for named functions
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler