This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from f9bb6bcff6 aarch64: Optimise AdvSIMD atanhf
new 83dd79dffb nptl: Check alignment of pthread structs
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/nptl/pthreadP.h | 8 +++++---
1 file changed, 5 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 56c6612598a libstdc++: Fix debug mode for unordered containers.
new 1d1d12da6dd amdgcn, libgomp: improve generic device errors
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:
libgomp/plugin/plugin-gcn.c | 20 +++++++++++++++++++-
libgomp/testsuite/lib/libgomp.exp | 2 +-
2 files changed, 20 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 master
in repository gcc.
from cea34ac07e3 Select both inbranch and notinbranch clone during SIMD call [...]
new 56c6612598a libstdc++: Fix debug mode for unordered containers.
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:
libstdc++-v3/include/debug/safe_unordered_base.h | 6 ++++++
1 file changed, 6 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 binutils-gdb.
from a5818f278a3 Add warning message to readelf for local symbols that refer [...]
new 06e470d8fc0 gdb: handle unlimited screen width case in print_gdb_hints
new 07192f37f6e Return bool from ada_is_modular_type
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:
gdb/ada-lang.c | 4 ++--
gdb/ada-lang.h | 4 +++-
gdb/top.c | 9 ++++-----
3 files changed, 9 insertions(+), 8 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 27d9cefeebc vrp: Infer ranges from constant aggregates with initializers (v4)
new cea34ac07e3 Select both inbranch and notinbranch clone during SIMD call [...]
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/gomp/pr110485.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-simd-clone-24.c | 22 ++++
gcc/tree-vect-stmts.cc | 143 ++++++++++++++-----------
gcc/tree-vectorizer.h | 6 +-
4 files changed, 107 insertions(+), 66 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-simd-clone-24.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 6f869f54fb aarch64: Add tests for glibc.cpu.aarch64_bti behaviour
new 0e80864c07 aarch64: Optimise AdvSIMD acoshf
new 0e734b2b0c aarch64: Optimise AdvSIMD asinhf
new f9bb6bcff6 aarch64: Optimise AdvSIMD atanhf
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/fpu/acoshf_advsimd.c | 79 ++++++++++++++++++++++++++++--------
sysdeps/aarch64/fpu/asinhf_advsimd.c | 76 ++++++++++++++++++++++++----------
sysdeps/aarch64/fpu/atanhf_advsimd.c | 54 ++++++++++++++++--------
3 files changed, 154 insertions(+), 55 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 e0dd9c0a604 libstdc++: Convertibility of rank == 0 layouts, LWG4272.
new 27d9cefeebc vrp: Infer ranges from constant aggregates with initializers (v4)
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/doc/invoke.texi | 3 +
gcc/gimple-range-fold.cc | 201 ++++++++++++++++++++-
gcc/gimple-range-fold.h | 1 +
gcc/params.opt | 4 +
gcc/testsuite/gcc.dg/ipa/vrp-from-cst-agg-1.c | 33 ++++
gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-1.c | 32 ++++
gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-2.c | 57 ++++++
gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-3.c | 30 +++
gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-4.c | 30 +++
gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-5.c | 36 ++++
gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-6.c | 42 +++++
gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-7.c | 36 ++++
12 files changed, 501 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/vrp-from-cst-agg-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-4.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-5.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-6.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp-from-cst-agg-7.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 72a360c7804 amdgcn, libgomp: use xfail for gfx908 requires tests
new 409114931c8 i386: Fix gcc.dg/asm-hard-reg-9.c
new e0dd9c0a604 libstdc++: Convertibility of rank == 0 layouts, LWG4272.
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/testsuite/gcc.dg/asm-hard-reg-9.c | 2 +-
libstdc++-v3/include/std/mdspan | 36 ++++++----
.../23_containers/mdspan/layouts/ctors.cc | 82 ++++++++++++++++++----
.../23_containers/mdspan/layouts/padded.cc | 13 ++--
4 files changed, 97 insertions(+), 36 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 e3c40c8db0 aarch64: Optimise AdvSIMD log10
new ccb5083553 aarch64: fix makefile formatting
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/aarch64/Makefile | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.