This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b9dfeea [InstCombine] Fix for PR29124: reduce insertelements to shuff [...] new 53a7de6 Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd [...]
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/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 --------------------- .../Inputs/dwarfdump-gdbindex-v7.elf-x86-64 | Bin 14292 -> 0 bytes test/DebugInfo/dwarfdump-dump-gdbindex.test | 35 ----- tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 1 - 9 files changed, 304 deletions(-) delete mode 100644 include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h delete mode 100644 lib/DebugInfo/DWARF/DWARFGdbIndex.cpp delete mode 100644 test/DebugInfo/Inputs/dwarfdump-gdbindex-v7.elf-x86-64 delete mode 100644 test/DebugInfo/dwarfdump-dump-gdbindex.test