summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
Commit message (Expand)AuthorAgeFilesLines
* [JITLink] Move JITLinkMemoryManager into its own header.Lang Hames2019-06-141-90/+0
* [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames2019-05-201-2/+3
* [Support] Add error handling to sys::Process::getPageSize().Lang Hames2019-05-081-2/+2
* [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.Lang Hames2019-04-221-1/+1
* [JITLink] Use memset instead of bzero.Lang Hames2019-04-201-2/+2
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-0/+261
OpenPOWER on IntegriCloud