This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c1a133a AMDGPU: Add ds_nop to assembler new 77bf4a4 [DWARFv5] Emit new unit header format. new 0911246 AMDGPU: Add definition for v_xad_u32
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/DebugInfo/DWARF/DWARFUnit.h | 4 +- include/llvm/Support/Dwarf.def | 19 ++- include/llvm/Support/Dwarf.h | 13 +- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 5 +- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 25 +++- lib/CodeGen/AsmPrinter/DwarfUnit.h | 9 +- lib/DebugInfo/DWARF/DWARFCompileUnit.cpp | 6 +- lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 6 +- lib/DebugInfo/DWARF/DWARFUnit.cpp | 11 +- lib/Support/Dwarf.cpp | 11 ++ lib/Target/AMDGPU/VOP3Instructions.td | 2 + test/CodeGen/X86/dwarf-headers.ll | 109 ++++++++++++++++ test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64 | Bin 0 -> 2376 bytes test/DebugInfo/Inputs/dwarfdump-header.s | 149 ++++++++++++++++++++++ test/DebugInfo/dwarfdump-header.test | 29 +++++ test/MC/AMDGPU/vop3-gfx9.s | 4 + unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 10 +- 17 files changed, 389 insertions(+), 23 deletions(-) create mode 100644 test/CodeGen/X86/dwarf-headers.ll create mode 100644 test/DebugInfo/Inputs/dwarfdump-header.elf-x86-64 create mode 100644 test/DebugInfo/Inputs/dwarfdump-header.s create mode 100644 test/DebugInfo/dwarfdump-header.test