This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 677102bae87 [WebAssembly] SIMD sqrt new e6f49e3ad8b [ORC] Switch to asynchronous resolution in JITSymbolResolver. new 60a5c7791ac [MachineCopyPropagation] Rework how we manage RegMask clobbers
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/JITSymbol.h | 6 +- include/llvm/ExecutionEngine/Orc/Core.h | 1 + include/llvm/ExecutionEngine/Orc/Legacy.h | 3 +- lib/CodeGen/MachineCopyPropagation.cpp | 58 ++++++-------- lib/ExecutionEngine/Orc/Legacy.cpp | 40 +++++----- .../Orc/RTDyldObjectLinkingLayer.cpp | 40 ++++++---- lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp | 38 ++++++---- lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 88 +++++++++++++--------- .../RuntimeDyld/RuntimeDyldChecker.cpp | 22 +++++- .../RuntimeDyld/RuntimeDyldCheckerImpl.h | 3 + lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 3 + 11 files changed, 175 insertions(+), 127 deletions(-)