summaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-044-4/+4
* [mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld.Nitesh Jain2017-10-222-2/+2
* [ExecutionEngine] Temporarily remove the ExecutionEngine tls tests.Lang Hames2017-10-202-20/+0
* [ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS.Lang Hames2017-10-202-0/+20
* ExecutionEngine: adjust COFF i386 tautological assertsSaleem Abdulrasool2017-10-191-3/+3
* [ExecutionEngine] Correct the size of a write in a COFF i386 relocationShoaib Meenai2017-10-171-7/+11
* Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}""Saleem Abdulrasool2017-09-201-2/+13
* Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"Saleem Abdulrasool2017-09-191-13/+0
* ExecutionEngine: add R_AARCH64_ABS{16,32}Saleem Abdulrasool2017-09-191-0/+13
* [AsmParser] Recommit: Hash is not a comment on some targetsOliver Stannard2017-08-211-1/+1
* Get rid of some more "%T" expansions, see <https://reviews.llvm.org/D35396>.Kuba Mracek2017-08-207-37/+44
* [llvm] Get rid of "%T" expansionsKuba Mracek2017-08-1520-48/+62
* Revert "[AsmParser] Hash is not a comment on some targets"Ahmed Bougacha2017-08-101-1/+1
* [RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames2017-08-091-0/+51
* [AsmParser] Hash is not a comment on some targetsOliver Stannard2017-08-091-1/+1
* Don't pass the code model to MCRafael Espindola2017-08-027-12/+12
* [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