This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 674e50443ad [CMake] Add LLVM_EXTERNALIZE_DEBUGINFO_OUTPUT_DIR for custo [...] new e29b1ab0c06 [NFC][AArch64] Split out backend features new 0487bd8f42c ARM: use target-specific SUBS node when combining cmp with cmov.
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/Target/AArch64/AArch64.td | 100 ++++++- lib/Target/AArch64/AArch64InstrFormats.td | 17 +- lib/Target/AArch64/AArch64InstrInfo.td | 77 ++++- lib/Target/AArch64/AArch64Subtarget.h | 51 ++++ lib/Target/AArch64/AArch64SystemOperands.td | 83 ++++-- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 41 +-- lib/Target/ARM/ARMISelLowering.cpp | 31 +- lib/Target/ARM/ARMISelLowering.h | 1 + lib/Target/ARM/ARMInstrInfo.td | 9 + lib/Target/ARM/ARMInstrThumb.td | 6 + lib/Target/ARM/ARMInstrThumb2.td | 6 + test/CodeGen/ARM/CGP/arm-cgp-casts.ll | 4 +- test/CodeGen/ARM/cmp.ll | 24 +- test/CodeGen/ARM/select.ll | 11 + test/MC/AArch64/armv8.2a-at.s | 10 +- test/MC/AArch64/armv8.2a-mmfr2.s | 6 - test/MC/AArch64/armv8.2a-persistent-memory.s | 7 +- test/MC/AArch64/armv8.3a-complex.s | 61 ++-- test/MC/AArch64/armv8.3a-js.s | 24 +- test/MC/AArch64/armv8.3a-signed-pointer.s | 339 +++++++++++++--------- test/MC/AArch64/armv8.4a-flag.s | 55 ++-- test/MC/AArch64/armv8.4a-ldst.s | 117 ++++---- test/MC/AArch64/armv8.4a-tlb.s | 99 ++++--- test/MC/AArch64/armv8.4a-trace.s | 15 +- 24 files changed, 778 insertions(+), 416 deletions(-) delete mode 100644 test/MC/AArch64/armv8.2a-mmfr2.s