This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 39d8acb1d8a [DAGCombine] Match a pattern where a wide type scalar value [...] new 729c5f000d1 [DebugInfo] More strict debug range for stack variables
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: .../AsmPrinter/DbgEntityHistoryCalculator.cpp | 4 +- lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 33 ++-- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 219 ++++++++++++--------- lib/CodeGen/AsmPrinter/DwarfDebug.h | 41 ++-- lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 4 + lib/CodeGen/AsmPrinter/DwarfUnit.h | 1 + test/DebugInfo/MIR/X86/dbg-stack-value-range.mir | 184 +++++++++++++++++ test/DebugInfo/X86/fission-ranges.ll | 2 +- 8 files changed, 359 insertions(+), 129 deletions(-) create mode 100644 test/DebugInfo/MIR/X86/dbg-stack-value-range.mir