This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8e50186c89b [SimplifyCFG] auto-generate full checks; NFC new 26d9773dd7e Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"" new 20d1cb14e87 [ARM] Fix some Clang-tidy modernize-use-using and Include W [...]
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: lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 12 + lib/Target/ARM/ARMCallLowering.cpp | 50 +++- lib/Target/ARM/ARMCallLowering.h | 27 +- lib/Target/ARM/ARMConstantIslandPass.cpp | 28 +- lib/Target/ARM/ARMConstantPoolValue.cpp | 3 +- lib/Target/ARM/ARMConstantPoolValue.h | 10 +- lib/Target/ARM/ARMFastISel.cpp | 19 +- lib/Target/ARM/ARMFrameLowering.cpp | 9 +- lib/Target/ARM/ARMFrameLowering.h | 19 +- lib/Target/ARM/ARMISelLowering.cpp | 30 +-- lib/Target/ARM/ARMISelLowering.h | 22 +- lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 83 ++++-- lib/Target/ARM/ARMTargetTransformInfo.cpp | 31 ++- lib/Target/ARM/ARMTargetTransformInfo.h | 27 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 295 ++++++++++++++------- lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 9 +- lib/Target/ARM/Thumb1FrameLowering.cpp | 11 +- lib/Target/ARM/Thumb1FrameLowering.h | 16 +- .../RuntimeDyld/AArch64/ELF_ARM64_relocations.s | 15 +- 19 files changed, 481 insertions(+), 235 deletions(-)