summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/JITLink/ELF.cpp
AgeCommit message (Expand)Author
2025-11-11 JITLink: Add initial SystemZ Support. (#144528)anoopkg6
2025-05-08[JITLink] Rename 'i386' namespace and files to 'x86'.Lang Hames
2024-12-06[JITLink] Switch to SymbolStringPtr for Symbol names (#115796)Jared Wyles
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata
2023-10-21[llvm] Stop including Endian.h (NFC)Kazu Hirata
2023-08-04[JITLink][ELF] Fix reading target architecture when the ELF object is big-endianKai Luo
2023-05-22[JITLink][ELF][ppc64] Add skeleton ppc64 support and ELF/ppc64 JITLink backend.Lang Hames
2023-04-17[JITLink][ELF] Check that ELF buffer has at least ELF::EI_NIDENT bytes.Lang Hames
2023-03-24Reland "[JITLink] Initial AArch32 backend"Stefan Gränitz
2023-03-23Revert "[JITLink] Initial AArch32 backend"Gulfem Savrun Yeniceri
2023-03-23[JITLink] Initial AArch32 backendStefan Gränitz
2023-01-18Reland "[JITLink] Add an initial implementation of JITLink for ELF/LoongArch"wanglei
2023-01-18Revert "[JITLink] Add an initial implementation of JITLink for ELF/LoongArch"wanglei
2023-01-18[JITLink] Add an initial implementation of JITLink for ELF/LoongArchwanglei
2022-08-15Re-apply "[JITLink] Introduce ELF/i386 backend " with correct authorship.Kshitij Jain
2022-08-15Revert "[JITLink] Introduce ELF/i386 backend support for JITLink."Lang Hames
2022-08-15[JITLink] Introduce ELF/i386 backend support for JITLink.Lang Hames
2021-09-03[JITLink] Add initial Aarch64 supportStefan Gränitz
2021-08-11[llvm][clang][NFC] updates inline licence infoChristopher Di Bella
2021-07-23[JITLink][RISCV] Initial Support RISCV64 in JITLinkluxufan
2021-03-02[JITLink] Remove some std::move(MemoryBufferRef) below createLinkGraphFromObj...Stefan Gränitz
2020-12-16[JITLink][ORC] Enable creation / linking of raw jitlink::LinkGraphs.Lang Hames
2020-12-08[JITLink][ELF] Route objects to their matching linker backends based on heade...Stefan Gränitz
2020-05-21[JITLink] Initial implementation of ELF / x86-64 support for JITLink.Lang Hames