aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-jitlink
AgeCommit message (Expand)AuthorFilesLines
2026-01-13 [llvm-jitlink] Make -show-addrs work without -check, fix fallout. (#175491)Lang Hames2-6/+13
2026-01-12[llvm-jitlink] Remove redundant ExecutorAddr constructor calls. NFCI. (#175488)Lang Hames1-4/+2
2026-01-12Reapply "[ORC] Add utilities for limited symbolication of JIT backtra… (#17...Lang Hames1-0/+57
2026-01-09Revert "[ORC] Add utilities for limited symbolication of JIT backtraces (#175...Aiden Grossman1-57/+0
2026-01-09[ORC] Add utilities for limited symbolication of JIT backtraces (#175099)Lang Hames1-0/+57
2025-11-19[ORC] Remove now unused EPCDebugObjectRegistrar (NFC) (#167868)Stefan Gränitz2-3/+0
2025-11-18[ORC] Move DebugObjectManagerPlugin into Debugging/ELFDebugObjectPlugin (NFC)...Stefan Gränitz1-3/+3
2025-11-18[ORC] Merge GetDylibInterface.h APIs into MachO.h. (#168462)Lang Hames1-1/+0
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz1-3/+10
2025-11-03[ORC] Fix -Wunused-function warning on windows (#166207)Justin Bogner1-0/+2
2025-10-26[llvm] Add "override" where appropriate (NFC) (#165168)Kazu Hirata1-1/+1
2025-10-16[ORC] Add SimpleRemoteMemoryMapper (new MemoryMapper implementation). (#163707)Lang Hames1-8/+50
2025-10-13[ORC] Add LinkGraph& argument to MemoryMapper::prepare. (#163121)Lang Hames1-2/+3
2025-10-03[llvm-jitlink] Use MachOObjectFile::getArchTriple for triple identifi… (#16...Lang Hames1-1/+5
2025-09-28[Support] Deprecate one form of support::endian::byte_swap (NFC) (#161045)Kazu Hirata1-4/+4
2025-09-09MC: Use Triple form of lookupTarget in more places (#157591)Matt Arsenault1-17/+16
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault1-3/+3
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-2/+2
2025-06-26[ORC] Extract MemoryAccess from ExecutorProcessControl, break up header. (#14...Lang Hames1-0/+1
2025-06-18[llvm] explicitly link llvm-jitlink-executor with ExecutionEngine (#144778)Andrew Rogers1-0/+1
2025-05-29[ORC] Remove an unused header. NFC.Lang Hames1-1/+0
2025-05-27[ORC] Refactor visit-members in StaticLibraryDefinitionGenerator. (#141546)Lang Hames2-3/+22
2025-05-20Revert "[llvm][NFC] Use `llvm::sort()`" (#140668)Iris Shi1-3/+4
2025-05-17[llvm][NFC] Use `llvm::sort()` (#140335)Iris Shi1-4/+3
2025-05-15[llvm-jitlink] Use std::optional::value_or (NFC) (#140173)Kazu Hirata1-1/+1
2025-04-16[llvm] Use llvm::append_range (NFC) (#136066)Kazu Hirata1-1/+1
2025-03-12[ORC] Drop EHFrameRegistrar, register eh-frames with AllocActions (#130719)Lang Hames2-9/+6
2025-03-09[llvm-jitlink] Avoid repeated hash lookups (NFC) (#130465)Kazu Hirata1-2/+3
2025-03-06[llvm-jitlink] Avoid repeated hash lookups (NFC) (#129993)Kazu Hirata1-2/+3
2025-03-03[NFC]Make file-local cl::opt global variables static (#126486)chrisPyr1-3/+3
2025-03-02[llvm-jitlink] Avoid repeated hash lookups (NFC) (#129422)Kazu Hirata1-2/+2
2025-02-25[ORC][llvm-jitlink] Extend weak-linking emulation to real dylibs.Lang Hames1-16/+14
2025-02-25[ORC][llvm-jitlink] Add support for emulating ld64 -weak-lx / -weak_library.Lang Hames1-1/+91
2025-02-23[llvm-jitlink] Avoid repeated hash lookups (NFC) (#128399)Kazu Hirata1-2/+3
2025-02-23[llvm-jitlink] Only use candidate library extensions during library search.Lang Hames1-6/+6
2025-02-21[llvm-jitlink] Apply symbol scope modifiers explicitly for -hidden-lx.Lang Hames2-5/+22
2025-02-14Revert "[llvm-jitlink] Explicit exports for builtin runtime functions in MinG...dyung1-27/+0
2025-02-14[llvm-jitlink] Explicit exports for builtin runtime functions in MinGW execut...Stefan Gränitz1-0/+27
2025-02-12[ORC] Switch to singleton pattern for UnwindInfoManager. (#126691)Lang Hames2-0/+19
2025-02-07[ORC] Force eh-frame use for older Darwins on x86-64 in MachOPlatform, LLJIT.Lang Hames1-0/+3
2025-01-20[ORC] Move EHFrameRegistrationPlugin into its own header + source file. NFC.Lang Hames1-0/+1
2025-01-10Reapply "[ORC][llvm-jitlink] Add SimpleLazyReexportsSpeculator..." with fixes.Lang Hames2-14/+149
2025-01-10Revert "[ORC][llvm-jitlink] Add SimpleLazyReexportsSpeculator, use in llvm-ji...Lang Hames2-149/+14
2025-01-10[ORC][llvm-jitlink] Add SimpleLazyReexportsSpeculator, use in llvm-jitlink.Lang Hames2-14/+149
2025-01-09[llvm-jitlink] Shut down the session on an error return path.Lang Hames1-0/+1
2025-01-08[llvm-jitlink] Use -num-threads=0 for regression tests relying on debug output.Lang Hames1-0/+6
2025-01-02[llvm-jitlink] Fix llvm-jitlink for LLVM_ENABLE_THREADS=Off.Lang Hames1-2/+16
2025-01-02"Reapply "[llvm-jitlink] Use concurrent linking by default." with more fixes.Lang Hames4-8/+54
2024-12-24Revert "Reapply "[llvm-jitlink] Use concurrent linking by default." with fixe...NAKAMURA Takumi4-54/+8
2024-12-24Reapply "[llvm-jitlink] Use concurrent linking by default." with fixes. (#120...Lang Hames4-8/+54