Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |