This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b1d59f S/390: Unroll mvc/xc loop for memset with small constant lengths. new d044af2 S/390: Unroll mvc loop for memcpy with small constant lengths. new a219b97 S/390: Additional memset/memcpy runtime tests.
The 2 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/config/s390/s390.c | 21 ++++++- gcc/testsuite/ChangeLog | 9 +++ gcc/testsuite/gcc.target/s390/memcpy-1.c | 53 ++++++++++++++++++ gcc/testsuite/gcc.target/s390/memcpy-2.c | 94 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/s390/memset-2.c | 92 +++++++++++++++++++++++++++++++ 5 files changed, 266 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/memcpy-1.c create mode 100644 gcc/testsuite/gcc.target/s390/memcpy-2.c create mode 100644 gcc/testsuite/gcc.target/s390/memset-2.c