summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
AgeCommit message (Expand)Author
2025-09-21[ExecutionEngine] Use std::tie for a lexicographical comparison (NFC) (#160007)Kazu Hirata
2025-02-05Re-reapply "[ORC] Enable JIT support for the compact-unwind..." with fixes.Lang Hames
2025-01-30Revert "Reapply "[ORC] Enable JIT support for the compact-unwind frame..." wi...Ben Langmuir
2025-01-30Reapply "[ORC] Enable JIT support for the compact-unwind frame..." with fixes.Lang Hames
2025-01-24Revert "[ORC] Enable JIT support for the compact-unwind frame info format..."Lang Hames
2025-01-23[ORC] Enable JIT support for the compact-unwind frame info format on Darwin.Lang Hames
2025-01-14[JITLink] Use target triple for LinkGraph pointer size and endianness.Lang Hames
2024-12-06[JITLink] Switch to SymbolStringPtr for Symbol names (#115796)Jared Wyles
2024-09-22[JITLink] Update splitBlock to support splitting into multiple blocks.Lang Hames
2024-07-24Re-apply "[ORC][JITLink] Treat common symbols as weak definitions." with fixes.Lang Hames
2024-07-24Revert "[ORC][JITLink] Treat common symbols as weak definitions."Lang Hames
2024-07-24[ORC][JITLink] Treat common symbols as weak definitions.Lang Hames
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-10-10Use llvm::endianness (NFC)Kazu Hirata
2023-09-28[ORC] Rename MemLifetimePolicy to MemLifetime.Lang Hames
2023-08-14Fix typos in comments of ExecutionEngine (NFC)Eymen Ünay
2023-06-27[JITLink] Use SubtargetFeatures to store features in LinkGraphJob Noorman
2023-05-17[JITLink] Add target features to LinkGraphJob Noorman
2023-03-18Re-apply "[JITLink][ORC] Rename MemDeallocPolicy to MemLifetime..." with fixes.Lang Hames
2023-03-17Revert "[JITLink][ORC] Rename MemDeallocPolicy to MemLifetimePolicy, add ..."Lang Hames
2023-03-17[JITLink][ORC] Rename MemDeallocPolicy to MemLifetimePolicy, add NoAlloc option.Lang Hames
2023-02-11[JITLink][ORC] Add LinkGraph::allocateCString method.Lang Hames
2023-02-11[JITLink] Add a predicate to test for C-string blocks.Lang Hames
2023-01-28[JITLink][MachO] Error on N_EXT symbols with illegal string-table index 0.Lang Hames
2022-11-26[JITLink] Use std::optional in MachOLinkGraphBuilder.cpp (NFC)Kazu Hirata
2022-10-03[ORC][JITLink] Move MemoryFlags.h (MemProt, AllocGroup,...) from JITLink to ORC.Lang Hames
2022-09-27[ORC][JITLink] Retain Weak flags in JITDylib interfaces, propagate to LinkGraph.Lang Hames
2022-09-25[JITLink] Introduce new weakly-referenced concept separate from linkage.Lang Hames
2022-08-17[JITLink][MachO] Add support for non-subsections-via-symbols objects.Lang Hames
2022-04-05[JITLink][MachO] Fix alignment bug in the c-string literal section graphifier.Lang Hames
2022-03-07[ORC][JITLink] Fix MachO absolute symbol handling, add test case.Lang Hames
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata
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-11-17[NFC][llvm] Inclusive language: remove uses of sanity in llvm/lib/ExecutionEn...Zarko Todorovski
2021-11-14Reapply "[ORC] Initial MachO debugging support (via GDB JIT debug.." with fixes.Lang Hames
2021-11-14Revert "[ORC] Initial MachO debugging support (via GDB JIT debug..."Lang Hames
2021-11-13[ORC] Initial MachO debugging support (via GDB JIT debug registration interface)Lang Hames
2021-11-12[JITLink][MachO] Fix "find-symbol-by-address" logic.Lang Hames
2021-10-11Re-apply e50aea58d59, "Major JITLinkMemoryManager refactor". with fixes.Lang Hames
2021-10-11Revert "[JITLink][ORC] Major JITLinkMemoryManager refactor."Lang Hames
2021-10-11[JITLink][ORC] Major JITLinkMemoryManager refactor.Lang Hames
2021-09-28[JITLink][MachO][arm64] Add support for splitting compact-unwind sections.Lang Hames
2021-08-25[JITLink][MachO] Add more detail to error message.Lang Hames
2021-07-21[JITLink][MachO] Detect MachO::S_THREAD_LOCAL_ZEROFILL sections as zero-fill.Lang Hames
2021-06-09[JITLink][MachO] Handle muliple symbols at same offset when splitting C-strings.Lang Hames
2021-06-09[JITLink][MachO] Split C-string literal sections on null-terminators.Lang Hames