This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9839f35 S/390: PR 69625: Add test case new e80be24 S/390: Add __morestack test. new 0cb6905 S/390: Add IBM z13 pipeline description new bef91dd S/390: z13 lcbb fix address operand. new 664ff6a S/390: z13 inline stpcpy implementation. new b11e60a S/390: Adjust movstr-1.c testcase to work with the z13 stpcpy [...]
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/2827.md | 9 +- gcc/config/s390/2964.md | 232 +++++++++++++++++ gcc/config/s390/s390-protos.h | 1 + gcc/config/s390/s390.c | 377 +++++++++++++++++++++++----- gcc/config/s390/s390.md | 19 +- gcc/testsuite/ChangeLog | 14 ++ gcc/testsuite/gcc.target/s390/md/movstr-1.c | 2 +- gcc/testsuite/gcc.target/s390/md/movstr-2.c | 98 ++++++++ gcc/testsuite/gcc.target/s390/morestack.c | 260 +++++++++++++++++++ 10 files changed, 967 insertions(+), 73 deletions(-) create mode 100644 gcc/config/s390/2964.md create mode 100644 gcc/testsuite/gcc.target/s390/md/movstr-2.c create mode 100644 gcc/testsuite/gcc.target/s390/morestack.c