This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2403ba5de8 [MS Demangler] Print calling convention inside parentheses. new 081d211981d [DebugInfo] LowerDbgDeclare: Add derefs when handling CallI [...]
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/CodeGen/SelectionDAG.h | 4 +- include/llvm/IR/DebugInfoMetadata.h | 6 + lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 14 +- lib/CodeGen/SelectionDAG/SDNodeDbgValue.h | 26 ++-- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 30 ++-- lib/IR/DebugInfoMetadata.cpp | 59 +++++--- lib/Transforms/Utils/Local.cpp | 13 +- test/DebugInfo/AArch64/coalescing.ll | 5 +- test/DebugInfo/Mips/dsr-fixed-objects.ll | 5 +- test/DebugInfo/X86/bbjoin.ll | 2 +- test/DebugInfo/X86/dbg-value-const-byref.ll | 2 +- test/DebugInfo/X86/dbg-value-frame-index.ll | 8 +- test/DebugInfo/X86/debug-loc-frame.ll | 9 +- test/Transforms/InstCombine/lower-dbg-declare.ll | 183 +++++++++++++++++++++++ unittests/IR/MetadataTest.cpp | 10 +- 16 files changed, 313 insertions(+), 71 deletions(-) create mode 100644 test/Transforms/InstCombine/lower-dbg-declare.ll