This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68795b4 S/390: Enable 64 bit atomic tests with -m31 -mzarch. new d46ab84 S/390: Further bswap enhancements. new 724bafd S/390: Fix vrepi constraint letter. new 80fc7f5 S/390: Enable vrepi constants. new f7d7224 S/390: Fix RT flag in vstrc instruction. new 1a65652 S/390: Sort builtin types - cleanup only. new 0570ddf S/390: Fix vec_splat_* builtins.
The 6 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 | 41 + gcc/config/s390/constraints.md | 46 +- gcc/config/s390/s390-builtin-types.def | 1027 ++++++++++---------- gcc/config/s390/s390-builtins.def | 9 + gcc/config/s390/s390-c.c | 24 +- gcc/config/s390/s390.c | 35 +- gcc/config/s390/s390.md | 38 +- gcc/config/s390/vecintrin.h | 16 +- gcc/config/s390/vector.md | 11 +- gcc/testsuite/ChangeLog | 17 + gcc/testsuite/gcc.target/s390/bswap-1.c | 26 +- gcc/testsuite/gcc.target/s390/bswaphi-1.c | 27 + gcc/testsuite/gcc.target/s390/vector/vec-vrepi-1.c | 58 ++ .../gcc.target/s390/zvector/vec-splat-1.c | 42 + .../gcc.target/s390/zvector/vec-splat-2.c | 42 + 15 files changed, 876 insertions(+), 583 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/bswaphi-1.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-vrepi-1.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-splat-1.c create mode 100644 gcc/testsuite/gcc.target/s390/zvector/vec-splat-2.c