Move target specific code to target files. The new MachineCodeEmitter
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.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-14 Chris LattnerAdd support for atexit handlers to the JIT, fixing...
2003-05-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler