summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/JITLink/x86_64.cpp
AgeCommit message (Expand)Author
2025-06-28[ExecutionEngine] Remove unnecessary casts (NFC) (#146218)Kazu Hirata
2025-01-16[JITLink] Teach x86_64 GOT & PLT table managers to discover existing entries.Lang Hames
2024-12-15[ORC][ORC-RT] Add ORC-RT based lazy compilation support for x86-64.Lang Hames
2024-10-16[JITLink] Add support for R_X86_64_SIZE* relocations. (#110081)Xing Guo
2024-09-24[JITLink] Add support for R_X86_64_PC16 relocation type. (#109630)Xing Guo
2024-06-18[JITLink] Add x86_64::Delta8 edge kind, ELF::R_X86_64_PC8 support (#95869)Maksim Panchenko
2023-07-16[JITLink] Replace isInRangeForImm* functions with isInt / isUInt equivalents.Lang Hames
2023-04-16[JITLink][x86-64] Add x86_64::Pointer8 edge kind, ELF::R_X86_64_8 reloc support.Lang Hames
2022-08-11[JITLink][COFF][x86_64] Implement SECTION/SECREL relocation.Sunho Kim
2022-07-25[JITLink][COFF][x86_64] Reimplement ADDR32NB/REL32.Sunho Kim
2022-01-06Re-apply "[JITLink] Update JITLink to use ExecutorAddr rather... " with fixes.Lang Hames
2022-01-06Revert "[JITLink] Update JITLink to use ExecutorAddr rather than..."Lang Hames
2022-01-06[JITLink] Update JITLink to use ExecutorAddr rather than JITTargetAddress.Lang Hames
2021-10-18[JITLink][x86-64] Lift GOT, PLT table managers into x86_64.h; reuse for MachO.Lang Hames
2021-08-30Silence a signed/unsigned mismatch warning; NFCAaron Ballman
2021-08-22[JITLink] Add support of R_X86_64_32S relocationluxufan
2021-08-19Avoid unused variable when NDEBUGFrederik Gossen
2021-08-19[JITLink] Optimize GOTPCRELX Relocationsluxufan
2021-08-15[JITLink] Unify x86-64 MachO and ELF 's optimize GOT/Stub functionluxufan
2021-08-14[JITLink][x86-64] Rename *Relaxable edges to *REXRelaxable.Lang Hames
2021-08-14[JITLink][x86-64] Rename BranchPCRel32ToPtrJumpStub(Relaxable -> Bypassable).Lang Hames
2021-08-13[JITLink] Update ELF_x86_64 's edge kind to generic edge kindluxufan
2021-05-11[JITLink][x86-64] Add an x86_64 PointerSize constexpr.Lang Hames
2021-04-30[JITLink] Minor fix to avoid Windows compiler warning for static-castDavid Stuttard
2021-03-30[JITLink] Switch from StringRef to ArrayRef<char>, add some generic x86-64 utilsLang Hames
2021-03-15[JITLink][MachO][x86-64] Introduce generic x86-64 support.Lang Hames