This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6960085 Use !operator to test if APInt is zero/non-zero. NFCI. new c49511f Emit DW_OP_piece also if the previous value was a constant. T [...] new 5561f87 Simplify control flow in the the DWARF expression compiler by [...] new 0a892bb BranchRelaxation: Fix computing indirect branch block size new 2ebe5eb Improve and cleanup comments in DwarfExpression.h
The 4 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/IR/DebugInfoMetadata.h | 2 + lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 29 +++---- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 13 ++-- lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 69 ++++++++--------- lib/CodeGen/AsmPrinter/DwarfExpression.h | 86 ++++++++++++++++----- lib/CodeGen/BranchRelaxation.cpp | 34 ++++---- test/CodeGen/AMDGPU/branch-relaxation.ll | 54 +++++++++++++ test/DebugInfo/X86/PR26148.ll | 6 +- test/DebugInfo/X86/stack-value-piece.ll | 116 ++++++++++++++++++++++++++++ 9 files changed, 310 insertions(+), 99 deletions(-) create mode 100644 test/DebugInfo/X86/stack-value-piece.ll