Move X86 specific code out of the JIT into the X86 backend
[oota-llvm.git] / lib / ExecutionEngine / JIT / Callback.cpp
2003-05-09 Chris LattnerAdd support for function stubs, which allow calling...
2003-05-08 Chris LattnerMinor speedup by avoiding callbacks to functions alread...
2003-05-08 Chris LattnerImprove efficiency of JIT by having it use direct funct...
2003-01-13 Chris LattnerBad segvs actually cause a segv now
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler