summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
AgeCommit message (Expand)Author
2018-07-23Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner
2018-06-28Revert "Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC ...Jonas Devlieghere
2018-06-28Revert "[OrcMCJIT] Fix test after r335508 causing it to fail on green dragon"Jonas Devlieghere
2018-06-26[ORC] Add LLJIT and LLLazyJIT, and replace OrcLazyJIT in LLI with LLLazyJIT.Lang Hames
2018-06-25[OrcMCJIT] Fix test after r335508 causing it to fail on green dragonFrancis Visoiu Mistrih
2018-06-25Re-land r335297 "[X86] Implement more of x86-64 large and medium PIC code mod...Reid Kleckner
2018-06-22[RuntimeDyld] Implement the ELF PIC large code model relocationsReid Kleckner
2018-05-30[PowerPC] fix broken JIT-compiled code with tail call optimizationHiroshi Inoue
2018-05-24Add handling for GlobalAliases in ExecutionEngine::getConstantValue.Lang Hames
2018-05-23[RuntimeDyld][MachO] Add support for MachO::ARM64_RELOC_POINTER_TO_GOT reloc.Lang Hames
2018-05-09[RuntimeDyld][MachO] Properly handle thumb to thumb calls within a section.Lang Hames
2018-04-09[RuntimeDyld][PowerPC] Fix a newly added test in r329355Krasimir Georgiev
2018-04-05[RuntimeDyld][PowerPC] Add a test case for r329335.Lang Hames
2018-03-01[RuntimeDyld][MachO] Fix assertion in encodeAddend, add missing directive toLang Hames
2018-02-28[RuntimeDyld][MachO] Support ARM64_RELOC_BRANCH26 for BL instructions byLang Hames
2018-02-21Handle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFFFrederich Munch
2018-01-08Don't try to run MCJIT/OrcJIT EH tests when C++ library is statically linkedPetr Hosek
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