This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9fbd1c2311f [X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/ [...] new 6f90d45552d [SystemZ] Make better use of VLDEB new d60a72a44b2 Re-land r349731 "[CodeGen][ExpandMemcmp] Add an option for [...] new 182b5fec214 [SystemZ] Make better use of VGEF/VGEG new 17177f1518b [SystemZ] Make better use of VLLEZ
The 4 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/Analysis/TargetTransformInfo.h | 8 +- lib/CodeGen/ExpandMemCmp.cpp | 233 ++++++++------- lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 2 +- lib/Target/SystemZ/SystemZISelLowering.cpp | 51 +++- lib/Target/SystemZ/SystemZISelLowering.h | 1 + lib/Target/SystemZ/SystemZInstrVector.td | 6 +- lib/Target/SystemZ/SystemZOperators.td | 42 +-- lib/Target/X86/X86TargetTransformInfo.cpp | 5 +- test/CodeGen/PowerPC/memcmpIR.ll | 24 +- test/CodeGen/SystemZ/vec-conv-02.ll | 17 +- test/CodeGen/SystemZ/vec-move-08.ll | 32 +++ test/CodeGen/SystemZ/vec-move-14.ll | 42 +++ test/CodeGen/SystemZ/vec-move-18.ll | 12 + test/CodeGen/X86/memcmp-optsize.ll | 73 +++-- test/CodeGen/X86/memcmp.ll | 161 +++++++---- test/Transforms/ExpandMemCmp/X86/memcmp.ll | 424 ++++++++++++++++++++++------ 16 files changed, 831 insertions(+), 302 deletions(-)