This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 35df2a38417 [MIPS GlobalISel] Select bitwise instructions new d92e522f128 [TargetLowering] Add BuildSDiv support for division by one [...] new 48cb502069d [DAGCombiner] Reduce load widths of shifted masks
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 49 ++- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 42 ++- test/CodeGen/ARM/and-load-combine.ll | 539 ++++++++++++++++++++++++++-- test/CodeGen/X86/combine-sdiv.ll | 207 +++++------ test/CodeGen/X86/fp128-i128.ll | 28 +- 5 files changed, 688 insertions(+), 177 deletions(-)