summaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.cpp
AgeCommit message (Expand)Author
2025-11-17[ORC] Update ELF debugger support plugin to use AllocActions (#167866)Stefan Gränitz
2025-05-04[llvm] Remove unused local variables (NFC) (#138467)Kazu Hirata
2025-03-12[ORC] Drop EHFrameRegistrar, register eh-frames with AllocActions (#130719)Lang Hames
2024-11-19[ExecutionEngine] Remove unused includes (NFC) (#116749)Kazu Hirata
2023-08-23[ORC] Use EPC bootstrap symbols to communicate eh-frame registration fn addrs.Lang Hames
2023-04-02[ORC] Add a generic bootstrap key-value store to SimpleRemoteEPC.Lang Hames
2023-03-31[ORC] Remove more unnecessary ExecutorAddr::getValue calls.Lang Hames
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2021-10-30[ORC] Move CWrapperFunctionResult out of the detail:: namespace.Lang Hames
2021-10-08Revert "[ORC] Move SimpleRemoteEPCServer::Dispatcher into OrcShared."Lang Hames
2021-10-08[ORC] Remove a stale comment.Lang Hames
2021-10-08[ORC] Move SimpleRemoteEPCServer::Dispatcher into OrcShared.Lang Hames
2021-09-26[ORC][llvm-jitlink] Add debugging output to SimpleRemoteEPC (and Server).Lang Hames
2021-09-23[ORC] Rename ExecutorAddress to ExecutorAddr.Lang Hames
2021-09-23[ORC] Introduce EPCGenericDylibManager / SimpleExecutorDylibManager.Lang Hames
2021-09-23[ORC] Shut down services in SimpleRemoteEPCServer.Lang Hames
2021-09-17[ORC] Add finalization & deallocation actions, SimpleExecutorMemoryManager classLang Hames
2021-09-14[ORC] Add Shared/OrcRTBridge, and TargetProcess/OrcRTBootstrap.Lang Hames
2021-09-12[ORC] Fix out-of-range comparison errors.Lang Hames
2021-09-12Re-apply bb27e456435 and 5629afea910 with fixes.Lang Hames
2021-09-11Revert 5629afea910 and bb27e456435 while I look into bot failures.Lang Hames
2021-09-11[ORC] Add SimpleRemoteEPC: ExecutorProcessControl over SPS + abstract transport.Lang Hames