summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2016-06-24ExecutionEngine: add preliminary support for COFF ARMSaleem Abdulrasool1-0/+107
2016-06-17Change the default of -relax-relocations.Rafael Espindola1-1/+1
2016-06-16[PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addendReid Kleckner1-0/+13
2016-05-24[MIPS][LLVM-MC] Fix Disassemble of Negative OffsetSagar Thakur2-4/+4
2016-05-19[RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymousLang Hames1-3/+27
2016-05-18Don't pass relocation-model= to tests that don't need it.Rafael Espindola15-34/+34
2016-05-13Disable test from r269436 on unsupported platformsSteven Wu1-0/+3
2016-05-13[RuntimeDyld] Support R_390_PC64 relocation typeBryan Chan2-0/+33
2016-04-26[powerpc] mark JIT tests as UNSUPPORTED on powerpc64 big endianBill Seurer24-48/+72
2016-04-26[powerpc] mark JIT tests as XFAIL on powerpc64 big endianBill Seurer24-24/+48
2016-04-24[RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.Davide Italiano1-0/+8
2016-02-10Disable the new Orc lazy JIT tests on Windows, they do not passReid Kleckner1-0/+6
2016-02-10[Orc] Add lazy-JITting support for i386.Lang Hames1-1/+1
2016-01-28[RuntimeDyld][MachO] Fix handling of empty eh-frame sections.Lang Hames1-0/+7
2016-01-21[RuntimeDyld][AArch64] Add support for the MachO ARM64_RELOC_SUBTRACTOR reloc.Lang Hames1-0/+5
2016-01-18[JIT] Add small-code model test for ELF.Davide Italiano1-0/+15
2016-01-17Remove some stale comments and fix a typo as suggested by David Blaikie in hisLang Hames2-2/+0
2016-01-14[Orc] Add support for EH-frame registration to the Orc Remote Target utilityLang Hames2-0/+64
2016-01-14Mark remote-JIT tests as XFAIL, as well as win32, for targeting mingw32.NAKAMURA Takumi22-22/+22
2016-01-11[Orc] XFAIL a few remote-jit test cases that I missed in r257391.Lang Hames3-2/+3
2016-01-11XFAIL the LLI remote JIT tests on Win32.Lang Hames19-2/+19
2016-01-11Remove the remote-JIT small code model tests for now. They're causingLang Hames4-48/+0
2016-01-11XFAIL the remote small code model tests on x86. Small code model is not properlyLang Hames4-4/+4
2016-01-11[LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components.Lang Hames6-6/+8
2015-12-15Un-XFAIL JIT EH tests under [am]san.Peter Collingbourne8-8/+8
2015-11-23[RuntimeDyld] Don't allocate unnecessary stub buffer spaceSanjoy Das2-0/+38
2015-11-08[RuntimeDyld] Add support for R_X86_64_PC8 relocation.Maksim Panchenko1-0/+26
2015-11-01RuntimeDyld: add COFF i386 supportSaleem Abdulrasool1-0/+66
2015-10-23[RuntimeDyld][COFF] Fix a think-o in the handling of the IMAGE_REL_AMD64_ADDR64Lang Hames1-0/+6
2015-10-21[RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTableKeno Fischer3-0/+19
2015-10-19[RuntimeDyld][COFF] Fix some endianness issues, re-enable the regression test.Lang Hames1-0/+0
2015-10-18[RuntimeDyld] Add support for absolute symbols.Lang Hames1-1/+6
2015-10-15[RuntimeDyld] Drop the '.s' suffix off the COFF test case - the MIPS bot startedLang Hames1-0/+0
2015-10-15[RuntimeDyld] Don't try to get the contents of sections that don't have anyLang Hames1-1/+4
2015-10-06[Orc] Teach the CompileOnDemand layer to clone aliases.Lang Hames1-0/+21
2015-09-10[RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.Lang Hames1-2/+2
2015-09-09[RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR relocation.Lang Hames1-0/+13
2015-08-28[mips64][mcjit] Add N64R6 relocations tests and fix N64R2 testsPetar Jovanovic2-2/+60
2015-08-18[mips] Expand JAL instructions when PIC is enabled.Daniel Sanders1-0/+2
2015-08-13[mips][mcjit] Calculate correct addend for HI16 and PCHI16 relocPetar Jovanovic1-2/+11
2015-08-11[RuntimeDyld][AArch64] Add explicit addends before calling relocationValueRef.Lang Hames1-0/+12
2015-08-07[SPARC] Disable unsupported ExecutionEngine tests, and XFAIL a coupleJames Y Knight1-1/+4
2015-08-04[RuntimeDyld] Adapt PPC64 relocations to PPC32Hal Finkel2-0/+50
2015-07-24[RuntimeDyld] MachO: Add support for ARM scattered vanilla relocations.Lang Hames1-0/+7
2015-07-06[Mips] Add support for MCJIT for MIPS32r6Petar Jovanovic2-0/+54
2015-07-06Make this test a bit more interesting.Rafael Espindola1-1/+4
2015-07-04[RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames1-1/+12
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer10-20/+20
2015-06-08[Mips64][mcjit] Add R_MIPS_PC32 relocationPetar Jovanovic1-0/+9
2015-06-03Re-commit r238838, r238844 with fix for host/target endian mismatch and windo...Daniel Sanders1-0/+50