aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-02-06[llvm] Use = default (NFC)Kazu Hirata1-2/+2
2021-10-30[ORC] Move CWrapperFunctionResult out of the detail:: namespace.Lang Hames1-2/+2
2021-10-28Reapply e32b1eee6aa "[ORC] Change SPSExecutorAddr serialization,..." with fixes.Lang Hames1-6/+5
2021-10-27Revert "[ORC] Change SPSExecutorAddr serialization, SupportFunctionCall struct."Lang Hames1-5/+6
2021-10-27[ORC] Change SPSExecutorAddr serialization, SupportFunctionCall struct.Lang Hames1-6/+5
2021-10-12[ORC] Shut down dispatcher in ExecutorProcessControl implementations.Lang Hames1-1/+4
2021-10-11Re-apply e50aea58d59, "Major JITLinkMemoryManager refactor". with fixes.Lang Hames1-1/+2
2021-10-11Revert "[JITLink][ORC] Major JITLinkMemoryManager refactor."Lang Hames1-2/+1
2021-10-11[JITLink][ORC] Major JITLinkMemoryManager refactor.Lang Hames1-1/+2
2021-10-10[ORC] Add optional RunPolicy to ExecutorProcessControl::callWrapperAsync.Lang Hames1-1/+1
2021-10-10[ORC] Add TaskDispatch API and thread it through ExecutorProcessControl.Lang Hames1-4/+15
2021-10-10[ORC] Reorder callWrapperAsync and callSPSWrapperAsync parameters.Lang Hames1-2/+2
2021-09-27[ORC] Switch from JITTargetAddress to ExecutorAddr for EPC-call APIs.Lang Hames1-6/+6
2021-09-27[ORC] Hold shared_ptr<SymbolStringPool> in errors containing SymbolStringPtrs.Lang Hames1-1/+1
2021-09-23[ORC] Rename ExecutorAddress to ExecutorAddr.Lang Hames1-2/+2
2021-08-20[ORC] Add 'Async' suffix to ExecutorProcessControl::MemoryAccess methods.Lang Hames1-6/+6
2021-07-27[ORC] Require ExecutorProcessControl when constructing an ExecutionSession.Lang Hames1-63/+15
2021-07-19[ORC][ORC-RT] Introduce ORC-runtime based MachO-Platform.Lang Hames1-0/+29
2021-07-01[ORC] Add wrapper-function support methods to ExecutorProcessControl.Lang Hames1-8/+57
2021-07-01[ORC] Rename TargetProcessControl to ExecutorProcessControl. NFC.Lang Hames1-0/+153