Move TargetData to DataLayout.
[oota-llvm.git] / include / llvm / ExecutionEngine / ExecutionEngine.h
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-07-19 Galina KistanovaFixed few warnings.
2012-03-23 Owen AndersonMake it feasible for clients using EngineBuilder to...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-09-29 Jim GrosbachTidy up. Formatting.
2011-08-30 Nicolas GeoffrayThe code model of JIT should default to JITDefault.
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-06 Jim GrosbachEngineBuilder setter method for UseMCJIT was missing...
2011-03-30 Jim GrosbachTidy up. Whitespace and 80-columns.
2011-03-04 Eric ChristopherSupport unregistering exception frames of functions...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-17 Daniel Dunbarlli: Add stub -use-mcjit option, which doesn't currentl...
2010-11-13 Daniel DunbarJIT: More nitty style tweakage, aka territory marking.
2010-10-21 Duncan SandsFix the cleanup process of exception information in...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-02-03 Jeffrey Yasskinr94686 changed all ModuleProvider parameters to Modules...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-11-17 Eric ChristopherAdd ability to set code model within the execution...
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-10-29 Chris Lattneradd interpreter support for indirect goto / blockaddres...
2009-10-27 Jeffrey YasskinRevert the API changes from r85295 to make it easier...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-23 Jeffrey YasskinFix llvm.org/PR4822: allow module deletion after a...
2009-10-13 Jeffrey YasskinMake the ExecutionEngine automatically remove global...
2009-10-09 Jeffrey YasskinExecutionEngine::clearGlobalMappingsFromModule failed...
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Daniel DunbarSwitch llc and createJIT to use simpler command line...
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-07 Bill WendlingRemove unused parameter.
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:
next