summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/SectionMemoryManager.cpp
AgeCommit message (Expand)Author
2017-11-09Fix 'not all control paths return a value' warning on MSVC buildsSimon Pilgrim
2017-11-09[SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFCSanjoy Das
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-08-12Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer
2016-01-10[SectionMemoryManager] Don't just drop the RO free listKeno Fischer
2015-12-16[SectionMemoryManager] Make better use of virtual memoryKeno Fischer
2015-10-01Fix performance problem in long-running SectionMemoryManagersKeno Fischer
2015-08-31[SectionMemoryManager] Use range-based for loops. No functional change intended.Benjamin Kramer
2015-02-06[Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.Lang Hames