This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from aefb2dbb64a vect: Move slp_perm checking into get_load_store_type.
new c3e0fb3cd8b obj-c/obj-c++: Enable more options in c-family for ObjC/ObjC++
The 1 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/c-family/c.opt | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from ea5b996be9 replace use of double by float [BZ#29326]
new b4b713bd89 aarch64: define macro for calling __libc_arm_za_disable
new 27effb3d50 aarch64: clear ZA state of SME before clone and clone3 syscalls
new ecb0fc2f0f aarch64: tests for SME
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:
sysdeps/aarch64/Makefile | 10 ++
sysdeps/aarch64/__longjmp.S | 12 +--
sysdeps/aarch64/setjmp.S | 12 +--
sysdeps/aarch64/tst-sme-clone.c | 53 ++++++++++
sysdeps/aarch64/tst-sme-clone3.c | 84 +++++++++++++++
.../aarch64/tst-sme-fork.c | 40 ++++---
sysdeps/aarch64/tst-sme-helper.h | 7 +-
sysdeps/aarch64/tst-sme-jmp.c | 7 +-
sysdeps/aarch64/tst-sme-signal.c | 115 +++++++++++++++++++++
.../{tst-sme-za-state.c => tst-sme-skeleton.c} | 54 ++++------
.../aarch64/tst-sme-vfork.c | 40 ++++---
sysdeps/aarch64/tst-sme-za-state.c | 71 +------------
sysdeps/unix/sysv/linux/aarch64/clone.S | 3 +
sysdeps/unix/sysv/linux/aarch64/clone3.S | 3 +
sysdeps/unix/sysv/linux/aarch64/setcontext.S | 10 +-
sysdeps/unix/sysv/linux/aarch64/sysdep.h | 37 +++++++
sysdeps/unix/sysv/linux/aarch64/vfork.S | 3 +
17 files changed, 378 insertions(+), 183 deletions(-)
create mode 100644 sysdeps/aarch64/tst-sme-clone.c
create mode 100644 sysdeps/aarch64/tst-sme-clone3.c
copy elf/tst-link-map-contiguous-main.c => sysdeps/aarch64/tst-sme-fork.c (53%)
create mode 100644 sysdeps/aarch64/tst-sme-signal.c
copy sysdeps/aarch64/{tst-sme-za-state.c => tst-sme-skeleton.c} (67%)
copy elf/tst-link-map-contiguous-main.c => sysdeps/aarch64/tst-sme-vfork.c (53%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b6e802fd55d Rewrite reduction chain handling
new aefb2dbb64a vect: Move slp_perm checking into get_load_store_type.
The 1 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/tree-vect-stmts.cc | 175 +++++++++++++++++++++++++------------------------
gcc/tree-vectorizer.h | 2 +
2 files changed, 92 insertions(+), 85 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from bb1d27b94a posix: Avoid a stack overflow when glob is given many slashe [...]
new ea5b996be9 replace use of double by float [BZ#29326]
The 1 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:
sysdeps/ieee754/flt-32/e_sqrtf.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 4be35c45341 Daily bump.
new 28061487f88 i386: Remove AMX-TRANSPOSE from Diamond Rapids
The 1 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/i386/i386.h | 2 +-
gcc/doc/invoke.texi | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 72a35bdc2f9 i386: Remove AMX-TRANSPOSE support
new b6e802fd55d Rewrite reduction chain handling
The 1 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/testsuite/gcc.dg/vect/pr120687-1.c | 2 +-
gcc/testsuite/gcc.dg/vect/pr120687-2.c | 2 +-
gcc/testsuite/gcc.dg/vect/pr120687-3.c | 2 +-
gcc/tree-vect-loop.cc | 245 ++++---------------
gcc/tree-vect-patterns.cc | 12 +-
gcc/tree-vect-slp.cc | 432 ++++++++++++++++++---------------
gcc/tree-vectorizer.h | 8 +-
7 files changed, 283 insertions(+), 420 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 79b8f23a709 [PATCH v3] RISC-V: Implement RISC-V profile macro support
new d4d64838aef prop: Remove may_propagate_copy_into_asm [PR122182]
new 05393afc137 cselim: Handle clobbers too [PR122178]
new 6b5e2f6e5ba phi-opt: Disable parts of it for -Og
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/testsuite/g++.dg/tree-ssa/cselim-1.C | 37 ++++++++++++++++++++++++++++++++
gcc/tree-ssa-dom.cc | 5 -----
gcc/tree-ssa-phiopt.cc | 33 ++++++++++++++++++++--------
gcc/tree-ssa-propagate.cc | 13 -----------
gcc/tree-ssa-propagate.h | 1 -
5 files changed, 61 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/cselim-1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 4109b068142 Fix use-after-free when destroying objfile
new a8a65f0dc7d gcore: Remove bashisms and use POSIX sh
The 1 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:
gdb/gcore-1.in | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 2358bcf0459 Automatic date update in version.in
new 4109b068142 Fix use-after-free when destroying objfile
The 1 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:
gdb/objfiles.h | 10 +++++-----
gdb/symfile.c | 3 ++-
2 files changed, 7 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.