summaryrefslogtreecommitdiff
path: root/include/llvm/ExecutionEngine/SectionMemoryManager.h
Commit message (Expand)AuthorAge
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-21
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-21
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-17
* SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the Filip Pizlo2013-05-14
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Add EH support to the MCJIT.Rafael Espindola2013-05-05
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-24
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.Andrew Kaylor2012-11-27