This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5ac7dfd5c96 [Hexagon] Fix some -Wunused-function with LLVM_DUMP_METHOD [...] new 86c04a03323 [MS demangler] Use a slightly shorter unmangling for mangle [...] new d09d3d9eec1 [llvm-mca] Account for buffered resources when analyzing "S [...] new 0ea548887e9 [AArch64] Support HiSilicon's TSV110 processor
The 3 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/Demangle/MicrosoftDemangleNodes.cpp | 9 +- lib/Support/Host.cpp | 11 + lib/Target/AArch64/AArch64.td | 17 + lib/Target/AArch64/AArch64Subtarget.cpp | 5 + lib/Target/AArch64/AArch64Subtarget.h | 3 +- test/CodeGen/AArch64/cpus.ll | 1 + test/CodeGen/AArch64/remat.ll | 1 + test/Demangle/ms-operators.test | 2 +- test/Demangle/ms-string-literals.test | 742 +++++++++++----------- test/MC/AArch64/armv8.1a-lse.s | 2 + test/MC/AArch64/armv8.2a-dotprod.s | 1 + test/MC/AArch64/crc.s | 2 + test/MC/AArch64/ras-extension.s | 1 + test/MC/Disassembler/AArch64/armv8.2a-dotprod.txt | 1 + tools/llvm-mca/lib/InstrBuilder.cpp | 29 +- unittests/Support/Host.cpp | 5 + unittests/Support/TargetParserTest.cpp | 33 +- 18 files changed, 486 insertions(+), 382 deletions(-)