This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c303c35b78 [ARM][NFC] Adding another test for armcgp new a2cb36c541f [NFC][AArch64] Split out backend features new 42f44e61827 DAGCombiner::visitINSERT_VECTOR_ELT - pull out repeated VT. [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 +- 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 +-- 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 | 202 ++++--------- test/MC/AArch64/armv8.3a-complex_bad.s | 58 ++++ test/MC/AArch64/armv8.3a-complex_missing.s | 103 +++++++ test/MC/AArch64/armv8.3a-complex_nofp16.s | 37 +++ test/MC/AArch64/armv8.3a-complex_nofp16_bad.s | 34 +++ 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 +- 21 files changed, 974 insertions(+), 508 deletions(-) delete mode 100644 test/MC/AArch64/armv8.2a-mmfr2.s create mode 100644 test/MC/AArch64/armv8.3a-complex_bad.s create mode 100644 test/MC/AArch64/armv8.3a-complex_missing.s create mode 100644 test/MC/AArch64/armv8.3a-complex_nofp16.s create mode 100644 test/MC/AArch64/armv8.3a-complex_nofp16_bad.s