summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/JITLink
Commit message (Expand)AuthorAgeFilesLines
* [JITLink][MachO] Fix common symbol size plumbing.Lang Hames2019-12-191-0/+5
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-0/+19
* [JITLink] Make sure MachO/x86-64 handles 32-bit signed addends correctly.Lang Hames2019-11-271-12/+23
* [JITLink] Refactor EH-frame handling to support eh-frames with existing relocs.Lang Hames2019-11-062-0/+4
* [JITLink] Switch to slab allocation for InProcessMemoryManager, re-enable test.Lang Hames2019-10-151-2/+2
* [JITLink] Disable the MachO/AArch64 testcase while investigating bot failures.Lang Hames2019-10-111-2/+2
* [JITLink] Add an initial implementation of JITLink for MachO/AArch64.Lang Hames2019-10-102-0/+341
* [JITLink] Move MachO/x86 got test further down in the data section.Lang Hames2019-10-101-12/+12
* [JITLink] Switch from an atom-based model to a "blocks and symbols" model.Lang Hames2019-10-041-5/+5
* [JITLink] Don't under-align zero-fill sections.Lang Hames2019-08-271-0/+14
* [JITLink] Fix an overly-wide read in the MachO/x86-64 test case.Lang Hames2019-08-031-1/+1
* [JITLink] Add support for MachO/x86-64 UNSIGNED relocs with length=2.Lang Hames2019-08-031-10/+19
* Re-apply r364600 with fixes.Lang Hames2019-06-281-0/+12
* Revert "[JITLink][MachO/x86-64] Add a testcase for X86_64_RELOC_GOT."Lang Hames2019-06-271-12/+0
* [JITLink][MachO/x86-64] Add a testcase for X86_64_RELOC_GOT.Lang Hames2019-06-271-0/+12
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* [JITLink][MachO] Honor the no-dead-strip flag on nlist entries.Lang Hames2019-05-131-0/+9
* [JITLink] Track section alignment and make sure it is respected during layout.Lang Hames2019-05-131-0/+20
* [JITLink] Add a test for zero-filled content.Lang Hames2019-05-121-0/+5
* [JITLink][MachO] Mark atoms in sections 'no-dead-strip' set live by default.Lang Hames2019-05-101-0/+9
* [JITLink] Fixed a signedness bug when processing X86_64_RELOC_SUBTRACTOR.Lang Hames2019-05-091-8/+8
* Reapply r360194 "[JITLink] Add support for MachO .alt_entry atoms." with fixes.Lang Hames2019-05-071-1/+63
* Revert r360194 "[JITLink] Add support for MachO .alt_entry atoms."Lang Hames2019-05-071-63/+1
* [JITLink] Add support for MachO .alt_entry atoms.Lang Hames2019-05-071-1/+63
* [JITLink] Fix some copy/paste related typos in a test case.Lang Hames2019-05-071-20/+21
* [ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.Lang Hames2019-04-261-6/+1
* Revert "[JITLink] Make the JITLink MachO/x86-64 eh-frame test work on Windows."Lang Hames2019-04-251-1/+6
* [JITLink] Make the JITLink MachO/x86-64 eh-frame test work on Windows.Lang Hames2019-04-251-6/+1
* Mark new jitlink test XFAIL for windowsReid Kleckner2019-04-241-1/+6
* [JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame.Lang Hames2019-04-243-15/+20
* [JITLink] Disable MachO/x86-64 regression test if the X86 target is not built.Lang Hames2019-04-202-0/+3
* Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames2019-04-201-0/+203
OpenPOWER on IntegriCloud