This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5c1ffd92319 [CodeGen] Remove special case of printing subRegIdx from Ma [...] new 231176041f8 [DebugInfo] Unify dumping of address ranges
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/DWARF/DWARFDebugArangeSet.h | 1 + include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 2 + lib/DebugInfo/DWARF/DWARFDebugArangeSet.cpp | 13 +++++-- lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 6 ++- lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 10 ++++- lib/DebugInfo/DWARF/DWARFDie.cpp | 6 +-- test/CodeGen/ARM/debug-info-blocks.ll | 4 +- test/CodeGen/ARM/debug-info-sreg2.ll | 2 +- test/DebugInfo/AArch64/asan-stack-vars.ll | 6 +-- test/DebugInfo/ARM/PR26163.ll | 16 ++++---- test/DebugInfo/ARM/partial-subreg.ll | 2 +- test/DebugInfo/MIR/AArch64/clobber-sp.mir | 34 ++++++++--------- test/DebugInfo/MIR/ARM/split-superreg-piece.mir | 44 +++++++++++----------- test/DebugInfo/MIR/ARM/split-superreg.mir | 44 +++++++++++----------- test/DebugInfo/Mips/dsr-fixed-objects.ll | 8 ++-- test/DebugInfo/Sparc/subreg.ll | 2 +- test/DebugInfo/X86/DW_AT_location-reference.ll | 10 ++--- test/DebugInfo/X86/PR26148.ll | 6 +-- test/DebugInfo/X86/constant-loclist.ll | 10 ++--- test/DebugInfo/X86/dbg-addr.ll | 2 +- test/DebugInfo/X86/dbg-declare-arg.ll | 6 +-- test/DebugInfo/X86/dbg-value-const-byref.ll | 8 ++-- test/DebugInfo/X86/dbg-value-frame-index.ll | 2 +- test/DebugInfo/X86/dbg-value-regmask-clobber.ll | 2 +- test/DebugInfo/X86/debug-loc-asan.ll | 4 +- test/DebugInfo/X86/debug-loc-frame.ll | 4 +- test/DebugInfo/X86/debug-loc-offset.ll | 16 ++++---- test/DebugInfo/X86/dw_op_minus_direct.ll | 2 +- test/DebugInfo/X86/dwarfdump-debug-loc-simple.test | 16 ++++---- test/DebugInfo/X86/dwarfdump-ranges-baseaddr-exe.s | 8 ++-- test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s | 10 ++--- test/DebugInfo/X86/dwarfdump-ranges-unrelocated.s | 16 ++++---- test/DebugInfo/X86/float_const_loclist.ll | 4 +- test/DebugInfo/X86/inlined-formal-parameter.ll | 2 +- test/DebugInfo/X86/live-debug-variables.ll | 6 +-- test/DebugInfo/X86/pieces-1.ll | 4 +- test/DebugInfo/X86/pieces-2.ll | 2 +- test/DebugInfo/X86/pieces-3.ll | 4 +- test/DebugInfo/X86/spill-nospill.ll | 6 +-- test/DebugInfo/X86/sret.ll | 6 +-- test/DebugInfo/X86/stack-value-piece.ll | 10 ++--- test/DebugInfo/X86/subregisters.ll | 2 +- test/DebugInfo/dwarfdump-ranges.test | 8 ++-- test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s | 4 +- test/MC/ARM/dwarf-asm-multiple-sections.s | 4 +- test/MC/ARM/dwarf-asm-nonstandard-section.s | 2 +- test/MC/ARM/dwarf-asm-single-section.s | 2 +- test/tools/dsymutil/X86/basic-linking-x86.test | 10 ++--- .../dsymutil/X86/basic-lto-dw4-linking-x86.test | 22 +++++------ test/tools/dsymutil/X86/basic-lto-linking-x86.test | 22 +++++------ .../tools/llvm-dwarfdump/X86/debug_loc_offset.test | 8 ++-- test/tools/llvm-dwarfdump/X86/debugloc.s | 8 ++-- test/tools/llvm-dwarfdump/X86/verify_die_ranges.s | 2 +- 53 files changed, 237 insertions(+), 223 deletions(-)