This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b5395dc0fc8 [llvm-objcopy] Add --add-symbol new a61848693cb [AArch64] Add support for Cortex-A76 and Cortex-A76AE
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 | 6 ++++++ include/llvm/Support/ARMTargetParser.def | 4 ++++ lib/Target/AArch64/AArch64.td | 15 +++++++++++++- lib/Target/AArch64/AArch64Subtarget.cpp | 1 + lib/Target/AArch64/AArch64Subtarget.h | 1 + lib/Target/ARM/ARM.td | 18 +++++++++++++++++ lib/Target/ARM/ARMSubtarget.cpp | 1 + lib/Target/ARM/ARMSubtarget.h | 1 + test/CodeGen/AArch64/cpus.ll | 2 ++ test/MC/AArch64/armv8.2a-dotprod.s | 1 + test/MC/AArch64/armv8.5a-ssbs.s | 2 ++ test/MC/ARM/armv8.2a-dotprod-a32.s | 1 + test/MC/ARM/armv8.2a-dotprod-t32.s | 1 + test/MC/Disassembler/AArch64/armv8.5a-ssbs.txt | 2 ++ unittests/Support/TargetParserTest.cpp | 28 ++++++++++++++++++++++++-- 15 files changed, 81 insertions(+), 3 deletions(-)