Revert "unique_ptrify LoadedObjectInfo::clone"
[oota-llvm.git] / include / llvm / ExecutionEngine / RuntimeDyld.h
2015-05-22 Tobias GrosserRevert "unique_ptrify LoadedObjectInfo::clone"
2015-05-22 David Blaikieunique_ptrify LoadedObjectInfo::clone
2015-05-22 David BlaikieFix Clang -Wmissing-override warning
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-03-11 Lang Hames[Orc][MCJIT][RuntimeDyld] Re-apply r231726 and r231724...
2015-03-10 Eric ChristopherTemporarily revert r231726 and r231724 as they're break...
2015-03-09 Lang Hames[Orc][MCJIT][RuntimeDyld] Add symbol flags to symbols...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-16 Lang Hames[RuntimeDyld] Track symbol visibility in RuntimeDyld.
2014-11-26 Lang Hames[MCJIT] Reapply r222828 and r222810-r222812 with fix...
2014-11-26 Aaron BallmanReverting r222828 and r222810-r222812 as they broke...
2014-11-26 Lang Hames[MCJIT] Clean up RuntimeDyld's quirky object-ownership...
2014-09-05 Lang Hames[MCJIT] Const-ify the symbol lookup operations on Runti...
2014-09-04 David Blaikieunique_ptrify RuntimeDyld::Dyld
2014-09-03 David Blaikieunique_ptrify a bunch of stuff through RuntimeDyld...
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-03-26 Juergen Ributzka[MCJIT] Check if there have been errors during RuntimeD...
2014-03-20 Lang HamesAdd an option to MCJIT to have it forward all sections...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
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-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-11-27 Andrew KaylorFix comment formatting in RuntimeDyld.h
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-10-16 Eric ChristopherSpacing.
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Danil MalyshevMissed getPointerToNamedFunction() declaration.
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
2011-04-05 Chandler CarruthProvide an empty virtual destructor to go with the...
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.