This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f52671da9b4 [Atomic] Remove IsStore/IsLoad in the interface, and pass t [...] new d3285d0ce43 Re-land "Don't add DBG_VALUE instructions for static alloca [...] new 7dfa1736546 Re-land "Use the frame index side table for byval and inall [...]
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: lib/CodeGen/SelectionDAG/FastISel.cpp | 18 +-- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 33 +---- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 24 ++-- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 48 +++++++ test/CodeGen/X86/2010-01-18-DbgValue.ll | 13 +- test/CodeGen/X86/2012-11-30-handlemove-dbg.ll | 51 ------- test/CodeGen/X86/2012-11-30-misched-dbg.ll | 142 ------------------- test/CodeGen/X86/2012-11-30-regpres-dbg.ll | 47 ------- test/CodeGen/X86/dbg-baseptr.ll | 62 +++++++-- test/DebugInfo/COFF/local-variables.ll | 5 - test/DebugInfo/X86/dbg-declare-inalloca.ll | 158 ++++++++++++++++++++++ 11 files changed, 285 insertions(+), 316 deletions(-) delete mode 100644 test/CodeGen/X86/2012-11-30-handlemove-dbg.ll delete mode 100644 test/CodeGen/X86/2012-11-30-misched-dbg.ll delete mode 100644 test/CodeGen/X86/2012-11-30-regpres-dbg.ll create mode 100644 test/DebugInfo/X86/dbg-declare-inalloca.ll