This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8bafe87c16e [x86] add test for unnecessary cmp + masked store; NFC new 30e9aa60fea [ORC] Refactor OrcRemoteTarget code to expose its RPC API, [...]
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: .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 18 +- .../Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp | 2 +- .../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 471 ++++++++------------- .../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 206 +++++---- .../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 55 +-- tools/lli/lli.cpp | 8 +- 6 files changed, 349 insertions(+), 411 deletions(-)