This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b6d8eaa984 [RISCV] Revert r366331 as it exposed some sanitizer failures new 19f0f50d66e [ORC] Add deprecation warnings to ORCv1 layers and utilities.
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: .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 26 +++++---- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 7 ++- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 7 ++- examples/Kaleidoscope/include/KaleidoscopeJIT.h | 9 ++- include/llvm/ExecutionEngine/ExecutionEngine.h | 13 ++++- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 45 ++++++++++++--- include/llvm/ExecutionEngine/Orc/Core.h | 1 + include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 30 +++++++++- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 20 ++++++- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 19 ++++++- include/llvm/ExecutionEngine/Orc/LambdaResolver.h | 27 ++++++++- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 13 ++++- .../ExecutionEngine/Orc/ObjectTransformLayer.h | 16 +++++- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 18 ++++-- .../llvm/ExecutionEngine/Orc/RemoteObjectLayer.h | 53 ++++++++++++++++-- .../llvm/ExecutionEngine/OrcV1Deprecation.h | 20 +++---- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 46 +++++++++------- lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp | 3 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 10 ++-- .../Orc/RTDyldObjectLinkingLayer.cpp | 9 +++ tools/lli/lli.cpp | 25 ++++----- .../ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 3 +- .../Orc/LegacyCompileOnDemandLayerTest.cpp | 2 +- .../Orc/LegacyRTDyldObjectLinkingLayerTest.cpp | 35 ++++++------ .../Orc/ObjectTransformLayerTest.cpp | 33 ++++++----- .../ExecutionEngine/Orc/RemoteObjectLayerTest.cpp | 64 +++++++++++----------- 26 files changed, 388 insertions(+), 166 deletions(-) copy lib/MCA/HWEventListener.cpp => include/llvm/ExecutionEngine/OrcV1Deprecation.h (55%)