Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-11-09 | Fix 'not all control paths return a value' warning on MSVC builds | Simon Pilgrim | 1 | -0/+1 |
2017-11-09 | [SectionMemoryManager] Abstract out mmap, munmap, mprotect even more ; NFC | Sanjoy Das | 1 | -25/+69 |
2017-06-06 | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 1 | -1/+1 |
2016-08-12 | Use the range variant of remove_if instead of unpacking begin/end | David Majnemer | 1 | -2/+2 |
2016-01-10 | [SectionMemoryManager] Don't just drop the RO free list | Keno Fischer | 1 | -3/+0 |
2015-12-16 | [SectionMemoryManager] Make better use of virtual memory | Keno Fischer | 1 | -23/+66 |
2015-10-01 | Fix performance problem in long-running SectionMemoryManagers | Keno Fischer | 1 | -4/+15 |
2015-08-31 | [SectionMemoryManager] Use range-based for loops. No functional change intended. | Benjamin Kramer | 1 | -21/+10 |
2015-02-06 | [Orc] Move SectionMemoryManager's implementation from MCJIT to ExecutionEngine. | Lang Hames | 1 | -0/+178 |