summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/Shared
AgeCommit message (Expand)Author
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz
2025-10-16[ORC] Align ExecutorSimpleMemoryManager w/ orc_rt::SimpleNativeMemoryMap (#16...Lang Hames
2025-10-15Revert "[ORC] Make runAllocActions and runDeallocActions asynchorous." (#163480)Lang Hames
2025-10-07[ORC] Add Executor Resolver Utility (#143654)SahilPatidar
2025-06-27[ORC] Add read operations to orc::MemoryAccess. (#145834)Lang Hames
2025-05-28Re-apply "[ORC] Add optional context string to duplicate symbol definition..."Lang Hames
2025-05-09Revert "[ORC] Add optional context string to duplicate symbol definition erro...JP Lehr
2025-05-09[ORC] Add optional context string to duplicate symbol definition errors.Lang Hames
2025-04-13[llvm] Use llvm::is_contained (NFC) (#135566)Kazu Hirata
2025-03-14[ORC] Make runAllocActions and runDeallocActions asynchorous.Lang Hames
2025-03-12[ORC] Drop EHFrameRegistrar, register eh-frames with AllocActions (#130719)Lang Hames
2025-02-12[ORC] Switch to singleton pattern for UnwindInfoManager. (#126691)Lang Hames
2025-02-05Re-reapply "[ORC] Enable JIT support for the compact-unwind..." with fixes.Lang Hames
2025-02-05[ORC] Rename MachOCompactUnwindSectionName to MachOUnwindInfoSectionName.Lang Hames
2025-02-03[ORC] Drop 'Info' from MachOCompactUnwindInfoSectionName.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
2024-12-06[ORC] Provide default MemoryAccess in SimpleRemoteEPC, add WritePointers impl.Lang Hames
2024-12-04[ORC] Move ostream operator for SymbolStringPtrBase into OrcShared.Lang Hames
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata
2024-10-28[JITLink][MachO] Add convenience functions for default text/data sections.Lang Hames
2024-10-22[ORC] Move MachO object format details into their own header (NFC).Lang Hames
2024-08-30[NFC] Add explicit #include llvm-config.h where its macros are used. (#106621)Daniil Fukalov
2024-06-11[ORC][MachO] Register objc protolist, protorefs, nlclslist metadata sections ...Ben Langmuir
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-12-02[ORC-RT][ORC][MachO] Add executor-side symbol tables to MachO platform support.Lang Hames
2023-08-23[ORC] Use EPC bootstrap symbols to communicate eh-frame registration fn addrs.Lang Hames
2023-07-26[llvm][orc] Consider other ELF init sections as wellJeff Niu
2023-04-08[ORC][ORC-RT][MachO] Use _objc_(map|load)_images for ObjC & Swift registration.Lang Hames
2023-03-31[ORC] Fix a typo in __objc_imageinfo section name.Lang Hames
2023-02-11[ORC] Move ORC-specific object format details into OrcShared.Lang Hames
2022-10-09[ORC] Relax assertions in SimpleRemoteEPCTransport.Lang Hames
2022-09-25[llvm] Use std::underlying_type_t (NFC)Kazu Hirata
2022-08-11[ORC][COFF] Introduce COFFVCRuntimeBootstrapper.Sunho Kim
2022-07-19Re-re-apply 5acd47169884, Add a shared-memory based orc::MemoryMapper...Anubhab Ghosh
2022-07-15Revert "Re-apply 5acd47169884, Add a shared-memory based orc::MemoryMapper, w...Mitch Phillips
2022-07-15Re-apply 5acd47169884, Add a shared-memory based orc::MemoryMapper, with fixes.Anubhab Ghosh
2022-07-14Revert "[ORC] Add a shared-memory based orc::MemoryMapper."Cullen Rhodes
2022-07-13[ORC] Add a shared-memory based orc::MemoryMapper.Anubhab Ghosh
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-07-10Revert "ManagedStatic: remove many straightforward uses in llvm"Nicolai Hähnle
2022-07-10ManagedStatic: remove many straightforward uses in llvmNicolai Hähnle
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2022-01-10[ORC] Add helper functions for running finalize / dealloc actions.Lang Hames
2022-01-08[ORC][JITLink] Merge JITLink AllocActionCall and ORC WrapperFunctionCall.Lang Hames
2021-10-11[ORC] Propagate errors to handlers when sendMessage fails.Lang Hames
2021-10-08Revert "[ORC] Move SimpleRemoteEPCServer::Dispatcher into OrcShared."Lang Hames
2021-10-08[ORC] Move SimpleRemoteEPCServer::Dispatcher into OrcShared.Lang Hames