This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5cceed3a2e6 [X86] negateFMAOpcode - extend to support FMADDSUB/FMSUBADD [...] new 3642ab247ca [Orc] Address the remaining move-capture FIXMEs
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: examples/SpeculativeJIT/SpeculativeJIT.cpp | 4 +-- include/llvm/ExecutionEngine/JITSymbol.h | 5 +-- include/llvm/ExecutionEngine/Orc/Core.h | 3 +- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 36 ++++++++++------------ .../llvm/ExecutionEngine/Orc/RPCSerialization.h | 4 +-- include/llvm/ExecutionEngine/Orc/RPCUtils.h | 13 +++----- .../llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 19 +++++------- include/llvm/ExecutionEngine/RuntimeDyld.h | 23 +++++++------- include/llvm/Support/ThreadPool.h | 3 +- lib/ExecutionEngine/Orc/LLJIT.cpp | 4 +-- lib/ExecutionEngine/Orc/Legacy.cpp | 5 +-- .../Orc/RTDyldObjectLinkingLayer.cpp | 13 +++----- lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 18 +++++------ lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 2 +- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 3 +- 15 files changed, 69 insertions(+), 86 deletions(-)