summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.Lang Hames2019-12-151-4/+4
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-8/+19
* [Orc] Add a method for ObjectLinkingLayer to return ownership of object buffers.Lang Hames2019-10-151-0/+7
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-041-94/+82
* [JITLink][ORC] Track eh-frame section size for registration/deregistration.Lang Hames2019-08-271-30/+33
* [ORC] Fix a FIXME: Propagate errors to dependencies.Lang Hames2019-08-231-3/+9
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [JITLink][ORC] Add EHFrameRegistrar interface, use in EHFrameRegistrationPlugin.Lang Hames2019-07-041-12/+16
* [ORC] Rename MaterializationResponsibility resolve and emit methods toLang Hames2019-06-131-2/+2
* [ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames2019-06-071-8/+4
* [ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.Lang Hames2019-04-261-47/+148
* [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.Lang Hames2019-04-221-1/+1
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-0/+382
OpenPOWER on IntegriCloud