Add a JITEventListener interface that gets called back when a new function is
[oota-llvm.git] / include / llvm / ExecutionEngine / ExecutionEngine.h
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-11 Bill WendlingRemove unused parameter warnings.
2009-05-18 Argyrios KyrtzidisAllow the JIT ExecutionEngine to report details about...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-04-25 Chris Lattnerimprove documentation around memory lifetimes,
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-01-23 Nate BegemanAdd support for deleting a module provider from a JIT...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-09 Evan ChengDisableGVCompilation should not abort on internal Globa...
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-09-30 Evan ChengAdd runStaticConstructorsDestructors which runs ctors...
2008-09-24 Evan ChengAdd DisableGVCompilation which forces the JIT to assert...
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-06-16 Chris LattnerAdd a new flag that disables symbol lookup with dlsym...
2008-05-21 Nate BegemanFix a couple issues with the JIT and multiple modules:
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-04-04 Chris LattnerMake ExecutionEngine::updateGlobalMapping return the...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-06 Chris Lattneradd a new ExecutionEngine::createJIT which can be used...
2007-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-10-22 Chris Lattneradd a mechanism for the JIT to invoke a function to...
2007-10-21 Chris LattnerAdd a convenience method for creating EE's.
2007-10-15 Devang PatelAdd removeModuleProvider()
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...
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-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.
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-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