summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
AgeCommit message (Expand)Author
2017-08-21[AsmParser] Recommit: Hash is not a comment on some targetsOliver Stannard
2017-08-20Get rid of some more "%T" expansions, see <https://reviews.llvm.org/D35396>.Kuba Mracek
2017-08-15[llvm] Get rid of "%T" expansionsKuba Mracek
2017-08-10Revert "[AsmParser] Hash is not a comment on some targets"Ahmed Bougacha
2017-08-09[RuntimeDyld][ORC] Add support for Thumb mode to RuntimeDyldMachOARM.Lang Hames
2017-08-09[AsmParser] Hash is not a comment on some targetsOliver Stannard
2017-08-02Don't pass the code model to MCRafael Espindola
2017-05-23[RuntimeDyld, PowerPC] Fix check for external symbols when detecting reloctio...Ulrich Weigand
2017-05-17[RuntimeDyld] Fix debug section relocation (pr20457)Pavel Labath
2017-02-06RuntimeDyldELF/AArch64: Implement basic GOT supportEugene Leviant
2017-01-30Test RuntimeDyld doesn't crash with R_X86_64_NONE (r293388).Will Dietz
2017-01-23RuntimeDyldELF: add LDST128_ABS_LO12_NC relocEugene Leviant
2017-01-23RuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocsEugene Leviant
2017-01-10RuntimeDyldELF: implement R_AARCH64_PREL64 relocEugene Leviant
2017-01-09RuntimeDyldELF: add missing test cases for AArch64Eugene Leviant
2017-01-09RuntimeDyldELF: don't create thunk if not neededEugene Leviant
2017-01-06[cmake] Canonicalize CMake booleans to 0/1 for lit interopMichal Gorny
2016-12-27RuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC relocEugene Leviant
2016-12-15Fix R_AARCH64_MOVW_UABS_G3 relocationYichao Yu
2016-11-03Make this test Windows-only (try to placate buildbots).Davide Italiano
2016-11-02[RuntimeDyld] Move an X86 only test to the correct directory.Davide Italiano
2016-11-02[lli/COFF] Set the correct alignment for common symbolsDavide Italiano
2016-10-20Fix PREL31 relocation on ARMKeno Fischer
2016-10-20[mips][mcjit] Add the majority of N32 support.Simon Dardis
2016-10-19Remove the JIT EH/small code model tests for now.Lang Hames
2016-10-17Handle relocations to thumb functions when dynamic linking COFF modulesWalter Erquinigo
2016-09-04[ORC] Clone module flags metadata into the globals module in theLang Hames
2016-08-29ExecutionEngine: fix a bug in the movt/movw relocatorSaleem Abdulrasool
2016-08-19[RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.Lang Hames
2016-08-19[RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182.Lang Hames
2016-08-09[ExecutionEngine] Disable weak symbol tests for COFF.Lang Hames
2016-08-09Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.Lang Hames
2016-08-08Revert r278065 while I investigate some build-bot breakage.Lang Hames
2016-08-08[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.Lang Hames
2016-08-06[ORC] Re-apply r277896, removing bogus triples and datalayouts that broke testsLang Hames
2016-08-06Revert r277896.Nico Weber
2016-08-06[ORC] Add (partial) weak symbol support to the CompileOnDemand layer.Lang Hames
2016-08-01[Orc] Fix common symbol support in ORC.Lang Hames
2016-07-14X86: handle external tail calls in Windows JITSaleem Abdulrasool
2016-06-24ExecutionEngine: add preliminary support for COFF ARMSaleem Abdulrasool
2016-06-17Change the default of -relax-relocations.Rafael Espindola
2016-06-16[PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addendReid Kleckner
2016-05-24[MIPS][LLVM-MC] Fix Disassemble of Negative OffsetSagar Thakur
2016-05-19[RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymousLang Hames
2016-05-18Don't pass relocation-model= to tests that don't need it.Rafael Espindola
2016-05-13Disable test from r269436 on unsupported platformsSteven Wu
2016-05-13[RuntimeDyld] Support R_390_PC64 relocation typeBryan Chan
2016-04-26[powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endianBill Seurer
2016-04-26[powerpc] mark JIT tests as XFAIL on powerpc64 big endianBill Seurer
2016-04-24[RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.Davide Italiano