This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1e35a09 Do not sanitize in an abnormal context (PR sanitizer/78815). new 4b6f12f S/390: memset: Avoid overlapping MVC operands between iterations. new 2b1d59f S/390: Unroll mvc/xc loop for memset with small constant lengths.
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/ChangeLog | 10 ++ gcc/config/s390/s390.c | 151 ++++++++++++++++++++----------- gcc/testsuite/gcc.target/s390/memset-1.c | 134 +++++++++++++++++++++++++++ 3 files changed, 242 insertions(+), 53 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/memset-1.c