This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e44429964bc [TableGen] Some optimizations to TableGen. new ca187633851 Re-land "[DebugInfo] Insert DW_OP_deref when spilling indir [...] new f45adc29de8 Rename K_MIPS64 to K_GNU64
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: include/llvm/Object/Archive.h | 2 +- lib/CodeGen/LiveDebugVariables.cpp | 112 ++++++++++++++++---------- lib/Object/Archive.cpp | 16 ++-- lib/Object/ArchiveWriter.cpp | 2 +- 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 +++++++++++++++++++++++++++ 8 files changed, 390 insertions(+), 53 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