summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-0/+10
* [JITLink] Move block ownership from LinkGraph to Section.Lang Hames2019-10-301-4/+0
* [JITLink] Add a utility for splitting blocks at a given index.Lang Hames2019-10-301-0/+79
* Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim2019-10-041-0/+2
* [JITLink] Explicitly destroy bumpptr-allocated blocks to avoid a memory leak.Lang Hames2019-10-041-0/+6
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-041-51/+99
* [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