aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
5 days[ELFDebugObjectPlugin] Do not wait for std::future in post-fixup phase in the...Min-Yih Hsu1-0/+20
2026-01-20[JITLink][x86-64] Add testcase for ELF LinkGraph triple fix. (#176707)Lang Hames1-0/+16
2026-01-14[JITLink][LoongArch] Add reloc types for LA32R/LA32S (#175353)hev1-18/+88
2026-01-14[llvm][LoongArch] Add PC-relative address materialization using pcadd instruc...hev1-2/+5
2026-01-13[llvm-jitlink] Remove flaky testcase. (#175680)Lang Hames1-41/+0
2026-01-12[JITLink] Add GOT indirection optimization for SystemZ (#171919)anoopkg62-16/+7
2026-01-13[llvm-jitlink] Remove build_version directive. (#175523)Lang Hames1-1/+0
2026-01-13 [llvm-jitlink] Make -show-addrs work without -check, fix fallout. (#175491)Lang Hames2-0/+30
2026-01-12Reapply "[llvm-jitlink] Replace IR backtrace symbolication test..." (… (#17...Lang Hames1-0/+42
2026-01-09Revert "[ORC] Add utilities for limited symbolication of JIT backtraces (#175...Aiden Grossman1-30/+0
2026-01-09Revert "[llvm-jitlink] Replace IR backtrace symbolication testcase with asm."...Daniel Thornburgh2-42/+30
2026-01-09[llvm-jitlink] Replace IR backtrace symbolication testcase with asm. (#175117)Lang Hames2-30/+42
2026-01-09[ORC] Add utilities for limited symbolication of JIT backtraces (#175099)Lang Hames1-0/+30
2025-12-18[lli] Run test for debug descriptors on Linux only (#167860)Stefan Gränitz1-1/+1
2025-12-18[lli] Honor --jit-linker-kind=rtdyld on platforms that default to jitlink (#1...Stefan Gränitz1-5/+10
2025-11-20[JITLINK] Disable ELF_ppc64_relocations.s on SystemZ host (#168939)anoopkg61-0/+4
2025-11-18[ORC] Support scanning "fallback" slices for interfaces. (#168472)Lang Hames3-2/+31
2025-11-17[JITLink][MachO][AArch64] Specify endianness, fix name of testcase. (#168323)Lang Hames1-0/+1
2025-11-12[JITLINK] Fix large offset issue (#167600)anoopkg61-20/+10
2025-11-11Llvm jitlink build failure (#167561)anoopkg61-2/+3
2025-11-11 JITLink: Add initial SystemZ Support. (#144528)anoopkg619-1/+1002
2025-10-20Reapply "[ORC] Replace ORC's baked-in dependence ... (#163027)" with … (#16...Lang Hames1-2/+1
2025-10-20Revert "[ORC] Replace ORC's baked-in dependence tracking ... (#163027)"Lang Hames1-1/+2
2025-10-20[ORC] Replace ORC's baked-in dependence tracking with WaitingOnGraph. (#163027)Lang Hames1-2/+1
2025-10-03[llvm-jitlink] Use MachOObjectFile::getArchTriple for triple identifi… (#16...Lang Hames3-0/+46
2025-10-03[JITLink] Add LinkGraph name / triple to debugging output. (#161772)Lang Hames3-3/+3
2025-09-09[JITLink][RISC-V] Support R_RISCV_SET_ULEB128/R_RISCV_SUB_ULEB128 (#153778)Zhijin Zeng1-0/+21
2025-09-02Mark ExecutionEngine/JITLink and ExecutionEngine/Orc as unsupported on AIX (#...Jamie Schmeiser2-0/+4
2025-08-02[LLVM] adjust lit.cfg.py for Cygwin (#151416)jeremyd20191-1/+3
2025-08-01[llvm] Remove uses of %T in tests (#151621)Aiden Grossman1-4/+4
2025-07-21[RuntimeDyld][LoongArch] Support large code model (#148584)Ami-zhang1-0/+42
2025-06-23[JITLink] Include target addend in out-of-range error (#145423)Maksim Panchenko5-5/+5
2025-06-21[ORC] Apply MachO::CPU_SUBTYPE_MASK to comparison in getDylibInterfac… (#14...Lang Hames2-0/+369
2025-06-10[JITLink] [test] Add a trailing newline to a test file. NFC.Martin Storsjö1-1/+1
2025-06-10[JITLink] [test] Generalize UNSUPPORTED markings for Windows/arm64 (#142377)Martin Storsjö3-3/+3
2025-06-10[JITLink] [test] Extend preexisting MinGW XFAILs to new tests (#142375)Martin Storsjö2-0/+10
2025-06-08[LLVM][Tests] remove %exeext from lli-child-target parameter. (#143077)jeremyd201912-12/+12
2025-06-06[RISCV] Remove -riscv-asm-relax-branches flag (#142855)Sam Elliott1-2/+4
2025-05-30[JITLink] Disable the all-load- tests on Windows/arm64.Lang Hames2-0/+6
2025-05-28Re-apply "[ORC] Add optional context string to duplicate symbol definition..."Lang Hames2-0/+14
2025-05-27[ORC] Refactor visit-members in StaticLibraryDefinitionGenerator. (#141546)Lang Hames6-0/+66
2025-05-13[Test] Disable Linux perf test under WSL (#137822)Michael Kruse1-0/+4
2025-05-09Revert "[ORC] Add optional context string to duplicate symbol definition erro...JP Lehr2-13/+0
2025-05-09[ORC] Add optional context string to duplicate symbol definition errors.Lang Hames2-0/+13
2025-05-08[JITLink] Rename 'i386' namespace and files to 'x86'.Lang Hames8-1/+1
2025-05-08[JITLink][i386] Support R_386_GOT32X using existing non-relaxable edge kind.Lang Hames1-0/+21
2025-05-01[llvm][test] Change an XFAIL into a more correct REQUIRES (#137942)Martin Storsjö1-2/+1
2025-04-03[JITLink][XCOFF] Setup initial build support for XCOFF (#127266)Henry Jiang1-0/+24
2025-04-01[JITLink][MachO][arm64] Don't lower ptrauth edges in noalloc-lifetime sections.Lang Hames1-0/+136
2025-03-28[ORC] Generalize GetDylibInterface to support MachO Universal Binaries.Lang Hames2-0/+384