This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3dc4bcb0cd0 [RISC-V] Add cpu and tuning structures for spacemit-x60 design
new 5c2fdfc24e3 tree-optimization/122736 - OMP SIMD call mask recording
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/vect-pr122736.c | 22 ++++++++++++++++++++++
gcc/tree-vect-stmts.cc | 27 +++++++++++++++++++--------
2 files changed, 41 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/vect-pr122736.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 8c66b742cf Add new AArch64 HWCAP3 definitions from Linux 6.17 to bits/hwcap.h
new 77f446346a htl: fix compatibility
new bb3524a879 htl: move pthread_getname_np/setname_np into libc.
new d989840693 htl: move pthread_hurd_cond_timedwait_np, pthread_hurd_cond_ [...]
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:
htl/Makefile | 8 ++++----
htl/Versions | 24 +++++++++++++++++++-----
sysdeps/htl/pthreadP.h | 5 +++++
sysdeps/mach/htl/pt-getname-np.c | 10 +++++++++-
sysdeps/mach/htl/pt-setname-np.c | 9 ++++++++-
sysdeps/mach/hurd/htl/pt-hurd-cond-timedwait.c | 7 ++++++-
sysdeps/mach/hurd/htl/pt-hurd-cond-wait.c | 7 ++++++-
sysdeps/mach/hurd/i386/libc.abilist | 8 ++++++++
sysdeps/mach/hurd/i386/libpthread.abilist | 4 ----
sysdeps/mach/hurd/x86_64/libc.abilist | 8 ++++++++
sysdeps/mach/hurd/x86_64/libpthread.abilist | 4 ----
11 files changed, 73 insertions(+), 21 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 facb92812a4 tree-optimization/122723 - masking of .COND_ADD reductions
new 3dc4bcb0cd0 [RISC-V] Add cpu and tuning structures for spacemit-x60 design
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/riscv/riscv-cores.def | 4 +
gcc/config/riscv/riscv-opts.h | 1 +
gcc/config/riscv/riscv.cc | 24 +++++
gcc/config/riscv/riscv.md | 3 +-
gcc/config/riscv/spacemit-x60.md | 190 +++++++++++++++++++++++++++++++++++++++
gcc/doc/riscv-mcpu.texi | 4 +-
gcc/doc/riscv-mtune.texi | 2 +
7 files changed, 226 insertions(+), 2 deletions(-)
create mode 100644 gcc/config/riscv/spacemit-x60.md
--
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 b9579342c6 Remove support for lock elision.
new e53d85947f malloc: Simplify tst-free-errno munmap failure test
new 8c66b742cf Add new AArch64 HWCAP3 definitions from Linux 6.17 to bits/hwcap.h
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/tst-free-errno.c | 98 ++++++++++++----------------
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 3 +
2 files changed, 46 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 releases/gcc-15
in repository gcc.
from d207ebcb5f7 libstdc++: Fix error reporting for filesystem::rename on Wi [...]
new 9fa75e41070 lto/122515: Fix archive offset types for i686
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/lto-wrapper.cc | 18 +++------
gcc/lto/lto-common.cc | 18 ++++++---
gcc/lto/lto-object.cc | 6 +--
gcc/lto/lto.h | 2 +-
gcc/testsuite/gcc.dg/lto/pr122515_0.c | 9 +++++
gcc/testsuite/gcc.dg/lto/pr122515_1.c | 12 ++++++
gcc/testsuite/gcc.dg/lto/pr122515_2.c | 12 ++++++
gcc/testsuite/gcc.dg/lto/pr122515_3.c | 12 ++++++
gcc/testsuite/gcc.dg/lto/pr122515_4.c | 12 ++++++
gcc/testsuite/gcc.dg/lto/pr122515_5.c | 12 ++++++
gcc/testsuite/gcc.dg/lto/pr122515_6.c | 12 ++++++
gcc/testsuite/gcc.dg/lto/pr122515_7.c | 12 ++++++
gcc/testsuite/gcc.dg/lto/pr122515_8.c | 12 ++++++
gcc/testsuite/gcc.dg/lto/pr122515_9.c | 12 ++++++
gcc/testsuite/lib/lto.exp | 69 ++++++++++++++++++++++++++++++++++-
15 files changed, 206 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr122515_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr122515_1.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr122515_2.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr122515_3.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr122515_4.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr122515_5.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr122515_6.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr122515_7.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr122515_8.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr122515_9.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 a4ee0e3597f AArch64: support bf16 to sf extensions [PR121853]
new d207ebcb5f7 libstdc++: Fix error reporting for filesystem::rename on Wi [...]
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/src/filesystem/ops-common.h | 5 +----
libstdc++-v3/testsuite/27_io/filesystem/operations/rename.cc | 10 ++++++++++
2 files changed, 11 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-13
in repository gcc.
from f3b7007bbab middle-end: fix missing converts in vec_cond_expr simplific [...]
new fd465625338 libstdc++: Fix error reporting for filesystem::rename on Wi [...]
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/src/filesystem/ops-common.h | 5 +----
libstdc++-v3/testsuite/27_io/filesystem/operations/rename.cc | 10 ++++++++++
2 files changed, 11 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-14
in repository gcc.
from 1d4b0555d6d vect: Fix operand swapping on complex multiplication detect [...]
new 19da7880d50 libstdc++: Fix error reporting for filesystem::rename on Wi [...]
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/src/filesystem/ops-common.h | 5 +----
libstdc++-v3/testsuite/27_io/filesystem/operations/rename.cc | 10 ++++++++++
2 files changed, 11 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-14
in repository gcc.
from fb2d479dc4f Daily bump.
new 5cf3c9ef2a7 aarch64: backport gfortran target test exp file for aarch64
new 1d4b0555d6d vect: Fix operand swapping on complex multiplication detect [...]
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:
.../{riscv/rvv/rvv.exp => aarch64/aarch64.exp} | 6 +-
.../gfortran.target/aarch64/pr122408_1.f90 | 61 +++++++++
.../gfortran.target/aarch64/pr122408_2.f90 | 140 +++++++++++++++++++++
gcc/tree-vect-slp-patterns.cc | 75 ++++++-----
4 files changed, 247 insertions(+), 35 deletions(-)
copy gcc/testsuite/gfortran.target/{riscv/rvv/rvv.exp => aarch64/aarch64.exp} (88%)
create mode 100644 gcc/testsuite/gfortran.target/aarch64/pr122408_1.f90
create mode 100644 gcc/testsuite/gfortran.target/aarch64/pr122408_2.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.