This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dbc9d1dade3 arm: Don't reject early mov?fcc patterns that we might be a [...]
new fc604ad3aef AArch64: Support C/C++ operations on svbool_t
new e91389bd40a AArch64: Update existing test with svbool_t operations
new ef4c2666f25 AArch64: Update test to reflect new message
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/c-family/c-common.cc | 4 +-
gcc/c/c-typeck.cc | 26 +-
gcc/config/aarch64/aarch64-sve-builtins.cc | 5 +-
gcc/config/aarch64/aarch64-sve.md | 68 +++++
gcc/config/aarch64/aarch64.cc | 93 ++++++-
gcc/cp/call.cc | 3 +-
gcc/cp/cvt.cc | 11 +-
gcc/cp/typeck.cc | 26 +-
gcc/testsuite/g++.dg/ext/sve-sizeless-1.C | 10 +
gcc/testsuite/g++.dg/ext/sve-sizeless-2.C | 21 ++
.../aarch64/sve/acle/general-c++/gnu_vectors_1.C | 133 ++++++++-
.../aarch64/sve/acle/general-c++/gnu_vectors_2.C | 133 ++++++++-
.../aarch64/sve/acle/general-c/gnu_vectors_1.c | 128 ++++++++-
.../aarch64/sve/acle/general-c/gnu_vectors_2.c | 128 ++++++++-
.../aarch64/sve/acle/general-c/sizeless-1.c | 14 +-
.../aarch64/sve/acle/general-c/sizeless-2.c | 32 +++
.../aarch64/sve/acle/general-c/svcount_1.c | 2 +-
.../aarch64/sve/acle/general/cops_bool.c | 301 +++++++++++++++++++++
18 files changed, 1094 insertions(+), 44 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/cops_bool.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 releases/gcc-15
in repository gcc.
from ef71446e499 Daily bump.
new 545bdfc8134 arm: avoid unmatched insn in movhfcc [PR118460]
new 22dd50dbc44 arm: Don't reject early mov?fcc patterns that we might be a [...]
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/arm/arm.cc | 19 +++++++++++++++++++
gcc/config/arm/arm.md | 6 +++---
gcc/testsuite/gcc.target/arm/armv8_2-fp16-move-1.c | 4 ++--
gcc/testsuite/gcc.target/arm/armv8_2-fp16-move-2.c | 2 +-
4 files changed, 25 insertions(+), 6 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 a98b6cf01ba vect: Do not set range for step != 1 [PR121985].
new dbc9d1dade3 arm: Don't reject early mov?fcc patterns that we might be a [...]
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/arm/arm.md | 6 +++---
1 file changed, 3 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 binutils-gdb.
from 7c50362625b [gdb/testsuite] Drop address from test name in gdb.arch/amd [...]
new 0f2aaaad61c [gdb/testsuite] Drop address from test name in gdb.mi/mi-me [...]
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/testsuite/gdb.mi/mi-memory-changed.exp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
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 90a0b08bd06 readelf: Fix typo in --version-info documentation
new 7c50362625b [gdb/testsuite] Drop address from test name in gdb.arch/amd [...]
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/testsuite/gdb.arch/amd64-shadow-stack-corefile.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 release/2.41/master
in repository glibc.
from 580746904b x86: fix wmemset ifunc stray '!' (bug 33542)
new 1f57ffdf35 aarch64: Disable ZA state of SME in setjmp and sigsetjmp
new 97076e0cf1 aarch64: update tests for SME
new 1a0ee26714 aarch64: define macro for calling __libc_arm_za_disable
new 889ae4bdbb aarch64: clear ZA state of SME before clone and clone3 syscalls
new e4ffcf32b9 aarch64: tests for SME
new 5bf8ee7ad5 aarch64: fix cfi directives around __libc_arm_za_disable
The 6 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 | 14 ++-
sysdeps/aarch64/__longjmp.S | 19 +---
sysdeps/aarch64/setjmp.S | 6 ++
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 | 94 +++++++++++++++++
sysdeps/aarch64/tst-sme-jmp.c | 86 ++-------------
sysdeps/aarch64/tst-sme-signal.c | 115 +++++++++++++++++++++
sysdeps/aarch64/tst-sme-skeleton.c | 101 ++++++++++++++++++
.../aarch64/tst-sme-vfork.c | 40 ++++---
sysdeps/aarch64/tst-sme-za-state.c | 52 ++++++++++
sysdeps/unix/sysv/linux/aarch64/clone.S | 3 +
sysdeps/unix/sysv/linux/aarch64/clone3.S | 3 +
sysdeps/unix/sysv/linux/aarch64/setcontext.S | 21 +---
sysdeps/unix/sysv/linux/aarch64/sysdep.h | 39 +++++++
sysdeps/unix/sysv/linux/aarch64/vfork.S | 3 +
17 files changed, 614 insertions(+), 159 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-helper.h
create mode 100644 sysdeps/aarch64/tst-sme-signal.c
create mode 100644 sysdeps/aarch64/tst-sme-skeleton.c
copy elf/tst-link-map-contiguous-main.c => sysdeps/aarch64/tst-sme-vfork.c (53%)
create mode 100644 sysdeps/aarch64/tst-sme-za-state.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 gcc.
from bbd96065fa7 c++: Implement C++26 P3920R0 - Wording for NB comment resol [...]
new 0f8bcacf6c4 vect: Reduce group size of consecutive strided accesses.
new 3e8cc2f09de vect: Give up if there is no offset_vectype.
new a17e06fa2ab optabs: Do not pun modes smaller than QImode.
new a98b6cf01ba vect: Do not set range for step != 1 [PR121985].
The 4 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/optabs-query.cc | 4 +-
.../gcc.target/riscv/rvv/autovec/pr118019-2.c | 2 +-
.../gcc.target/riscv/rvv/autovec/pr121985.c | 17 ++++++
gcc/tree-vect-data-refs.cc | 4 ++
gcc/tree-vect-loop-manip.cc | 34 ++++++------
gcc/tree-vect-slp.cc | 52 +++++++++---------
gcc/tree-vect-stmts.cc | 63 +++++++++++++++++++---
gcc/tree-vectorizer.h | 4 ++
8 files changed, 127 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr121985.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 release/2.42/master
in repository glibc.
from bf499c2a49 x86: fix wmemset ifunc stray '!' (bug 33542)
new de1fe81f47 aarch64: fix cfi directives around __libc_arm_za_disable
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/unix/sysv/linux/aarch64/sysdep.h | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.