Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and
[oota-llvm.git] / include / llvm / ExecutionEngine /
2007-03-06 Reid SpencerMake StoreValueToMemory a little more efficient by...
2007-03-06 Reid SpencerMake GenericeValue into a struct with a union instead...
2007-03-03 Reid SpencerMake the creation functions take an error string. This...
2007-03-03 Reid SpencerRequire the destination GlobalValue for LoadValueFromMe...
2007-03-03 Reid SpencerAdd APIntVal as a possible GenericeValue.
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2006-11-09 Chris Lattnerallow clients to indicate that they never want lazy...
2006-08-16 Chris Lattneradd a way to have multiple modules in a JIT :)
2006-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
2006-05-08 Chris LattnerMove methods out of line so that MutexGuard.h isn't...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-03-24 Jeff CohenFix headers
2006-03-24 Jeff CohenMinor corrections.
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-22 Chris Lattnerwrap lines to 80 columns.
2006-03-08 Chris LattnerAdd a helper method for running static ctors/dtors...
2005-07-12 Reid SpencerFor PR540:
2005-04-21 Misha BrukmanRemove trailing whitespace
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