This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository llvm.
from dc8be91 try to make comments more meaningful; NFC new 9fac7e29 [X86][AVX] Added extra memory folding tests for D19228 new 6320b78 [Orc] Re-commit r266581 with fixes for MSVC, and format cleanups.
The 2 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/Orc/OrcError.h | 3 +- .../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 244 ++++------ .../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 171 +++---- .../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 125 +++-- include/llvm/ExecutionEngine/Orc/RPCChannel.h | 79 +++- include/llvm/ExecutionEngine/Orc/RPCUtils.h | 520 ++++++++++++++++++--- lib/ExecutionEngine/Orc/OrcError.cpp | 2 + lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.cpp | 60 +-- test/CodeGen/X86/avx-vperm2x128.ll | 25 + tools/lli/ChildTarget/ChildTarget.cpp | 8 +- tools/lli/RemoteJITUtils.h | 1 + tools/lli/lli.cpp | 21 +- unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 103 ++-- 13 files changed, 898 insertions(+), 464 deletions(-)