switch main LLI core execution to use an InstVisitor instead of a switch statement
[oota-llvm.git] / lib / ExecutionEngine / JIT /
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-05-08 Chris Lattnerassert early instead of late for unimplemented feature
2003-01-29 Chris LattnerFix warnings on sparc
2003-01-13 Chris LattnerAdd support for named functions
2003-01-13 Chris LattnerDead file
2003-01-13 Chris LattnerAdd support for new types of values
2003-01-13 Chris LattnerBad segvs actually cause a segv now
2002-12-24 Chris LattnerInitial checkin
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler