aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-20[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames1-16/+15
2019-05-08[Support] Add error handling to sys::Process::getPageSize().Lang Hames1-2/+2
2019-01-23MemoryBlock: Do not automatically extend a given size to a multiple of page s...Rui Ueyama1-1/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-11Add missing vtable anchorsWeiming Zhao1-0/+2
2017-11-09Fix 'not all control paths return a value' warning on MSVC buildsSimon Pilgrim1-0/+1
2017-11-09[SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFCSanjoy Das1-25/+69
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-08-12Use the range variant of remove_if instead of unpacking begin/endDavid Majnemer1-2/+2
2016-01-10[SectionMemoryManager] Don't just drop the RO free listKeno Fischer1-3/+0
2015-12-16[SectionMemoryManager] Make better use of virtual memoryKeno Fischer1-23/+66
2015-10-01Fix performance problem in long-running SectionMemoryManagersKeno Fischer1-4/+15
2015-08-31[SectionMemoryManager] Use range-based for loops. No functional change intended.Benjamin Kramer1-21/+10
2015-02-06[Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine.Lang Hames1-0/+178