Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / ExecutionEngine / SectionMemoryManager.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-30 Lang Hames[MCJIT][Orc] Refactor RTDyldMemoryManager, weave Runtim...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
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...