summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/JITLink/MachO.cpp
AgeCommit message (Expand)Author
2025-01-22[JITLink][MachO] Add getOrCreateLocalMachOHeader utility.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-01-28Use llvm::byteswap instead of ByteSwap_{16,32,64} (NFC)Kazu Hirata
2021-08-11[llvm][clang][NFC] updates inline licence infoChristopher Di Bella
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-04-27[JITLink] Fix endianness bug fedd32e2fa36.Lang Hames
2020-04-22[JITLink] Read MachO Header CPU field only in jitLink_MachO.Lang Hames
2019-10-10[JITLink] Add an initial implementation of JITLink for MachO/AArch64.Lang Hames
2019-04-30[ORC][JITLink] Name in-memory compiled objects after their source modules.Lang Hames
2019-04-22[JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.Lang Hames