summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-10-22[mips] Adds support for R_MIPS_26, HIGHER, HIGHEST relocations in RuntimeDyld.Nitesh Jain
2017-10-20[ExecutionEngine] Temporarily remove the ExecutionEngine tls tests.Lang Hames
2017-10-20[ExecutionEngine] After a heroic dev-meeting hack session, the JIT supports TLS.Lang Hames
2017-10-19ExecutionEngine: adjust COFF i386 tautological assertsSaleem Abdulrasool
2017-10-17[ExecutionEngine] Correct the size of a write in a COFF i386 relocationShoaib Meenai
2017-09-20Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}""Saleem Abdulrasool
2017-09-19Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"Saleem Abdulrasool
2017-09-19ExecutionEngine: add R_AARCH64_ABS{16,32}Saleem Abdulrasool
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