This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c377f610d6 [AArch64] fix IR names to not be 'tmp' because that gives t [...] new fc8ba497cd1 [ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr< [...] new 40be992c34c [ORC] Switch from a StringMap to an internal VSO in RTDyldO [...] new 734c4808f82 [ORC] Switch to shared_ptr ownership for SymbolSources in VSOs.
The 3 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 | 11 +- include/llvm/ExecutionEngine/Orc/CompileUtils.h | 64 ++++++----- include/llvm/ExecutionEngine/Orc/Core.h | 27 +++-- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 4 +- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 119 ++++++++++----------- .../llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 45 +++----- lib/ExecutionEngine/Orc/Core.cpp | 107 +++++++++--------- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 11 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 27 ++--- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 4 +- .../Orc/ObjectTransformLayerTest.cpp | 11 +- unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 13 +-- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 27 ++--- .../ExecutionEngine/Orc/RemoteObjectLayerTest.cpp | 12 +-- 14 files changed, 228 insertions(+), 254 deletions(-)