This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1bffa1a5b9 [x86] make blend tests resistant to demanded elements impro [...] new 78b8f9db177 [DebugInfo] Add support for DWARF5 call site-related attributes
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/DebugInfo/DWARF/DWARFVerifier.h | 8 + include/llvm/IR/DebugInfoFlags.def | 3 +- include/llvm/IR/DebugInfoMetadata.h | 3 + lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 31 +- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 10 +- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 68 +++- lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 + lib/DebugInfo/DWARF/DWARFVerifier.cpp | 33 ++ lib/IR/Verifier.cpp | 4 + test/DebugInfo/Generic/callsite-attr-invalid.ll | 48 +++ test/DebugInfo/X86/dwarf-callsite-related-attrs.ll | 133 ++++++++ test/tools/llvm-dwarfdump/X86/callsite-invalid.s | 376 +++++++++++++++++++++ tools/llvm-dwarfdump/Statistics.cpp | 8 + 13 files changed, 725 insertions(+), 4 deletions(-) create mode 100644 test/DebugInfo/Generic/callsite-attr-invalid.ll create mode 100644 test/DebugInfo/X86/dwarf-callsite-related-attrs.ll create mode 100644 test/tools/llvm-dwarfdump/X86/callsite-invalid.s