This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1a9f25ebf0 Reland r306095: [mips] Fix reg positions in the aui/daui in [...] new 51e4b46c2c6 This reverts commit r306166 and r306168. new 3d8b65f7124 ARM: move some logic from processFixupValue to applyFixup.
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 | 14 ++- .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 20 ++-- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 20 ++-- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 20 ++-- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 20 ++-- examples/Kaleidoscope/include/KaleidoscopeJIT.h | 16 ++- include/llvm-c/OrcBindings.h | 49 +------- .../ExecutionEngine/Orc/CompileOnDemandLayer.h | 50 ++++----- include/llvm/ExecutionEngine/Orc/ExecutionUtils.h | 4 +- include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 57 +++++----- .../llvm/ExecutionEngine/Orc/IRTransformLayer.h | 53 +++++---- .../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 125 +++++++++++---------- include/llvm/MC/MCAsmBackend.h | 3 +- include/llvm/MC/MCAssembler.h | 4 +- lib/ExecutionEngine/Orc/OrcCBindings.cpp | 32 +----- lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 31 ++--- lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 15 +-- lib/MC/MCAssembler.cpp | 16 +-- .../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 6 +- .../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 6 +- lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 52 +++++---- lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h | 6 +- lib/Target/BPF/MCTargetDesc/BPFAsmBackend.cpp | 10 +- .../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 3 +- lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp | 6 +- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 3 +- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h | 3 +- lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp | 3 +- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 6 +- lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 3 +- .../SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 7 +- lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 3 +- test/MC/ARM/thumb-branches.s | 36 ++++-- tools/lli/OrcLazyJIT.cpp | 11 +- tools/lli/OrcLazyJIT.h | 93 ++++++++------- .../ExecutionEngine/Orc/LazyEmittingLayerTest.cpp | 8 +- .../Orc/ObjectTransformLayerTest.cpp | 2 +- unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 13 +-- unittests/ExecutionEngine/Orc/OrcTestCommon.h | 48 ++++---- 39 files changed, 445 insertions(+), 432 deletions(-)