This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 89d8d904735 [DAGCombiner] Eliminate dead stores to stack. new 3cfd39d61c9 Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
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: include/llvm/CodeGen/SelectionDAG.h | 6 - include/llvm/CodeGen/SelectionDAGAddressAnalysis.h | 20 +--- include/llvm/CodeGen/SelectionDAGNodes.h | 31 ----- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 125 ++++++--------------- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 30 ----- .../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 75 ------------- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 21 ++-- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 3 - test/CodeGen/BPF/remove_truncate_5.ll | 12 +- test/CodeGen/X86/swap.ll | 33 ++++++ test/DebugInfo/COFF/inlining.ll | 11 +- test/DebugInfo/COFF/lexicalblock.ll | 32 ++++++ 12 files changed, 124 insertions(+), 275 deletions(-)