This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9eb66edbc2c [X86] Don't swap argument on BOUND instruction in at&t syntax. new d8d27ad50da [ORC] Switch to shared_ptr ownership for AsynchronousSymbol [...] new 8115e01f129 [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and Ge [...]
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: .../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 10 +++--- .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 10 +++--- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 11 +++--- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 10 +++--- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 10 +++--- examples/Kaleidoscope/include/KaleidoscopeJIT.h | 9 ++--- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 9 ++--- include/llvm/ExecutionEngine/Orc/Core.h | 22 +++++++----- include/llvm/ExecutionEngine/Orc/Legacy.h | 4 +-- include/llvm/ExecutionEngine/Orc/NullResolver.h | 2 +- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 28 +++++++-------- lib/ExecutionEngine/Orc/Core.cpp | 37 +++++++++---------- lib/ExecutionEngine/Orc/Legacy.cpp | 5 +-- lib/ExecutionEngine/Orc/NullResolver.cpp | 5 +-- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 17 +++++---- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 25 +++++++------ tools/lli/OrcLazyJIT.h | 13 ++++--- unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 17 +++++---- .../ExecutionEngine/Orc/LegacyAPIInteropTest.cpp | 36 ++++--------------- .../Orc/ObjectTransformLayerTest.cpp | 12 +++---- .../Orc/RTDyldObjectLinkingLayerTest.cpp | 42 ++++++++++++---------- 21 files changed, 163 insertions(+), 171 deletions(-)