This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from 5d65b2287 Cygwin: dumper: port to AArch64
new d0b70afbc Cygwin: add dummy implementation of _fe_nomask_env
new 9653999c2 Cygwin: malloc_wrapper: port to AArch64
new aeea9ae36 Cygwin: signal: make context structures registers handling portable
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:
winsup/cygwin/exceptions.cc | 51 ++++++++++++----------
winsup/cygwin/fenv.c | 10 +++++
winsup/cygwin/include/cygwin/signal.h | 77 ++++++++++++++++++++++++++++++++-
winsup/cygwin/local_includes/register.h | 25 +++++++++++
winsup/cygwin/mm/malloc_wrapper.cc | 14 ++++++
winsup/cygwin/profil.c | 7 +--
winsup/cygwin/thread.cc | 3 +-
winsup/utils/profiler.cc | 7 +--
8 files changed, 159 insertions(+), 35 deletions(-)
create mode 100644 winsup/cygwin/local_includes/register.h
--
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 1f252ce4b2b gas deferrred diags leak
new 168c017e206 s390x sframe regressions
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:
bfd/elf64-s390.c | 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 dc07752af00 x86: Check all 0s/1s vectors with standard_sse_constant_p
new f01216a0b71 Match: Refine the widen mul check for SAT_MUL pattern
new f7f0539ae9c RISC-V: Add testcase for rv32 SAT_MUL from uint64
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/match.pd | 3 +--
.../sat/{sat_u_mul-1-u16-from-u128.c => sat_u_mul-1-u16-from-u64.c} | 4 ++--
.../sat/{sat_u_mul-1-u32-from-u128.c => sat_u_mul-1-u32-from-u64.c} | 4 ++--
.../sat/{sat_u_mul-1-u8-from-u128.c => sat_u_mul-1-u8-from-u64.c} | 4 ++--
...sat_u_mul-run-1-u16-from-u128.c => sat_u_mul-run-1-u16-from-u64.c} | 4 ++--
...sat_u_mul-run-1-u32-from-u128.c => sat_u_mul-run-1-u32-from-u64.c} | 4 ++--
.../{sat_u_mul-run-1-u8-from-u128.c => sat_u_mul-run-1-u8-from-u64.c} | 4 ++--
7 files changed, 13 insertions(+), 14 deletions(-)
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-1-u16-from-u128.c => sat_u_mul- [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-1-u32-from-u128.c => sat_u_mul- [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-1-u8-from-u128.c => sat_u_mul-1 [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-run-1-u16-from-u128.c => sat_u_ [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-run-1-u32-from-u128.c => sat_u_ [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-run-1-u8-from-u128.c => sat_u_m [...]
--
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 07d8de9174c x86-64: Add --enable-x86-64-mfentry
new dc07752af00 x86: Check all 0s/1s vectors with standard_sse_constant_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/config/i386/i386-features.cc | 12 +++++-------
gcc/testsuite/gcc.target/i386/pr121015.c | 32 ++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr121015.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 762ca0be09e Ada: Add missing guard before accessing the Underlying_Reco [...]
new 4157d433df1 [RISC-V][PR target/118241] Fix data prefetch predicate/cons [...]
new e7d4593d693 [RISC-V][PR target/118241] Fix data prefetch predicate/cons [...]
new b5d0cfab396 RISC-V: prefetch: const offset needs to have 5 bits zero, not 4
new bf6b07491e5 RISC-V: prefetch: fix LRA failing to allocate reg [PR118241]
new 0588de08620 [committed] [PR rtl-optimization/120242] Fix SUBREG_PROMOTE [...]
The 5 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/constraints.md | 4 +
gcc/config/riscv/predicates.md | 12 +++
gcc/config/riscv/riscv.md | 4 +-
gcc/ext-dce.cc | 112 ++++++++++++++++++++++-----
gcc/testsuite/gcc.dg/torture/pr120242.c | 30 +++++++
gcc/testsuite/gcc.dg/torture/pr120627.c | 27 +++++++
gcc/testsuite/gcc.dg/torture/pr120736.c | 21 +++++
gcc/testsuite/gcc.dg/torture/pr120813.c | 27 +++++++
gcc/testsuite/gcc.target/riscv/pr118241-b.cc | 33 ++++++++
gcc/testsuite/gcc.target/riscv/pr118241.c | 16 ++++
10 files changed, 264 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120242.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120627.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120736.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr120813.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pr118241-b.cc
create mode 100644 gcc/testsuite/gcc.target/riscv/pr118241.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 9c75032b400 libstdc++: Protect PSTL headers against overloaded commas
new 99a3c71db6e [PATCH v2] RISC-V: Vector-scalar widening multiply-(subtrac [...]
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/autovec-opt.md | 48 ++++++++++++++++++++++
gcc/config/riscv/vector-iterators.md | 41 ++++++++++++++++++
gcc/config/riscv/vector.md | 8 ++--
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-1-f16.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-1-f32.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-2-f16.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-2-f32.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-3-f16.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-3-f32.c | 4 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-4-f16.c | 3 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-4-f32.c | 3 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_mulop.h | 30 ++++++++++++++
.../riscv/rvv/autovec/vx_vf/vf_mulop_widen_run.h | 32 +++++++++++++++
.../riscv/rvv/autovec/vx_vf/vf_vfwmacc-run-1-f16.c | 17 ++++++++
.../riscv/rvv/autovec/vx_vf/vf_vfwmacc-run-1-f32.c | 17 ++++++++
.../riscv/rvv/autovec/vx_vf/vf_vfwmsac-run-1-f16.c | 17 ++++++++
.../riscv/rvv/autovec/vx_vf/vf_vfwmsac-run-1-f32.c | 17 ++++++++
17 files changed, 253 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vf_mulop_widen_run.h
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vf_vfwmacc-run [...]
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vf_vfwmacc-run [...]
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vf_vfwmsac-run [...]
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/vf_vfwmsac-run [...]
--
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 b513e4f3e09 Ada: Add missing guard before accessing the Underlying_Reco [...]
new 8aff55e2598 libstdc++: Fix constexpr exceptions for -fno-exceptions
new 9b6b7fed78c libstdc++: Correct value of __cpp_lib_constexpr_exceptions [...]
new 9c75032b400 libstdc++: Protect PSTL headers against overloaded commas
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:
libstdc++-v3/include/bits/version.def | 2 +-
libstdc++-v3/include/bits/version.h | 4 +-
libstdc++-v3/include/pstl/algorithm_impl.h | 24 ++---
libstdc++-v3/include/pstl/memory_impl.h | 4 +-
libstdc++-v3/include/pstl/numeric_impl.h | 4 +-
libstdc++-v3/libsupc++/exception | 1 +
libstdc++-v3/libsupc++/exception_ptr.h | 113 ++++++++++-----------
.../testsuite/18_support/exception/version.cc | 10 ++
8 files changed, 85 insertions(+), 77 deletions(-)
create mode 100644 libstdc++-v3/testsuite/18_support/exception/version.cc
--
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 main
in repository newlib.
from 2aa41b516 Cygwin: pty: TCIFLUSH also clears readahead buffer in the master
new fdcd893b9 Cygwin: mkimport: port to support AArch64
new 771870a9f Cygwin:testsuite: winchild: drop unused variable
new 9bc62f10a Cygwin: profiler: port to AArch64
new 5d65b2287 Cygwin: dumper: port to AArch64
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:
winsup/cygwin/scripts/mkimport | 11 +++++++++++
winsup/testsuite/winsup.api/posix_spawn/winchild.c | 1 -
winsup/utils/dumper.cc | 4 +++-
winsup/utils/profiler.cc | 4 +++-
4 files changed, 17 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 releases/gcc-15
in repository gcc.
from fcc6ce1a493 x86-64: Add RDI clobber to 64-bit dynamic TLS patterns
new 762ca0be09e Ada: Add missing guard before accessing the Underlying_Reco [...]
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/ada/sem_ch4.adb | 1 +
gcc/testsuite/gnat.dg/deref4.adb | 9 +++++++++
gcc/testsuite/gnat.dg/deref4_pkg.ads | 8 ++++++++
3 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/deref4.adb
create mode 100644 gcc/testsuite/gnat.dg/deref4_pkg.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.