This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7d9496dddc0 [X86] Fix AvoidStoreForwardingBlocks pass for negative disp [...] new 27f17bfee31 [DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised out
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/SelectionDAG/InstrEmitter.cpp | 14 ++++++ lib/CodeGen/SelectionDAG/SDNodeDbgValue.h | 10 +++++ lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp | 8 ++-- lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 13 +++--- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 ++- test/CodeGen/X86/pr39896.ll | 54 +++++++++++++++++++++++ test/DebugInfo/NVPTX/debug-info.ll | 8 ++-- test/DebugInfo/X86/dbg-value-inlined-parameter.ll | 6 +-- test/DebugInfo/X86/pieces-3.ll | 5 ++- 9 files changed, 104 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/X86/pr39896.ll