summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
Commit message (Expand)AuthorAgeFilesLines
* [JITLink] Make sure MachO/x86-64 handles 32-bit signed addends correctly.Lang Hames2019-11-271-4/+4
* [JITLink] Refactor EH-frame handling to support eh-frames with existing relocs.Lang Hames2019-11-061-13/+6
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-041-127/+134
* [JITLink] Add support for MachO/x86-64 UNSIGNED relocs with length=2.Lang Hames2019-08-031-2/+22
* [JITLink] Fix error message formatting.Lang Hames2019-08-031-1/+1
* [JITLink] Track section alignment and make sure it is respected during layout.Lang Hames2019-05-131-2/+2
* [JITLink] Fixed a signedness bug when processing X86_64_RELOC_SUBTRACTOR.Lang Hames2019-05-091-2/+2
* [JITLink] Improve/fix some JITLink debugging output.Lang Hames2019-05-091-6/+8
* Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes.Lang Hames2019-05-071-3/+4
* Revert r360194 "[JITLink] Add support for MachO .alt_entry atoms."Lang Hames2019-05-071-4/+3
* [JITLink] Add support for MachO .alt_entry atoms.Lang Hames2019-05-071-3/+4
* Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFCI.Simon Pilgrim2019-04-231-2/+2
* [JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.Lang Hames2019-04-221-0/+605
OpenPOWER on IntegriCloud