This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 547e2f8dcc1 [ARM] FP16 codegen support for VSEL new 107433d6ada [TTI, AArch64] Allow the cost model analysis to test vector [...] new c5ad26d89b9 DWARFVerifier: Enhance validation of .debug_names hash tables
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/CodeGen/BasicTTIImpl.h | 47 ++++ .../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 22 +- include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 6 +- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 131 ++++++++-- test/Analysis/CostModel/AArch64/vector-reduce.ll | 279 +++++++++++++++++++++ ...y-buckets.s => debug-names-verify-no-buckets.s} | 9 +- ...ckets.s => debug-names-verify-unhashed-names.s} | 52 +++- ...y-buckets.s => debug-names-verify-wrong-hash.s} | 38 ++- 8 files changed, 533 insertions(+), 51 deletions(-) create mode 100644 test/Analysis/CostModel/AArch64/vector-reduce.ll copy test/tools/llvm-dwarfdump/X86/{debug-names-verify-buckets.s => debug-names-ve [...] copy test/tools/llvm-dwarfdump/X86/{debug-names-verify-buckets.s => debug-names-ve [...] copy test/tools/llvm-dwarfdump/X86/{debug-names-verify-buckets.s => debug-names-ve [...]