This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3a1bc560ac4 llvm-dwarfdump: Support RLE_addressx and RLE_startx_length [...] new 9a16d2deaa0 DebugInfo: Use address pool forms in debug_rnglists
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: lib/CodeGen/AsmPrinter/DIE.cpp | 2 + lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 26 ++++--- lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 11 +-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 109 +++++++++++++--------------- lib/CodeGen/AsmPrinter/DwarfDebug.h | 4 +- lib/CodeGen/AsmPrinter/DwarfFile.cpp | 8 ++ lib/CodeGen/AsmPrinter/DwarfFile.h | 43 +++++++++++ lib/CodeGen/AsmPrinter/DwarfUnit.h | 27 ------- test/DebugInfo/X86/fission-ranges.ll | 11 ++- test/DebugInfo/X86/range_reloc.ll | 16 ++-- test/DebugInfo/X86/rnglists_curanges.ll | 4 +- 11 files changed, 140 insertions(+), 121 deletions(-)