This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2a5d16 [AVX-512] Split X86ISD::VFPROUND and X86ISD::VFPEXT into sepa [...] new 5d11fd5 [AMDGPU] Refactor VOP1 and VOP2 instruction TD definitions new b64f7d8 [llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.
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/DIContext.h | 1 + include/llvm/DebugInfo/DWARF/DWARFContext.h | 6 + include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h | 68 ++ lib/DebugInfo/DWARF/CMakeLists.txt | 1 + lib/DebugInfo/DWARF/DWARFContext.cpp | 17 + lib/DebugInfo/DWARF/DWARFGdbIndex.cpp | 175 +++++ lib/Target/AMDGPU/CIInstructions.td | 34 +- lib/Target/AMDGPU/SIInstrFormats.td | 166 ----- lib/Target/AMDGPU/SIInstrInfo.td | 782 ++------------------- lib/Target/AMDGPU/SIInstructions.td | 422 ----------- lib/Target/AMDGPU/VIInstrFormats.td | 157 ----- lib/Target/AMDGPU/VIInstructions.td | 106 --- lib/Target/AMDGPU/VOP1Instructions.td | 539 ++++++++++++++ lib/Target/AMDGPU/VOP2Instructions.td | 608 ++++++++++++++++ lib/Target/AMDGPU/VOP3Instructions.td | 30 +- lib/Target/AMDGPU/VOPCInstructions.td | 50 +- lib/Target/AMDGPU/VOPInstructions.td | 176 ++++- .../Inputs/dwarfdump-gdbindex-v7.elf-x86-64} | Bin 13208 -> 14292 bytes test/DebugInfo/dwarfdump-dump-gdbindex.test | 35 + tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 1 + 20 files changed, 1683 insertions(+), 1691 deletions(-) create mode 100644 include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h create mode 100644 lib/DebugInfo/DWARF/DWARFGdbIndex.cpp create mode 100644 lib/Target/AMDGPU/VOP1Instructions.td create mode 100644 lib/Target/AMDGPU/VOP2Instructions.td copy test/{tools/llvm-readobj/Inputs/trivial.elf-amdhsa-kaveri => DebugInfo/Inputs [...] mode change 100755 => 100644 create mode 100644 test/DebugInfo/dwarfdump-dump-gdbindex.test