This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5ab47f48d82 [ARM] Assembler support for the ARMv8.2a dot product instructions new 8b8a974ebc8 [AArch64] Remove dotprod from base extension list new 0fdbc978d7b [AArch64] Enable ARMv8.3-A pointer authentication
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: include/llvm/Support/AArch64TargetParser.def | 3 +- lib/Target/AArch64/AArch64InstrFormats.td | 128 +++++++++++ lib/Target/AArch64/AArch64InstrInfo.td | 66 ++++++ lib/Target/AArch64/AArch64SchedThunderX.td | 12 +- lib/Target/AArch64/AArch64SchedThunderX2T99.td | 2 +- lib/Target/AArch64/AArch64SystemOperands.td | 15 ++ lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 18 ++ .../AArch64/Disassembler/AArch64Disassembler.cpp | 42 ++++ .../AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp | 18 ++ test/MC/AArch64/armv8.3a-diagnostics.s | 20 ++ test/MC/AArch64/armv8.3a-signed-pointer.s | 235 +++++++++++++++++++++ .../AArch64/armv8.3a-signed-pointer.txt | 114 ++++++++++ 12 files changed, 664 insertions(+), 9 deletions(-) create mode 100644 test/MC/AArch64/armv8.3a-diagnostics.s create mode 100644 test/MC/AArch64/armv8.3a-signed-pointer.s create mode 100644 test/MC/Disassembler/AArch64/armv8.3a-signed-pointer.txt