aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/JITLink
AgeCommit message (Expand)AuthorFilesLines
2026-01-16[JITLink][CompactUnwind] Explicitly enumerate mergeable encodings. NFCI. (#17...Lang Hames3-8/+30
2026-01-16[JITLink][CompactUnwind] Expand CompactUnwindTraits struct comment. (#176315)Lang Hames1-0/+19
2026-01-16[JITLink][CompactUnwind] Express mergeability via +ve predicate. NFCI. (#176313)Lang Hames3-6/+6
2026-01-15[JITLink][LoongArch] Refactor jump stub to support LA32R (#175355)hev1-2/+2
2026-01-14[JITLink][LoongArch] Add reloc types for LA32R/LA32S (#175353)hev2-1/+88
2026-01-12[JITLink] Add GOT indirection optimization for SystemZ (#171919)anoopkg62-2/+38
2026-01-12[JITLink] Set correct triple instead of hard-code the value to linux (#175404)aokblast1-4/+5
2026-01-10[JITLink][LoongArch][NFC] Move applyFixup implementation from header to sourc...WANG Rui1-1/+231
2025-12-11[JITLink] Add TLS support for SystemZ (#171559)anoopkg62-1/+67
2025-11-11 JITLink: Add initial SystemZ Support. (#144528)anoopkg65-0/+551
2025-11-09Remove unused <array> and <list> inclusion (#167116)serge-sans-paille2-4/+0
2025-10-23[ExecutionEngine] Add "override" where appropriate (NFC) (#164757)Kazu Hirata1-1/+1
2025-10-15Revert "[ORC] Make runAllocActions and runDeallocActions asynchorous." (#163480)Lang Hames1-32/+21
2025-10-03[JITLink] Add LinkGraph name / triple to debugging output. (#161772)Lang Hames2-18/+15
2025-10-01[JITLink][MachO] Use Triple::isArm64e consistently.Lang Hames1-2/+1
2025-09-30[LoongArch] Add R_LARCH_MARK_LA relocation for la.abswanglei1-0/+4
2025-09-21[ExecutionEngine] Use std::tie for a lexicographical comparison (NFC) (#160007)Kazu Hirata1-3/+2
2025-09-09[JITLink][RISC-V] Support R_RISCV_SET_ULEB128/R_RISCV_SUB_ULEB128 (#153778)Zhijin Zeng2-2/+43
2025-08-22[ExecutionEngine] Remove an unnecessary cast (NFC) (#154890)Kazu Hirata1-1/+1
2025-08-04[llvm] Use llvm::iterator_range::empty (NFC) (#151905)Kazu Hirata2-2/+2
2025-07-11[support] Add packed_endian_specific_integral::value() (#147974)Pavel Labath1-4/+3
2025-06-28[ExecutionEngine] Remove unnecessary casts (NFC) (#146218)Kazu Hirata5-5/+5
2025-06-26[llvm] Use a new constructor of ArrayRef (NFC) (#146008)Kazu Hirata1-1/+1
2025-06-23[JITLink] Include target addend in out-of-range error (#145423)Maksim Panchenko1-9/+15
2025-06-19[llvm] Remove unused includes (NFC) (#144941)Kazu Hirata1-2/+0
2025-06-05[llvm] Ensure newline at the end of files (NFC) (#143061)Kazu Hirata1-1/+1
2025-06-03[llvm] annotate interfaces in llvm/ExecutionEngine for DLL export (#140809)Andrew Rogers2-14/+16
2025-05-08[JITLink][x86] Update StubsTest unit test for rename in b972164f381.Lang Hames1-2/+2
2025-05-08[JITLink] Rename 'i386' namespace and files to 'x86'.Lang Hames5-70/+70
2025-05-08[JITLink][i386] Drop EdgeKind_i386 qualification when using enum values.Lang Hames1-20/+19
2025-05-08[JITLink][i386] Get rid of EdgeKind_i386::None.Lang Hames2-7/+7
2025-05-08[JITLink][i386] Support R_386_GOT32X using existing non-relaxable edge kind.Lang Hames1-0/+3
2025-05-08[JITLink][i386] Improve unsupported relocation error message.Lang Hames1-3/+4
2025-05-07[JITLink][i386] Make ELFLinkGraphBuilder_i386 a regular (non-template) class.Lang Hames1-5/+6
2025-04-19[llvm] Construct SmallVector with iterator ranges (NFC) (#136460)Kazu Hirata1-3/+1
2025-04-16[llvm] Use llvm::append_range (NFC) (#136066)Kazu Hirata1-2/+2
2025-04-07[JITLink][NFC] Guard functions used only for debug for `XCOFFLinkGraphBuilder...Henry Jiang1-0/+4
2025-04-07Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim1-0/+1
2025-04-03Fix unused variable warning in non-debug build after 7d3dfc862d283319d01997c0...Jorge Gorbe Moya1-1/+1
2025-04-03[JITLink][XCOFF] Setup initial build support for XCOFF (#127266)Henry Jiang6-0/+652
2025-04-01[JITLink][MachO][arm64] Don't lower ptrauth edges in noalloc-lifetime sections.Lang Hames1-55/+72
2025-03-29[ExecutionEngine] Avoid repeated hash lookups (NFC) (#133615)Kazu Hirata1-2/+1
2025-03-20[ExecutionEngine] Avoid repeated hash lookups (NFC) (#132143)Kazu Hirata1-2/+2
2025-03-14[ORC] Make runAllocActions and runDeallocActions asynchorous.Lang Hames1-21/+32
2025-03-12[ORC] Drop EHFrameRegistrar, register eh-frames with AllocActions (#130719)Lang Hames1-39/+13
2025-03-05[ExecutionEngine] Avoid repeated hash lookups (NFC) (#129822)Kazu Hirata1-4/+4
2025-02-28[JITLink][AArch64] Ensure that nulls remain null during ptrauth signing.Lang Hames1-1/+8
2025-02-06[JITLink] Handle compact-unwind records that depend on DWARF FDEs.Lang Hames3-13/+43
2025-02-06[JITLink] Add a jitlink::Symbol::getSection() convenience method.Lang Hames5-8/+7
2025-02-06[ORC] Fix buggy calculation of second-level-page offset in unwind-info.Lang Hames1-2/+3