This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a2daaca0d64 [PowerPC Peephole] Constants into a join add, use ADDI over [...] new 032e1608d64 Re-land r313400 "[DebugInfo] Insert DW_OP_deref when spilli [...]
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/LiveDebugVariables.cpp | 89 ++++++++++++--------- test/DebugInfo/X86/bbjoin.ll | 6 +- test/DebugInfo/X86/spill-indirect-nrvo.ll | 103 ++++++++++++++++++++++++ test/DebugInfo/X86/spill-nontrivial-param.ll | 89 +++++++++++++++++++++ test/DebugInfo/X86/spill-nospill.ll | 113 +++++++++++++++++++++++++++ 5 files changed, 362 insertions(+), 38 deletions(-) create mode 100644 test/DebugInfo/X86/spill-indirect-nrvo.ll create mode 100644 test/DebugInfo/X86/spill-nontrivial-param.ll create mode 100644 test/DebugInfo/X86/spill-nospill.ll