This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 837d4755cd2 AMDGPU: Add Selection patterns to support add of one bit. new 3b27ccc7eaa [InstCombine] add fneg variation of shuffle-binop fold; NFC new 8f7a77b36fc [ORC] Add an asynchronous jit-link function, jitLinkForORC, [...]
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: .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 8 ++ include/llvm/ExecutionEngine/RuntimeDyld.h | 25 ++++ .../Orc/RTDyldObjectLinkingLayer.cpp | 144 +++++++++++++-------- lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 92 ++++++++++++- lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 6 + test/Transforms/InstCombine/vec_shuffle.ll | 11 ++ 6 files changed, 226 insertions(+), 60 deletions(-)