summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JITLink/EHFrameSupport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [JITLink] Refactor EH-frame handling to support eh-frames with existing relocs.Lang Hames2019-11-061-194/+461
* [JITLink] Fix an unused variable warning.Lang Hames2019-10-041-3/+2
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-041-107/+88
* [JITLink][ORC] Track eh-frame section size for registration/deregistration.Lang Hames2019-08-271-9/+23
* [JITLink][ORC] Add EHFrameRegistrar interface, use in EHFrameRegistrationPlugin.Lang Hames2019-07-041-0/+9
* Disable EHFrameSupport in JITLink/RuntimeDyld on AIXXing Xue2019-05-221-1/+2
* [JITLink] Add two useful Section operations: find by name, get address range.Lang Hames2019-05-041-9/+2
* [ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.Lang Hames2019-04-261-4/+5
* [JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame.Lang Hames2019-04-241-12/+19
* [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.Lang Hames2019-04-221-0/+533
OpenPOWER on IntegriCloud