This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7c44c2a308c [AMDGPU] Add infer address spaces pass before SROA new b96297306a1 [ExecutionEngine] Fix some Clang-tidy modernize-use-using a [...]
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: include/llvm/ExecutionEngine/ExecutionEngine.h | 41 +++++++------ include/llvm/ExecutionEngine/GenericValue.h | 33 ++++++----- include/llvm/ExecutionEngine/JITEventListener.h | 8 ++- include/llvm/ExecutionEngine/JITSymbol.h | 28 ++++----- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 42 +++++++------ include/llvm/ExecutionEngine/Orc/CompileUtils.h | 22 +++++-- include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 24 ++++---- .../llvm/ExecutionEngine/Orc/GlobalMappingLayer.h | 9 +-- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 30 +++++++--- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 10 ++-- .../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 26 +++++--- include/llvm/ExecutionEngine/Orc/LambdaResolver.h | 11 ++-- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 10 ++-- .../ExecutionEngine/Orc/ObjectTransformLayer.h | 9 +-- include/llvm/ExecutionEngine/Orc/OrcABISupport.h | 47 ++++++++------- .../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 31 +++++++--- .../ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h | 15 +++-- .../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 32 +++++----- .../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 23 ++++---- include/llvm/ExecutionEngine/Orc/RawByteChannel.h | 10 +--- include/llvm/ExecutionEngine/RuntimeDyld.h | 12 ++-- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 52 ++++++++++------ lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 31 ++++++---- tools/lli/OrcLazyJIT.cpp | 69 +++++++++++----------- tools/lli/OrcLazyJIT.h | 47 +++++++++------ 25 files changed, 388 insertions(+), 284 deletions(-)