summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/SectionMemoryManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames2019-05-201-16/+15
* [Support] Add error handling to sys::Process::getPageSize().Lang Hames2019-05-081-2/+2
* MemoryBlock: Do not automatically extend a given size to a multiple of page s...Rui Ueyama2019-01-231-1/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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