This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 77ad092 Fix the bug introduced in r281252. new b57c915 [ORC] Replace the serialize/deserialize function pair with a [...]
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: .../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 47 ++-- include/llvm/ExecutionEngine/Orc/RPCByteChannel.h | 269 ++++++++++----------- .../llvm/ExecutionEngine/Orc/RPCSerialization.h | 205 ++++++++++++++++ include/llvm/ExecutionEngine/Orc/RPCUtils.h | 6 +- 4 files changed, 360 insertions(+), 167 deletions(-) create mode 100644 include/llvm/ExecutionEngine/Orc/RPCSerialization.h