[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
[oota-llvm.git] / include / llvm / ExecutionEngine / ExecutionEngine.h
2014-12-03 Lang Hames[MCJIT] Unique-ptrify the RTDyldMemoryManager member...
2014-09-23 Lang Hames[MCJIT] Remove a few more references to JITMemoryManage...
2014-09-23 Lang Hames[MCJIT] Delete the JTIMemoryManager and associated...
2014-09-15 Lang Hames[MCJIT] Start Stringref-izing the ExecutionEngine inter...
2014-09-04 Yaron KerenPost-JIT light cleanup of ExecutionEngine.h: edited...
2014-09-02 David Blaikieunique_ptrify passing the TargetMachine to ExecutionEng...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-26 Rafael EspindolaGive ExecutionEngine of top level buffers.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-19 Rafael EspindolaMake it explicit that ExecutionEngine takes ownership...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-01 Rafael EspindolaMove virtual method out of line.
2014-08-01 Rafael EspindolaReplace comment about ownership with std::unique_ptr.
2014-07-31 Rafael EspindolaDelete dead code.
2014-07-24 Rafael EspindolaRemove dead code.
2014-06-20 Zachary TurnerRevert "Replace Execution Engine's mutex with std:...
2014-06-18 Zachary TurnerReplace Execution Engine's mutex with std::recursive_mutex.
2014-06-16 Zachary TurnerClean up some unnecessary mutex guards.
2014-05-31 Alp TokerExecutionEngine: avoid NDEBUG in headers
2014-04-29 David BlaikieFix MSVC build broken by r207580
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-18 Lang Hames[ExecutionEngine] Allow JIT clients to enable/disable...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-20 Lang HamesAdd an option to MCJIT to have it forward all sections...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2013-12-07 NAKAMURA TakumiWhitespace cleanups.
2013-12-07 Lang HamesRevert r196639 while I investigate a bot failure.
2013-12-07 Lang HamesAdd support for archives and object file caching under...
2013-10-24 Andrew KaylorOptimizing MCJIT module state tracking
2013-10-21 Andrew KaylorImproving MCJIT/RuntimeDyld thread safety
2013-10-07 Rafael EspindolaRemove dead code.
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-23 Eric ChristopherFix dependency layering issues caused by r180112.
2013-04-23 Andrew KaylorFixing typo in comment.
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
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...
next