aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-27[JITLink][ORC] Track eh-frame section size for registration/deregistration.Lang Hames1-30/+33
2019-08-23[ORC] Fix a FIXME: Propagate errors to dependencies.Lang Hames1-3/+9
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-07-04[JITLink][ORC] Add EHFrameRegistrar interface, use in EHFrameRegistrationPlugin.Lang Hames1-12/+16
2019-06-13[ORC] Rename MaterializationResponsibility resolve and emit methods toLang Hames1-2/+2
2019-06-07[ORC] Update symbol lookup to use a single callback with a required symbol stateLang Hames1-8/+4
2019-04-26[ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.Lang Hames1-47/+148
2019-04-22[JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.Lang Hames1-1/+1
2019-04-20Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames1-0/+382