This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a7c94b20187 [cmake] Append -Wl,-rpath-link conditionally to GNULD new 65d5f36900e [llvm-mca] Emit the 'Instruction Info' table before the res [...] new 0cb5f9bfc1a DWARFVerifier: Basic verification of .debug_names
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: .../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 20 ++-- include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 18 ++++ lib/DebugInfo/DWARF/DWARFVerifier.cpp | 87 ++++++++++++++++ .../X86/debug-names-verify-abbrev-duplicate.s | 64 ++++++++++++ .../X86/debug-names-verify-abbrev-short.s | 53 ++++++++++ .../X86/debug-names-verify-buckets.s | 83 ++++++++++++++++ .../X86/debug-names-verify-cu-lists.s | 110 +++++++++++++++++++++ .../llvm-dwarfdump/X86/debug-names-verify-short1.s | 47 +++++++++ .../llvm-dwarfdump/X86/debug-names-verify-short2.s | 49 +++++++++ .../llvm-dwarfdump/X86/debug-names-verify-short3.s | 52 ++++++++++ test/tools/llvm-mca/ARM/simple-test-cortex-a9.s | 23 ++--- test/tools/llvm-mca/X86/BtVer2/dot-product.s | 28 +++--- test/tools/llvm-mca/X86/BtVer2/load-store-alias.s | 37 +++---- test/tools/llvm-mca/X86/BtVer2/memcpy-like-test.s | 38 +++---- test/tools/llvm-mca/X86/BtVer2/simple-test.s | 24 ++--- tools/llvm-mca/BackendPrinter.cpp | 6 +- 16 files changed, 658 insertions(+), 81 deletions(-) create mode 100644 test/tools/llvm-dwarfdump/X86/debug-names-verify-abbrev-duplicate.s create mode 100644 test/tools/llvm-dwarfdump/X86/debug-names-verify-abbrev-short.s create mode 100644 test/tools/llvm-dwarfdump/X86/debug-names-verify-buckets.s create mode 100644 test/tools/llvm-dwarfdump/X86/debug-names-verify-cu-lists.s create mode 100644 test/tools/llvm-dwarfdump/X86/debug-names-verify-short1.s create mode 100644 test/tools/llvm-dwarfdump/X86/debug-names-verify-short2.s create mode 100644 test/tools/llvm-dwarfdump/X86/debug-names-verify-short3.s