Extricate the "reverse" support from the depth-first iterator. This is really
[oota-llvm.git] / include / llvm / ExecutionEngine /
2003-09-05 Brian GaekeMake getOperandValue and executeCastOperation methods...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-05 Brian GaekeZap some more unused static method decls
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-07-25 Chris LattnerMore cassert inclusion for GCC 3.3
2003-05-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
2003-05-09 Chris LattnerAdd new method to check to see if a global is available
2003-05-08 Chris LattnerAdd a pointersize/endianness safe load routine to match...
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler