JIT.cpp:
[oota-llvm.git] / lib / ExecutionEngine / JIT / VM.cpp
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