This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 75980a4cd5d [llvm-readobj]Add testing for ELF symbol and section table [...] new 1fe90de4614 Re-land part of r354244 "[DAGCombiner] Eliminate dead store [...] new 063c3128bcc [ARM GlobalISel] Support G_FRAME_INDEX for Thumb2
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/CodeGen/SelectionDAG.h | 6 +++ include/llvm/CodeGen/SelectionDAGNodes.h | 31 ++++++++++++++ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 30 +++++++++++++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 21 +++++----- lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 3 ++ lib/Target/ARM/ARMInstructionSelector.cpp | 4 +- lib/Target/ARM/ARMLegalizerInfo.cpp | 3 +- .../ARM/GlobalISel/arm-legalize-load-store.mir | 31 ++++++++++++++ test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 31 -------------- .../ARM/GlobalISel/thumb-select-load-store.mir | 49 ++++++++++++++++++++++ 10 files changed, 166 insertions(+), 43 deletions(-)