This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 60dd9229ecb Revert rL366946 : [Remarks] Add support for serializing met [...] new 8049566cde7 [ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse E1 & N1
The 1 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 | 13 +++++++ include/llvm/Support/ARMTargetParser.def | 2 + lib/Target/AArch64/AArch64.td | 47 +++++++++++++++++++++++- lib/Target/AArch64/AArch64Subtarget.cpp | 5 +++ lib/Target/AArch64/AArch64Subtarget.h | 3 ++ lib/Target/ARM/ARM.td | 7 ++++ lib/Target/ARM/ARMSubtarget.cpp | 2 + lib/Target/ARM/ARMSubtarget.h | 1 + test/CodeGen/AArch64/cpus.ll | 4 ++ test/CodeGen/AArch64/neon-dot-product.ll | 6 ++- test/CodeGen/AArch64/remat.ll | 8 +++- test/MC/AArch64/armv8.2a-dotprod.s | 15 +++++++- test/MC/AArch64/armv8.2a-statistical-profiling.s | 1 + test/MC/AArch64/armv8.3a-rcpc.s | 4 ++ test/MC/AArch64/armv8.5a-ssbs.s | 8 +++- test/MC/ARM/armv8.2a-dotprod-a32.s | 3 +- test/MC/ARM/armv8.2a-dotprod-t32.s | 3 +- test/MC/Disassembler/AArch64/armv8.3a-rcpc.txt | 9 +++-- unittests/Support/TargetParserTest.cpp | 39 ++++++++++++++++++-- 19 files changed, 164 insertions(+), 16 deletions(-)