Constant-propagate the value of `isL' variable and eliminate it.
[oota-llvm.git] / include / llvm / ExecutionEngine /
2004-12-13 Reid SpencerAdd a convenience function for clearing the two global...
2004-11-22 Chris LattnerThis is the proper code for this method, thanks to...
2004-11-22 Reid SpencerImplement a missing function called by JIT/Emitter...
2004-11-07 Misha BrukmanAdd method to delete machine code generated for a Function
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-02-25 Brian GaekeRepresent va_list in interpreter as a (ec-stack-depth...
2003-12-31 Chris LattnerAdd new ExecutionEngine::getGlobalValueAtAddress method...
2003-12-28 Chris LattnerWe may now pass IntrinsicLowering implementations into...
2003-12-26 Chris LattnerNew method
2003-12-26 Chris LattnerRename 'run' to 'runFunction' to emphasize that it...
2003-12-20 Chris LattnerCleanups to implement PR135
2003-12-20 Chris LattnerSimple refactorings to prepare for lazy global emission
2003-12-12 Chris LattnerDoxygenify comments, remove extraneous #include
2003-12-12 Brian GaekeUse uintptr_t for pointer values in the ExecutionEngine.
2003-12-08 Chris Lattneradd two new virtual functions:
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
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