summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [ORC] Add support for emulated TLS to ORCv2.Lang Hames2020-01-291-0/+23
* [ORC] Fix argv handling in runAsMain / lli.Lang Hames2020-01-111-0/+81
* [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
* ExecutionEngine: add preliminary support for COFF ARM64Adam Kallai2019-11-201-0/+152
* [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
* [ORC] Refactor definition-generation, add a generator for static libraries.Lang Hames2019-08-131-0/+11
* [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-177-7/+0
* [ExecutionEngine] Add UnaryOperator visitor to the interpreterCameron McInally2019-06-101-0/+2
* [RuntimeDyld] Apply padding and alignment bumps to all sections with stubs, andLang Hames2019-05-301-2/+3
* Fix 2-field llvm.global_ctors `REQUIRES: asserts` tests after rL360742Fangrui Song2019-05-151-2/+2
* Replace lit feature keyword 'not_COFF' with 'uses_COFF'.Paul Robinson2019-05-142-2/+2
* [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
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
* [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
* Simplify decoupling between RuntimeDyld/RuntimeDyldChecker, add 'got_addr' util.Lang Hames2019-04-128-25/+25
* [yaml2obj]Allow explicit symbol indexes in relocations and emit error for bad...James Henderson2019-03-121-1/+0
* Implement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64Nathan Lanza2018-12-121-0/+14
* [ExecutionEngine][Interpreter] Fix out-of-bounds array access.Lang Hames2018-11-201-0/+10
* [ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.Lang Hames2018-10-232-0/+23
* Revert r345077 "[ORC] Change how non-exported symbols are matched during look...Reid Kleckner2018-10-232-23/+0
* [ORC] Change how non-exported symbols are matched during lookup.Lang Hames2018-10-232-0/+23
* [RuntimeDyld][COFF] Skip non-loaded sections when calculating ImageBase.Lang Hames2018-10-231-3/+3
* [ORC] Add some more basic sanity tests for the LLJIT.Lang Hames2018-10-203-0/+25
OpenPOWER on IntegriCloud