This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from ad21f91 S/390: Add vec_sub_u128 to vecintrin.h new 647b659 S/390: z13 Change predicates of 128 bit add sub. new 4621ae0 S/390: Add single element vector types to iterators. new bffa7af S/390: z13 Add missing commutative operand markers. new 846e369 S/390: Turn movstr-1.c into compile only test. new 40b1f81 S/390: Move movstr-2.c into vector subdir.
The 5 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: gcc/ChangeLog | 28 ++++++++++ gcc/config/s390/vector.md | 60 +++++++++++----------- gcc/config/s390/vx-builtins.md | 56 ++++++++++---------- gcc/testsuite/ChangeLog | 22 ++++++++ gcc/testsuite/gcc.target/s390/md/movstr-1.c | 12 +++++ gcc/testsuite/gcc.target/s390/vector/int128-1.c | 47 +++++++++++++++++ .../s390/{md/movstr-2.c => vector/stpcpy-1.c} | 2 + 7 files changed, 169 insertions(+), 58 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/md/movstr-1.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/int128-1.c rename gcc/testsuite/gcc.target/s390/{md/movstr-2.c => vector/stpcpy-1.c} (96%)