Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / ExecutionEngine / ExecutionEngine.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-16 Misha BrukmanIf we move the constructors to the .cpp file, we can...
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
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