This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f7426ba6c0d tree-optimization/121830 - SLP cycle detection confused by [...]
new 11171cb9809 RISC-V: Adjust tt-ascalon-d8 branch cost
new 2abfcc6cfc9 RISC-V: Add pattern for vector-scalar widening floating-point add
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/riscv/autovec-opt.md | 23 ++++++++++++++++++++++
gcc/config/riscv/riscv.cc | 2 +-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-1-f16.c | 2 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-1-f32.c | 2 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-2-f16.c | 3 ++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-2-f32.c | 3 ++-
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-3-f16.c | 2 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-3-f32.c | 2 ++
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-4-f16.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vf-4-f32.c | 1 +
.../gcc.target/riscv/rvv/autovec/vx_vf/vf_binop.h | 2 +-
...vf_vfwmul-run-1-f16.c => vf_vfwadd-run-1-f16.c} | 4 ++--
...vf_vfwmul-run-1-f32.c => vf_vfwadd-run-1-f32.c} | 4 ++--
13 files changed, 43 insertions(+), 8 deletions(-)
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/{vf_vfwmul-run-1-f16.c => vf [...]
copy gcc/testsuite/gcc.target/riscv/rvv/autovec/vx_vf/{vf_vfwmul-run-1-f32.c => vf [...]
--
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 3b39822a82 misc: Add support for Linux uio.h RWF_DONTCACHE flag
new ed5da9d659 Remove futex_supports_pshared
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:
nptl/pthread_barrierattr_setpshared.c | 6 ++----
nptl/pthread_condattr_setpshared.c | 6 ++----
nptl/pthread_mutexattr_setpshared.c | 6 ++----
nptl/pthread_rwlockattr_setpshared.c | 6 ++----
nptl/sem_init.c | 11 +----------
sysdeps/htl/futex-internal.h | 14 --------------
sysdeps/nptl/futex-internal.h | 20 --------------------
sysdeps/pthread/sem_open.c | 9 ---------
8 files changed, 9 insertions(+), 69 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 8735dae5139 gdb/testsuite: small fix for amd64-extended-prologue-analysis.exp
new 6b27a220321 objdump: Check the SEC_CODE bit for code
new 897d8d7bba5 binutils: Require GNU tail for 'objdump -Wi' test
new ab7f5fd719e PR 33385, Extended Image Header
new 8dc1c6a82cb PR 33385 EOM
new a029db9c425 PR 33385 DST handling
new 1595b0fbd42 PR 33385 unsupported relocs
new a2298f23f2e PR 33385 vms archives
new 62e6979095a vms-alpha: ehdr checks
new 58b625a9c9e vms-alpha: sections array index sanity checks
The 9 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/bfdio.c | 8 ++
bfd/plugin.c | 2 +
bfd/vms-alpha.c | 161 +++++++++++++++-------------
bfd/vms-lib.c | 4 +
binutils/Makefile.am | 1 +
binutils/Makefile.in | 4 +-
binutils/aclocal.m4 | 1 +
binutils/configure | 50 ++++++++-
binutils/configure.ac | 2 +
binutils/objdump.c | 1 +
binutils/testsuite/binutils-all/objdump.exp | 9 +-
config/acx.m4 | 13 +++
include/vms/eihd.h | 2 +
13 files changed, 178 insertions(+), 80 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 4f91825436c doc: Document the -folding option for -fdump-tree-* [PR114892]
new a632becefad tree-optimization/121829 - bogus CFG with asm goto
new f7426ba6c0d tree-optimization/121830 - SLP cycle detection confused by [...]
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/torture/pr121829.c | 21 +++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr121830.c | 13 +++++++++++++
gcc/tree-vect-loop-manip.cc | 33 ++++++++++++++++++---------------
gcc/tree-vect-loop.cc | 4 ++--
gcc/tree-vect-slp.cc | 2 +-
5 files changed, 55 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr121829.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr121830.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 b173557da9 libio: Define AT_RENAME_* with the same tokens as Linux
new b9fe06a8a8 malloc: Fix Os build on some ABIs
new 3795f22d42 alpha: Align stack for alpha
new 3b39822a82 misc: Add support for Linux uio.h RWF_DONTCACHE flag
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:
malloc/malloc.c | 6 ++++++
manual/llio.texi | 4 ++++
misc/tst-preadvwritev2-common.c | 6 +++++-
sysdeps/unix/sysv/linux/alpha/clone.S | 2 ++
sysdeps/unix/sysv/linux/bits/uio-ext.h | 1 +
5 files changed, 18 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 gcc.
from 80b453d5e4b [AutoFDO] Check count initialization to fix ICE with AutoFDO
new 4f91825436c doc: Document the -folding option for -fdump-tree-* [PR114892]
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 +++
1 file changed, 3 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 c2048dae341 RISC-V: Add pattern for vector-scalar single-width floating [...]
new 80b453d5e4b [AutoFDO] Check count initialization to fix ICE with AutoFDO
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/ipa-cp.cc | 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 gcc.
from f6ff531d907 libstdc++: Update link to "Tunables" in Glibc manual
new 592bafb26eb libstdc++: Fix up <ext/pointer.h> [PR121827]
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/ext/pointer.h | 1 +
libstdc++-v3/include/precompiled/extc++.h | 1 -
2 files 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 gdb-17-branch
in repository binutils-gdb.
from 5e7c89d4b4a Automatic date update in version.in
new 8c2a0ecdaf1 gdb/testsuite: small fix for amd64-extended-prologue-analysis.exp
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-extended-prologue-analysis.exp | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.