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 d1ff4fd S/390: Fix vrepi constraint letter. new 712fa50 S/390: Enable vrepi constants. new c4fa561 S/390: const_vec_duplicate_p backport as private function. new 98ae468 S/390: Fix RT flag in vstrc instruction. new 3eff512 S/390: Sort builtin types - cleanup only. new c1e1b8b S/390: Fix vec_splat_* builtins. new 18e02a6 S/390: vec_set mode DI->SI for shift_count new 0e31b04 S/390: Make constant checking more strict
The 7 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 | 72 ++ gcc/config/s390/constraints.md | 46 +- gcc/config/s390/predicates.md | 5 + gcc/config/s390/s390-builtin-types.def | 1027 ++++++++++---------- gcc/config/s390/s390-builtins.def | 27 +- gcc/config/s390/s390-c.c | 24 +- gcc/config/s390/s390-protos.h | 2 + gcc/config/s390/s390.c | 66 +- gcc/config/s390/vecintrin.h | 16 +- gcc/config/s390/vector.md | 15 +- gcc/config/s390/vx-builtins.md | 194 ++-- gcc/testsuite/ChangeLog | 14 + gcc/testsuite/gcc.target/s390/vector/vec-vrepi-1.c | 58 ++ .../gcc.target/s390/zvector/vec-splat-2.c | 42 + 14 files changed, 920 insertions(+), 688 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-vrepi-1.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-splat-2.c