summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio...Ulrich Weigand2017-05-233-2/+32
* [RuntimeDyld] Fix debug section relocation (pr20457)Pavel Labath2017-05-171-0/+20
* RuntimeDyldELF/AArch64: Implement basic GOT supportEugene Leviant2017-02-061-0/+46
* Test RuntimeDyld doesn't crash with R_X86_64_NONE (r293388).Will Dietz2017-01-301-0/+30
* RuntimeDyldELF: add LDST128_ABS_LO12_NC relocEugene Leviant2017-01-231-0/+3
* RuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocsEugene Leviant2017-01-231-3/+9
* RuntimeDyldELF: implement R_AARCH64_PREL64 relocEugene Leviant2017-01-102-1/+9
* RuntimeDyldELF: add missing test cases for AArch64Eugene Leviant2017-01-092-3/+43
* RuntimeDyldELF: don't create thunk if not neededEugene Leviant2017-01-091-0/+14
* [cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny2017-01-061-1/+1
* RuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC relocEugene Leviant2016-12-271-0/+7
* Fix R_AARCH64_MOVW_UABS_G3 relocationYichao Yu2016-12-152-0/+67
* Make this test Windows-only (try to placate buildbots).Davide Italiano2016-11-031-0/+1
* [RuntimeDyld] Move an X86 only test to the correct directory.Davide Italiano2016-11-021-0/+0
* [lli/COFF] Set the correct alignment for common symbolsDavide Italiano2016-11-021-0/+8
* Fix PREL31 relocation on ARMKeno Fischer2016-10-201-0/+23
* [mips][mcjit] Add the majority of N32 support.Simon Dardis2016-10-201-0/+156
* Remove the JIT EH/small code model tests for now.Lang Hames2016-10-192-64/+0
* Handle relocations to thumb functions when dynamic linking COFF modulesWalter Erquinigo2016-10-171-4/+30
* [ORC] Clone module flags metadata into the globals module in theLang Hames2016-09-041-0/+13
* ExecutionEngine: fix a bug in the movt/movw relocatorSaleem Abdulrasool2016-08-291-1/+17
* [RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.Lang Hames2016-08-1910-10/+10
* [RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182.Lang Hames2016-08-1910-10/+10
* [ExecutionEngine] Disable weak symbol tests for COFF.Lang Hames2016-08-094-5/+11
* Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.Lang Hames2016-08-094-0/+70
* Revert r278065 while I investigate some build-bot breakage.Lang Hames2016-08-084-70/+0
* [RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.Lang Hames2016-08-084-0/+70
* [ORC] Re-apply r277896, removing bogus triples and datalayouts that broke testsLang Hames2016-08-062-0/+35
* Revert r277896.Nico Weber2016-08-062-41/+0
* [ORC] Add (partial) weak symbol support to the CompileOnDemand layer.Lang Hames2016-08-062-0/+41
* [Orc] Fix common symbol support in ORC.Lang Hames2016-08-011-0/+18
* X86: handle external tail calls in Windows JITSaleem Abdulrasool2016-07-141-2/+4
* ExecutionEngine: add preliminary support for COFF ARMSaleem Abdulrasool2016-06-241-0/+107
* Change the default of -relax-relocations.Rafael Espindola2016-06-171-1/+1
* [PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addendReid Kleckner2016-06-161-0/+13
* [MIPS][LLVM-MC] Fix Disassemble of Negative OffsetSagar Thakur2016-05-242-4/+4
* [RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymousLang Hames2016-05-191-3/+27
* Don't pass relocation-model= to tests that don't need it.Rafael Espindola2016-05-1815-34/+34
* Disable test from r269436 on unsupported platformsSteven Wu2016-05-131-0/+3
* [RuntimeDyld] Support R_390_PC64 relocation typeBryan Chan2016-05-132-0/+33
* [powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endianBill Seurer2016-04-2624-48/+72
* [powerpc] mark JIT tests as XFAIL on powerpc64 big endianBill Seurer2016-04-2624-24/+48
* [RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.Davide Italiano2016-04-241-0/+8
* Disable the new Orc lazy JIT tests on Windows, they do not passReid Kleckner2016-02-101-0/+6
* [Orc] Add lazy-JITting support for i386.Lang Hames2016-02-101-1/+1
* [RuntimeDyld][MachO] Fix handling of empty eh-frame sections.Lang Hames2016-01-281-0/+7
* [RuntimeDyld][AArch64] Add support for the MachO ARM64_RELOC_SUBTRACTOR reloc.Lang Hames2016-01-211-0/+5
* [JIT] Add small-code model test for ELF.Davide Italiano2016-01-181-0/+15
* Remove some stale comments and fix a typo as suggested by David Blaikie in hisLang Hames2016-01-172-2/+0
* [Orc] Add support for EH-frame registration to the Orc Remote Target utilityLang Hames2016-01-142-0/+64
OpenPOWER on IntegriCloud