This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 110f9f2e800 NewGVN: Fix PR 34430 - we need to look through predicateinf [...] new e20d26a3b35 [ORC] Add a pair of ORC layers that forward object-layer op [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ExecutionEngine/JITSymbol.h | 6 + include/llvm/ExecutionEngine/Orc/OrcError.h | 3 +- .../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 57 ++ .../llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 498 ++++++++++++++++++ lib/ExecutionEngine/Orc/OrcError.cpp | 2 + unittests/ExecutionEngine/Orc/CMakeLists.txt | 1 + .../ExecutionEngine/Orc/RemoteObjectLayerTest.cpp | 576 +++++++++++++++++++++ 7 files changed, 1142 insertions(+), 1 deletion(-) create mode 100644 include/llvm/ExecutionEngine/Orc/RemoteObjectLayer.h create mode 100644 unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp