summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/MCJIT/SectionMemoryManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-11/+12
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-241-1/+1
* Fix known typosAlp Toker2014-01-241-1/+1
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-021-4/+6
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-0/+6
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-94/+0
* Roll out r182411 and 182412 because it's still broken.Filip Pizlo2013-05-211-0/+94
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-94/+0
* Roll out r182407 and r182408 because they broke builds.Filip Pizlo2013-05-211-0/+84
* Put RTDyldMemoryManager into its own file, and make it linked into Filip Pizlo2013-05-211-84/+0
* Minor changes to the MCJITTest unittests to use the correct API for finalizingDavid Tweed2013-05-171-1/+1
* Add EH support to the MCJIT.Rafael Espindola2013-05-051-0/+32
* Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor2013-04-241-0/+5
* Moving SectionMemoryManager to MCJIT to avoid cross dependency between JIT an...Andrew Kaylor2012-11-281-0/+226
OpenPOWER on IntegriCloud