This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f82227cc36a Don't run tests requiring "B" on designs without "B"
new 127c05f4933 forwprop: Recongize a store of integral zero for optimize_a [...]
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.dg/torture/copy-prop-aggr-zero-1.c | 28 ++++++++++++++++++++++
.../gcc.dg/torture/copy-prop-aggr-zero-2.c | 28 ++++++++++++++++++++++
.../gcc.dg/tree-ssa/copy-prop-aggregate-zero-1.c | 28 ++++++++++++++++++++++
.../gcc.dg/tree-ssa/copy-prop-aggregate-zero-2.c | 25 +++++++++++++++++++
.../gcc.dg/tree-ssa/copy-prop-aggregate-zero-3.c | 25 +++++++++++++++++++
gcc/tree-ssa-forwprop.cc | 15 ++++++++++++
6 files changed, 149 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/copy-prop-aggr-zero-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/copy-prop-aggr-zero-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-prop-aggregate-zero-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-prop-aggregate-zero-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/copy-prop-aggregate-zero-3.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 release/2.40/master
in repository glibc.
from 95c9b7351c AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
new 2f0c3a5287 AArch64: Optimize algorithm in users of SVE expf helper
new bfd0490911 AArch64: Optimize inverse trig functions
new 0348dd8b98 AArch64: Improve codegen in SVE log1p
new 01ab94cf78 AArch64: Optimize SVE exp functions
new a79fbf10e7 AArch64: Optimise SVE FP64 Hyperbolics
new 3e5dfac7cc AArch64: Improve codegen SVE log1p helper
The 6 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/acos_advsimd.c | 56 ++++++----
sysdeps/aarch64/fpu/acos_sve.c | 75 ++++++++-----
sysdeps/aarch64/fpu/acosh_sve.c | 6 +-
sysdeps/aarch64/fpu/asin_advsimd.c | 46 +++++---
sysdeps/aarch64/fpu/asin_sve.c | 74 ++++++++-----
sysdeps/aarch64/fpu/asinf_advsimd.c | 31 +++---
sysdeps/aarch64/fpu/atan2_advsimd.c | 128 +++++++++++----------
sysdeps/aarch64/fpu/atan2_sve.c | 107 ++++++++++++------
sysdeps/aarch64/fpu/atan2f_advsimd.c | 64 ++++++-----
sysdeps/aarch64/fpu/atan2f_sve.c | 61 ++++++----
sysdeps/aarch64/fpu/atan_advsimd.c | 83 +++++++-------
sysdeps/aarch64/fpu/atan_sve.c | 104 ++++++++++-------
sysdeps/aarch64/fpu/atanf_advsimd.c | 97 +++++++++-------
sysdeps/aarch64/fpu/atanf_sve.c | 84 ++++++++------
sysdeps/aarch64/fpu/atanh_sve.c | 3 +-
sysdeps/aarch64/fpu/cosh_sve.c | 135 ++++++++++++++---------
sysdeps/aarch64/fpu/coshf_sve.c | 6 +-
sysdeps/aarch64/fpu/exp10f_sve.c | 53 ++++-----
sysdeps/aarch64/fpu/exp2_sve.c | 76 ++++++-------
sysdeps/aarch64/fpu/exp2f_sve.c | 35 ++----
sysdeps/aarch64/fpu/expf_sve.c | 6 +-
sysdeps/aarch64/fpu/expm1_sve.c | 202 ++++++++++++++++++++++++----------
sysdeps/aarch64/fpu/log1p_sve.c | 84 ++++++++++----
sysdeps/aarch64/fpu/sinh_sve.c | 165 ++++++++++++++++++---------
sysdeps/aarch64/fpu/sv_expf_inline.h | 30 ++---
sysdeps/aarch64/fpu/sv_log1p_inline.h | 86 +++++++++++----
sysdeps/aarch64/fpu/tanh_sve.c | 154 ++++++++++++++++----------
27 files changed, 1251 insertions(+), 800 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 9ef3249a00f Emit DAPException when too many variable children are reqeusted
new cbb91fe3822 ld: Add a test for PR ld/24576
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:
ld/testsuite/ld-scripts/pr24576-1.d | 3 +++
ld/testsuite/ld-scripts/script.exp | 1 +
2 files changed, 4 insertions(+)
create mode 100644 ld/testsuite/ld-scripts/pr24576-1.d
--
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 release/2.40/master
in repository glibc.
from 2eb180377b posix: Fix double-free after allocation failure in regcomp ( [...]
new 95c9b7351c AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
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/unix/sysv/linux/aarch64/cpu-features.c | 1 +
1 file changed, 1 insertion(+)
--
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 release/2.39/master
in repository glibc.
from b027d5b145 posix: Fix double-free after allocation failure in regcomp ( [...]
new b6ea8902a7 AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
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/unix/sysv/linux/aarch64/cpu-features.c | 1 +
1 file changed, 1 insertion(+)
--
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 release/2.41/master
in repository glibc.
from 1502c248d5 nptl: Fix SYSCALL_CANCEL for return values larger than INT_M [...]
new daa4de5253 AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
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/unix/sysv/linux/aarch64/cpu-features.c | 1 +
1 file changed, 1 insertion(+)
--
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 release/2.42/master
in repository glibc.
from c5476b7907 hurd: support: Fix running SGID tests
new 8a726b6304 malloc: Remove redundant NULL check
new c491dabd8a malloc: Fix MAX_TCACHE_SMALL_SIZE
new a96a82c4a5 malloc: Make sure tcache_key is odd enough
new d7274d718e malloc: Fix checking for small negative values of tcache_key
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:
malloc/malloc.c | 41 +++++++++++++++++++++++++++--------------
1 file changed, 27 insertions(+), 14 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 f2a85db9eee tree-optimization/121488 - improve BIT_FIELD_REF lookup in VN
new f82227cc36a Don't run tests requiring "B" on designs without "B"
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/sourcebuild.texi | 8 +++++++-
gcc/testsuite/gcc.target/riscv/pr116085.c | 3 +--
gcc/testsuite/gcc.target/riscv/pr117690.c | 2 +-
gcc/testsuite/gcc.target/riscv/pr120333.c | 2 +-
gcc/testsuite/gcc.target/riscv/zba-shNadd-10.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 26 ++++++++++++++++++++++++++
6 files changed, 37 insertions(+), 6 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 3c64cee8151 Automatic date update in version.in
new ddd2795c522 Do not allow DAP clients to dereference "void *"
new 9ef3249a00f Emit DAPException when too many variable children are reqeusted
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/python/lib/gdb/dap/varref.py | 4 ++++
gdb/python/lib/gdb/printing.py | 14 ++++++++++----
gdb/testsuite/gdb.dap/scopes.c | 2 ++
gdb/testsuite/gdb.dap/scopes.exp | 37 +++++++++++++++++++++++++++++++------
4 files changed, 47 insertions(+), 10 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 86abacb710b RISC-V: Add testcase for scalar unsigned SAT_MUL form 2
new 45a56f42b49 tree-optimization/121362 - fixup thinko in earlier change
new f2a85db9eee tree-optimization/121488 - improve BIT_FIELD_REF lookup in VN
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/tree-ssa/ssa-fre-108.c | 30 +++++++++++++++++++++++++++++
gcc/tree-ssa-sccvn.cc | 21 ++++++++++++++++++--
2 files changed, 49 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-108.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.