| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM... | Lang Hames | 2019-05-20 | 1 | -16/+15 |
| * | [Support] Add error handling to sys::Process::getPageSize(). | Lang Hames | 2019-05-08 | 1 | -2/+2 |
| * | MemoryBlock: Do not automatically extend a given size to a multiple of page s... | Rui Ueyama | 2019-01-23 | 1 | -1/+5 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Add missing vtable anchors | Weiming Zhao | 2018-04-11 | 1 | -0/+2 |
| * | Fix 'not all control paths return a value' warning on MSVC builds | Simon Pilgrim | 2017-11-09 | 1 | -0/+1 |
| * | [SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFC | Sanjoy Das | 2017-11-09 | 1 | -25/+69 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Use the range variant of remove_if instead of unpacking begin/end | David Majnemer | 2016-08-12 | 1 | -2/+2 |
| * | [SectionMemoryManager] Don't just drop the RO free list | Keno Fischer | 2016-01-10 | 1 | -3/+0 |
| * | [SectionMemoryManager] Make better use of virtual memory | Keno Fischer | 2015-12-16 | 1 | -23/+66 |
| * | Fix performance problem in long-running SectionMemoryManagers | Keno Fischer | 2015-10-01 | 1 | -4/+15 |
| * | [SectionMemoryManager] Use range-based for loops. No functional change intended. | Benjamin Kramer | 2015-08-31 | 1 | -21/+10 |
| * | [Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine. | Lang Hames | 2015-02-06 | 1 | -0/+178 |