This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 241380c6d63 aarch64: Add support for unpacked SVE FP conditional binary [...]
new 688f1947bd5 testsuite: Cleanup after auto-profile testcases when auto-p [...]
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/lib/profopt.exp | 2 ++
1 file changed, 2 insertions(+)
--
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 c6d1f58da7e x86: Pass -mno-80387 to compile pr121208-1(a|b).c
new 241380c6d63 aarch64: Add support for unpacked SVE FP conditional binary [...]
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/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64-sve.md | 152 +++++++++++----------
gcc/config/aarch64/aarch64.cc | 27 ++++
.../aarch64/sve/unpacked_cond_binary_bf16_2.C | 18 +++
...tin_fmax_1.c => unpacked_cond_builtin_fmax_2.c} | 37 +----
...tin_fmin_1.c => unpacked_cond_builtin_fmin_2.c} | 37 +----
...packed_cond_fadd_1.c => unpacked_cond_fadd_2.c} | 44 +-----
...packed_cond_fdiv_1.c => unpacked_cond_fdiv_2.c} | 35 +----
...d_builtin_fmax_1.c => unpacked_cond_fmaxnm_2.c} | 37 +----
...d_builtin_fmin_1.c => unpacked_cond_fminnm_2.c} | 37 +----
.../gcc.target/aarch64/sve/unpacked_cond_fmul_2.c | 22 +++
...cked_cond_fsubr_1.c => unpacked_cond_fsubr_2.c} | 40 +-----
12 files changed, 182 insertions(+), 305 deletions(-)
create mode 100644 gcc/testsuite/g++.target/aarch64/sve/unpacked_cond_binary_bf16_2.C
copy gcc/testsuite/gcc.target/aarch64/sve/{unpacked_cond_builtin_fmax_1.c => unpac [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{unpacked_cond_builtin_fmin_1.c => unpac [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{unpacked_cond_fadd_1.c => unpacked_cond [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{unpacked_cond_fdiv_1.c => unpacked_cond [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{unpacked_cond_builtin_fmax_1.c => unpac [...]
copy gcc/testsuite/gcc.target/aarch64/sve/{unpacked_cond_builtin_fmin_1.c => unpac [...]
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/unpacked_cond_fmul_2.c
copy gcc/testsuite/gcc.target/aarch64/sve/{unpacked_cond_fsubr_1.c => unpacked_con [...]
--
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 9e91a99b2bb testsuite: Adjust s390x params for vector tests.
new c6d1f58da7e x86: Pass -mno-80387 to compile pr121208-1(a|b).c
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.target/i386/pr121208-1a.c | 2 +-
gcc/testsuite/gcc.target/i386/pr121208-1b.c | 2 +-
2 files changed, 2 insertions(+), 2 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 c677121d384 Darwin: account for macOS 26
new 50c91681558 testsuite: Adjust s390x params for vector tests.
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/pr112325.c | 1 +
gcc/testsuite/gcc.dg/vect/pr117888-1.c | 1 +
2 files changed, 2 insertions(+)
--
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 b752a4df123 RISC-V: Generate -mcpu and -mtune options from riscv-cores.def.
new 9e91a99b2bb testsuite: Adjust s390x params for vector tests.
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/pr112325.c | 1 +
gcc/testsuite/gcc.dg/vect/pr117888-1.c | 1 +
2 files changed, 2 insertions(+)
--
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 b4da8ee3e61 c++, coroutines: CWG2563 promise lifetime extension [PR115908].
new 823d5948aa2 c++: add passing testcases [PR120243]
new f67c851f03c c++, coroutines: Handle allocation fail returns [PR121219].
new c677121d384 Darwin: account for macOS 26
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/config/darwin-driver.cc | 22 +--
gcc/cp/coroutines.cc | 39 ++++--
.../coroutines/torture/pr120243-unhandled-1.C | 33 +++++
.../coroutines/torture/pr120243-unhandled-2.C | 34 +++++
gcc/testsuite/g++.dg/coroutines/torture/pr121219.C | 149 +++++++++++++++++++++
gcc/testsuite/gcc.dg/darwin-minversion-link.c | 1 +
6 files changed, 254 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr120243-unhandled-1.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr120243-unhandled-2.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr121219.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 glibc.
from 089b4fb90f malloc: Remove redundant NULL check
new 9097cbf5d8 malloc: Enable THP always support on hugetlb tunable
new 258126bc0b Use Linux 6.16, GCC 15, binutils 2.45 in build-many-glibcs.py
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:
malloc/malloc.c | 18 +++++++++++-------
scripts/build-many-glibcs.py | 6 +++---
2 files changed, 14 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.