Move target specific code to target files. The new MachineCodeEmitter
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITEmitter.cpp
2003-06-01 Chris LattnerMove target specific code to target files. The new...
2003-05-27 Misha BrukmanAllow for specification of which JIT to run on the...
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-29 Chris LattnerFix warnings on sparc
2003-01-13 Chris LattnerAdd support for new types of values
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler