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 4ba441ecae8 Daily bump.
new 2519150613d Daily bump.
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/DATESTAMP | 2 +-
1 file 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 release/2.39/master
in repository glibc.
from b6ea8902a7 AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
new 3a78a276a3 AArch64: Optimize inverse trig functions
new 392e6cf1e8 AArch64: Improve codegen in SVE log1p
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:
sysdeps/aarch64/fpu/acos_advsimd.c | 56 +++++++++------
sysdeps/aarch64/fpu/acos_sve.c | 75 ++++++++++++--------
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/log1p_sve.c | 84 +++++++++++++++++------
14 files changed, 664 insertions(+), 430 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 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.