This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0aa8882 S/390: arch12: Support the mul/add/subtract instructions. new 8091281 S/390: arch12: Support new vector floating point modes. new 063ed3c S/390: arch12: New builtins. new 9b067f0 * genrecog.c (validate_pattern): Add VEC_SELECT validation. [...]
The 3 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 | 100 + gcc/config/s390/s390-builtin-types.def | 129 +- gcc/config/s390/s390-builtins.def | 3501 +++++++++++--------- gcc/config/s390/s390-builtins.h | 2 + gcc/config/s390/s390-c.c | 39 +- gcc/config/s390/s390.c | 30 +- gcc/config/s390/s390.md | 164 +- gcc/config/s390/vecintrin.h | 125 +- gcc/config/s390/vector.md | 313 +- gcc/config/s390/vx-builtins.md | 546 +-- gcc/genmodes.c | 2 + gcc/genrecog.c | 26 + gcc/testsuite/ChangeLog | 11 + .../gcc.target/s390/target-attribute/tattr-3.c | 3 +- .../gcc.target/s390/target-attribute/tattr-4.c | 6 +- gcc/testsuite/gcc.target/s390/vxe/negfma-1.c | 49 + 16 files changed, 2964 insertions(+), 2082 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/vxe/negfma-1.c