summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/RuntimeDyld/X86
Commit message (Expand)AuthorAgeFilesLines
* [RuntimeDyld] Fix debug section relocation (pr20457)Pavel Labath2017-05-171-0/+20
* Test RuntimeDyld doesn't crash with R_X86_64_NONE (r293388).Will Dietz2017-01-301-0/+30
* 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/+8
* X86: handle external tail calls in Windows JITSaleem Abdulrasool2016-07-141-2/+4
* Change the default of -relax-relocations.Rafael Espindola2016-06-171-1/+1
* [PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addendReid Kleckner2016-06-161-0/+13
* [RuntimeDyld][MachO] Add support for SUBTRACTOR relocations between anonymousLang Hames2016-05-191-3/+27
* Don't pass relocation-model= to tests that don't need it.Rafael Espindola2016-05-188-13/+13
* [RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.Davide Italiano2016-04-241-0/+8
* [RuntimeDyld][MachO] Fix handling of empty eh-frame sections.Lang Hames2016-01-281-0/+7
* [JIT] Add small-code model test for ELF.Davide Italiano2016-01-181-0/+15
* [RuntimeDyld] Don't allocate unnecessary stub buffer spaceSanjoy Das2015-11-232-0/+38
* [RuntimeDyld] Add support for R_X86_64_PC8 relocation.Maksim Panchenko2015-11-081-0/+26
* RuntimeDyld: add COFF i386 supportSaleem Abdulrasool2015-11-011-0/+66
* [RuntimeDyld][COFF] Fix a think-o in the handling of the IMAGE_REL_AMD64_ADDR64Lang Hames2015-10-231-0/+6
* [RuntimeDyld] Ignore ST_FILE symbols when constructing GlobalSymbolTableKeno Fischer2015-10-213-0/+19
* [RuntimeDyld][COFF] Fix some endianness issues, re-enable the regression test.Lang Hames2015-10-191-0/+0
* [RuntimeDyld] Add support for absolute symbols.Lang Hames2015-10-181-1/+6
* [RuntimeDyld] Drop the '.s' suffix off the COFF test case - the MIPS bot startedLang Hames2015-10-151-0/+0
* [RuntimeDyld] Don't try to get the contents of sections that don't have anyLang Hames2015-10-151-1/+4
* [RuntimeDyld] Support non-zero addends for the MachO X86_64 SUBTRACTOR reloc.Lang Hames2015-09-101-2/+2
* [RuntimeDyld] Add support for MachO x86_64 SUBTRACTOR relocation.Lang Hames2015-09-091-0/+13
* Make this test a bit more interesting.Rafael Espindola2015-07-061-1/+4
* [RuntimeDyld] Skip relocations for external symbols with 64-bit address ~0ULL.Lang Hames2015-07-041-1/+12
* [RuntimeDyld] Fix MachO i386 SECTDIFF relocation to support non-zero addends.Lang Hames2015-05-271-2/+2
* [RuntimeDyld] Make sure we emit MachO __eh_frame and __gcc_except_tab sections,Lang Hames2015-04-151-0/+7
* [RuntimeDyldELF] Improve GOT supportKeno Fischer2015-04-142-0/+33
* ExecutionEngine: Preliminary support for dynamically loadable coff objectsDavid Majnemer2015-03-071-0/+31
* [MCJIT] Temporarily revert r220245 - it broke several bots.Lang Hames2014-10-212-8/+0
* [MCJIT] Make MCJIT honor symbol visibility settings when populating the globalLang Hames2014-10-202-0/+8
* [mips] Remove XFAIL from two XPASS'ing tests on the llvm-mips-linux builderDaniel Sanders2014-10-031-1/+0
* [MCJIT] Make sure eh-frame fixups use the target's pointer type, not the host's.Lang Hames2014-09-041-0/+30
* [MCJIT] Add an i386 RuntimeDyldMachO test case.Lang Hames2014-08-192-4/+49
* [MCJIT] XFAIL some RuntimeDyld tests on MIPS - RuntimeDyldChecker isn't properlyLang Hames2014-07-291-0/+1
* [MCJIT] Make the RuntimeDyldChecker stub_addr builtin use file names rather thanLang Hames2014-07-291-4/+3
* Rework to let RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s pass on win32.NAKAMURA Takumi2014-07-231-4/+1
* Suppress a test on win32 for now, llvm/test/ExecutionEngine/RuntimeDyld/X86/M...NAKAMURA Takumi2014-07-231-0/+3
* RuntimeDyld/X86/MachO_x86-64_PIC_relocations.s: Use %/T here, or sed(1) would...NAKAMURA Takumi2014-07-231-1/+1
* [MCJIT] Refactor and add stub inspection to the RuntimeDyldChecker framework.Lang Hames2014-07-221-4/+15
* Fix this test to not write to the source tree, and instead to write toChandler Carruth2014-06-281-3/+3
* [RuntimeDyld] Make sure that RuntimeDyld regression tests only run for targetsLang Hames2014-06-272-0/+35
OpenPOWER on IntegriCloud