aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [JITLink][ELF/x86-64] Add support for GOTOFF64 relocation.Lang Hames2021-03-221-0/+10
* [JITLink][ELF/x86-64] Add support for R_X86_64_GOTPC64 and R_X86_64_GOT64.Lang Hames2021-03-212-9/+72
* [JITLink] Add support for STT_NOTYPE symbols to ELF/x86-64.Lang Hames2021-03-091-1/+17
* [Orc] Test DebugObjectManagerPlugin fills in load-address for .text section o...Stefan Gränitz2021-03-092-2/+16
* [Orc] Extend lli debug support tests to JITLinkStefan Gränitz2021-03-022-0/+6
* [lli] Test debug support in RuntimeDyld with built-in functionsStefan Gränitz2021-03-022-0/+106
* Revert "[JITLink] Add missing symbols for ELF ehframe testcase, re-enable ...."Lang Hames2021-02-011-6/+2
* [JITLink] Add missing symbols for ELF ehframe testcase, re-enable on Windows.Lang Hames2021-02-011-2/+6
* [JITLink] Disable ELF_ehframe_basic.s test on Windows.Lang Hames2021-01-261-0/+4
* [JITLink] Re-apply 6884fbc2c4f (ELF eh support) with fix for broken test case.Lang Hames2021-01-261-0/+115
* Revert "[JITLink] Enable exception handling for ELF."Nico Weber2021-01-251-115/+0
* [JITLink] Enable exception handling for ELF.Lang Hames2021-01-251-0/+115
* [JITLink][ELF/x86-64] Add support for weak and hidden symbols.Lang Hames2021-01-222-0/+76
* [JITLink][ELF] New ELF skip-debug-sections test requires asserts.Lang Hames2021-01-181-0/+1
* [JITLink][ELF] Skip DWARF sections in ELF objects.Lang Hames2021-01-181-0/+240
* [JITLink][ELF] Omit temporary labels in testsStefan Gränitz2020-11-042-18/+18
* [JITLink][ELF] Implement R_X86_64_PLT32 relocationsStefan Gränitz2020-11-031-1/+54
* Reapply "[jitlink][ELF] Add zero-fill blocks for symbols in section SHN_COMMON"Stefan Gränitz2020-10-241-0/+25
* Revert "[jitlink][ELF] Add zero-fill blocks for symbols in section SHN_COMMON"Stefan Gränitz2020-10-241-25/+0
* [jitlink][ELF] Add zero-fill blocks for symbols in section SHN_COMMONStefan Gränitz2020-10-241-0/+25
* Re-apply "[JITLink][ELF] Add support for ELF::R_X86_64_REX_GOTPCRELX relocation"Lang Hames2020-10-231-4/+18
* Revert "[JITLink][ELF] Add support for ELF::R_X86_64_REX_GOTPCRELX relocation."Lang Hames2020-10-221-16/+3
* [JITLink][ELF] Add support for ELF::R_X86_64_REX_GOTPCRELX relocation.Lang Hames2020-10-221-3/+16
* [ORC] Remove OrcV1 APIs.Lang Hames2020-10-1889-2245/+0
* [JITLink][ELF] Handle BSS sections, improve some error messages.Lang Hames2020-10-051-1/+12
* [JITLink][MachO] Use correct symbol scope when N_PEXT is set and N_EXT unset.Lang Hames2020-08-152-0/+9
* [JITLink][MachO][AArch64] More PAGEOFF12 relocation fixes.Lang Hames2020-08-051-0/+10
* [JITLink][AArch64] Handle addends on PAGE21 / PAGEOFF12 relocations.Lang Hames2020-08-051-22/+22
* [llvm-jitlink] Add -phony-externals option to suppress unresolved externals.Lang Hames2020-08-012-1/+4
* [llvm-jitlink] Support promotion of ODR weak symbols in -harness mode.Lang Hames2020-08-011-0/+7
* [llvm-jitlink] Add -harness option to llvm-jitlink.Lang Hames2020-07-302-0/+105
* [jitlink] Updating test file for GOT relocations for elf x86Jared Wyles2020-07-211-6/+18
* [test][llvm-readobj] Fix build bot failure after df952cb9James Henderson2020-07-201-1/+1
* [JITLink][MachO] Fix handling of non-extern UNSIGNED pair of SUBTRACTOR relocs.Lang Hames2020-07-191-4/+4
* [jitlink] Adding support for PCRel32GOTLoad in ELF x86 for the jitlinkerJared Wyles2020-07-161-0/+1
* [RuntimeDyld][test] Fix ExecutionEngine/RuntimeDyld/X86/ELF_x86-64_none.yaml ...Fangrui Song2020-07-071-5/+5
* [JITLink] Allow zero-length symbols at the end of blocks.Lang Hames2020-06-191-0/+16
* [ORC] Honor linker private global prefix on symbol names.Lang Hames2020-06-151-2/+8
* [JITLink] Skip debug sections in MachO objects.Lang Hames2020-06-031-0/+21
* [jitlink] R_X86_64_PC32 support for the elf x86 jitlinkerJared Wyles2020-05-301-3/+21
* [FPEnv] Intrinsic llvm.roundevenSerge Pavlov2020-05-261-0/+4
* [JITLink] Initial implementation of ELF / x86-64 support for JITLink.Lang Hames2020-05-211-0/+20
* Revert 43f031d3126 "Enable IBT(Indirect Branch Tracking) in JIT with CET(Cont...Hans Wennborg2020-04-061-32/+0
* Add a triple to test/ExecutionEngine/MCJIT/cet-code-model-lager.llHans Wennborg2020-04-061-1/+1
* [ORC] Add MachO universal binary support to StaticLibraryDefinitionGenerator.Lang Hames2020-04-051-0/+26
* Bugix for buildbot failure at commit 43f031d31264d20cfb8f1ebd606c66e57c231d4dXiang1 Zhang2020-04-031-1/+0
* Enable IBT(Indirect Branch Tracking) in JIT with CET(Control-flow Enforcement...Xiang1 Zhang2020-04-031-0/+33
* Re-apply 0071eaaf089, "[ORC] Export __cxa_atexit ...", with fixes.Lang Hames2020-04-022-7/+15
* Revert "[ORC] Export __cxa_atexit from the main JITDylib in LLJIT."Nico Weber2020-04-011-8/+7
* [ORC] Export __cxa_atexit from the main JITDylib in LLJIT.Lang Hames2020-04-011-7/+8