This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 952c6f15683 [llvm-locstats] Fix 'only params' no entry value stats new d20e6c67bcb [DebugInfo] Remove some users of DBG_VALUEs IsIndirect field
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: lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 +- lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 16 ++++++-- lib/CodeGen/LiveDebugVariables.cpp | 52 +++++++++--------------- lib/CodeGen/SelectionDAG/FastISel.cpp | 12 +++--- lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 17 ++++---- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 7 +++- test/CodeGen/AArch64/GlobalISel/debug-cpp.ll | 2 +- test/CodeGen/AArch64/GlobalISel/debug-insts.ll | 8 ++-- test/CodeGen/ARM/debug-info-arg.ll | 2 +- test/CodeGen/PowerPC/debuginfo-stackarg.ll | 2 +- test/DebugInfo/ARM/PR16736.ll | 2 +- test/DebugInfo/ARM/float-stack-arg.ll | 2 +- test/DebugInfo/COFF/pieces.ll | 6 +-- test/DebugInfo/X86/dbg-addr-dse.ll | 8 +++- test/DebugInfo/X86/dbg-addr.ll | 2 +- test/DebugInfo/X86/live-debug-vars-dse.mir | 16 +++++--- test/DebugInfo/X86/op_deref.ll | 14 ++++--- test/DebugInfo/X86/parameters.ll | 10 ++--- test/DebugInfo/X86/safestack-byval.ll | 4 +- test/DebugInfo/X86/spill-indirect-nrvo.ll | 2 +- test/DebugInfo/X86/spill-nontrivial-param.ll | 2 +- test/DebugInfo/X86/vla.ll | 18 +++++++- 22 files changed, 115 insertions(+), 91 deletions(-)