This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 872c921c7d4 [PowerPC][NFC] Fix bugs in r+r to r+i conversion new 879e2ef2a67 [llvm-dwarfdump] - Add the support of parsing .debug_loclists.
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/BinaryFormat/Dwarf.def | 1 + include/llvm/DebugInfo/DWARF/DWARFContext.h | 4 +- include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 14 +- include/llvm/DebugInfo/DWARF/DWARFObject.h | 1 + lib/DebugInfo/DWARF/DWARFContext.cpp | 36 ++++- lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 78 ++++++++--- lib/DebugInfo/DWARF/DWARFDie.cpp | 22 ++- test/DebugInfo/X86/dwarfdump-debug-loclists.test | 168 +++++++++++++++++++++++ 8 files changed, 288 insertions(+), 36 deletions(-) create mode 100644 test/DebugInfo/X86/dwarfdump-debug-loclists.test