summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/SectionMemoryManager.h
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-4/+4
* Add missing vtable anchorsWeiming Zhao2018-04-111-0/+2
* [SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFCSanjoy Das2017-11-091-4/+71
* [ExecutionEngine] Fix some Clang-tidy modernize-use-default, modernize-use-eq...Eugene Zelenko2016-11-161-5/+8
* [SectionMemoryManager] Make better use of virtual memoryKeno Fischer2015-12-161-19/+21
* Fix performance problem in long-running SectionMemoryManagersKeno Fischer2015-10-011-1/+16
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [MCJIT][Orc] Refactor RTDyldMemoryManager, weave RuntimeDyld::SymbolInfo throughLang Hames2015-03-301-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-3/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-241-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-8/+7
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-1/+3
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-11/+0
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-211-0/+11
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-11/+0
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-0/+11
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-11/+0
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-5/+6
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-141-50/+2
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-071-12/+0
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-0/+2
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-241-3/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-271-0/+176