This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9232972575c [MC] Always emit relocations for same-section function references new b18de8bdc3c [UpdateTestChecks] Handle IR variables with a '-' in the name new 96ae7f89109 [ORC] Switch from shared_ptr to unique_ptr for addModule methods. new d31cc5d410e [AArch64] Emit CSR loads in the same order as stores
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: .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 6 +- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 6 +- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 6 +- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 6 +- include/llvm-c/OrcBindings.h | 32 +-------- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 10 +-- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 24 +++++-- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 2 +- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 7 +- lib/ExecutionEngine/Orc/OrcCBindings.cpp | 22 +++--- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 8 +-- lib/ExecutionEngine/Orc/OrcMCJITReplacement.cpp | 2 +- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 34 ++++----- lib/Target/AArch64/AArch64FrameLowering.cpp | 84 ++++++++++++++++++---- test/CodeGen/AArch64/reverse-csr-restore-seq.mir | 72 +++++++++++++++++++ tools/lli/OrcLazyJIT.cpp | 10 +-- tools/lli/OrcLazyJIT.h | 4 +- .../Orc/ObjectTransformLayerTest.cpp | 3 +- unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 13 ++-- utils/UpdateTestChecks/common.py | 3 +- 20 files changed, 227 insertions(+), 127 deletions(-) create mode 100644 test/CodeGen/AArch64/reverse-csr-restore-seq.mir