This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1bc52fbec66 [InstCombine] Remove check for sext of vector icmp from sho [...] new 31bf47e949e [SelectionDAG] Make ISD::isConstantSplatVector always retur [...] new 18f24452daf TargetInstrInfo: Change duplicate() to work on bundles.
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/MachineFunction.h | 19 ++++++++++++----- include/llvm/CodeGen/SelectionDAGNodes.h | 5 +---- include/llvm/Target/TargetInstrInfo.h | 10 ++++----- lib/CodeGen/MachineFunction.cpp | 20 ++++++++++++++++++ lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 15 ++++++------- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 +++---- lib/CodeGen/TailDuplicator.cpp | 13 +++++------- lib/CodeGen/TargetInstrInfo.cpp | 7 ++++--- lib/Target/ARM/ARMBaseInstrInfo.cpp | 35 +++++++++++++++++++------------ lib/Target/ARM/ARMBaseInstrInfo.h | 5 +++-- lib/Target/X86/X86ISelLowering.cpp | 11 ++++------ 11 files changed, 89 insertions(+), 59 deletions(-)