summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing vtable anchorsWeiming Zhao2018-04-111-0/+2
* Fix 'not all control paths return a value' warning on MSVC buildsSimon Pilgrim2017-11-091-0/+1
* [SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFCSanjoy Das2017-11-091-25/+69
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer2016-08-121-2/+2
* [SectionMemoryManager] Don't just drop the RO free listKeno Fischer2016-01-101-3/+0
* [SectionMemoryManager] Make better use of virtual memoryKeno Fischer2015-12-161-23/+66
* Fix performance problem in long-running SectionMemoryManagersKeno Fischer2015-10-011-4/+15
* [SectionMemoryManager] Use range-based for loops. No functional change intended.Benjamin Kramer2015-08-311-21/+10
* [Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.Lang Hames2015-02-061-0/+178
OpenPOWER on IntegriCloud