[Orc] Make the ObjectLinkingLayer take ownership of object files until
[oota-llvm.git] / include / llvm / ExecutionEngine / SectionMemoryManager.h
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
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-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-04-24 Andrew KaylorMaking invalidateInstructionCache automatic in SectionM...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-11-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...