This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e1ce271574 Re-land r313825: "[IR] Add llvm.dbg.addr, a control-depende [...] new 5586629f295 [DAGCombiner] Slightly simplify some code by using APInt::i [...] new 45b741c841c [dwarfdump] Add verbose output for .debug-line 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/DWARF/DWARFDebugLine.h | 3 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 10 +- lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 81 ++++++- test/DebugInfo/Generic/unconditional-branch.ll | 2 +- test/DebugInfo/MIR/X86/empty-inline.mir | 34 +-- test/DebugInfo/Mips/delay-slot.ll | 2 +- test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s | 12 +- test/MC/ARM/dwarf-asm-multiple-sections.s | 13 +- test/MC/ARM/dwarf-asm-nonstandard-section.s | 12 +- test/MC/ARM/dwarf-asm-single-section.s | 12 +- test/MC/MachO/gen-dwarf.s | 58 ++--- test/tools/dsymutil/X86/basic-linking-bundle.test | 8 +- test/tools/dsymutil/X86/basic-linking-x86.test | 236 +++++++++---------- .../dsymutil/X86/basic-lto-dw4-linking-x86.test | 206 ++++++++--------- test/tools/dsymutil/X86/basic-lto-linking-x86.test | 254 ++++++++++----------- test/tools/dsymutil/X86/multiple-inputs.test | 16 +- test/tools/llvm-dwarfdump/X86/brief.s | 15 +- test/tools/llvm-dwarfdump/X86/verbose.test | 25 ++ 19 files changed, 555 insertions(+), 450 deletions(-) create mode 100644 test/tools/llvm-dwarfdump/X86/verbose.test