This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a7ad9cb8130 aarch64: Add testcase for vectorconvert lowering [PR110473]
new 895bbc08d38 aarch64: Add vector popcount besides QImode [PR113859]
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/aarch64/aarch64-simd.md | 41 ++++++++++++++-
gcc/testsuite/gcc.target/aarch64/popcnt-udot.c | 58 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/popcnt-vec.c | 69 ++++++++++++++++++++++++++
3 files changed, 167 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt-udot.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/popcnt-vec.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 36852a189a1 Rename expand_powcabs pass to expand_pow
new a7ad9cb8130 aarch64: Add testcase for vectorconvert lowering [PR110473]
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/aarch64/vect-convert-1.c | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect-convert-1.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.39/master
in repository glibc.
from 74630b1bb7 posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)
new 6cb25aff85 math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488)
new 3950cbd7a1 math: Fix i386 and m68k exp10 on static build (BZ 31775)
new d473c9bb3b math: Fix isnanf128 static build (BZ 31774)
new d2cbfcf1d9 math: Provide missing math symbols on libc.a (BZ 31781)
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:
sysdeps/i386/fpu/w_exp10_compat.c | 9 +++++++--
sysdeps/i386/fpu/w_fmod_compat.c | 7 ++++---
sysdeps/i386/fpu/w_fmodf_compat.c | 7 ++++---
sysdeps/ieee754/float128/s_isnanf128.c | 4 ++++
sysdeps/ieee754/ldbl-64-128/s_copysignl.c | 4 ++--
sysdeps/ieee754/ldbl-64-128/s_frexpl.c | 4 ++--
sysdeps/ieee754/ldbl-64-128/s_modfl.c | 4 ++--
sysdeps/ieee754/ldbl-opt/s_ldexpl.c | 4 ++--
sysdeps/m68k/m680x0/fpu/w_exp10_compat.c | 9 +++++++--
sysdeps/m68k/m680x0/fpu/w_fmod_compat.c | 5 +++--
sysdeps/m68k/m680x0/fpu/w_fmodf_compat.c | 7 ++++---
11 files changed, 41 insertions(+), 23 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 1250540a98e c++: Fix ICE on constexpr placement new [PR115754]
new 578ccc71793 Small optimization for complex addition, real/imag parts the same
new d8fe4f05ef4 Move cabs expansion from powcabs to complex lowering [PR115710]
new a17ce10c97f Add some optimizations to gimple_expand_builtin_cabs
new 36852a189a1 Rename expand_powcabs pass to expand_pow
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:
gcc/passes.def | 2 +-
gcc/testsuite/gcc.dg/pow-sqrt-synth-1.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/cabs-1.c | 14 ++++
gcc/testsuite/gcc.dg/tree-ssa/cabs-2.c | 13 ++++
gcc/testsuite/gcc.dg/tree-ssa/cabs-3.c | 24 ++++++
gcc/testsuite/gcc.dg/tree-ssa/cabs-4.c | 16 ++++
gcc/testsuite/gcc.dg/tree-ssa/cabs-5.c | 22 ++++++
gcc/testsuite/gcc.dg/tree-ssa/cabs-6.c | 16 ++++
gcc/testsuite/gcc.dg/tree-ssa/complex-8.c | 12 +++
gcc/testsuite/gfortran.dg/vect/pr115710.f90 | 18 +++++
gcc/timevar.def | 2 +-
gcc/tree-complex.cc | 109 +++++++++++++++++++++++++++-
gcc/tree-pass.h | 2 +-
gcc/tree-ssa-math-opts.cc | 91 +++--------------------
14 files changed, 258 insertions(+), 87 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cabs-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cabs-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cabs-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cabs-4.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cabs-5.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/cabs-6.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/complex-8.c
create mode 100644 gcc/testsuite/gfortran.dg/vect/pr115710.f90
--
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 linux.
from 734610514cb0 Merge tag 'erofs-for-6.10-rc7-fixes' of git://git.kernel.o [...]
new 3cad1bc01041 filelock: Remove locks reliably when fcntl/close race is detected
new 391b59b04500 fs: better handle deep ancestor chains in is_subdir()
new 655593a40efc afs: Convert comma to semicolon
new dbd8132aced4 Merge tag 'vfs-6.10-rc7.fixes.2' of git://git.kernel.org/p [...]
new 48236960c06d selftests/resctrl: Fix non-contiguous CBM for AMD
new e9d22f7a6655 Merge tag 'linux_kselftest-fixes-6.10-rc7' of git://git.ke [...]
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:
fs/afs/inode.c | 4 ++--
fs/dcache.c | 31 +++++++++++++----------------
fs/locks.c | 9 ++++-----
tools/testing/selftests/resctrl/cat_test.c | 32 ++++++++++++++++++++----------
4 files changed, 42 insertions(+), 34 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 glibc.
from 9f80d8134a debug: Fix clang open fortify wrapper (BZ 31927)
new 4737e6a7a3 hppa/vdso: Provide 64-bit clock_gettime() vDSO only
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/hppa/sysdep.h | 3 ---
1 file changed, 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 master
in repository gcc.
from beb7a418aae c++: Implement C++26 P3144R2 - Deleting a Pointer to an Inc [...]
new 1250540a98e c++: Fix ICE on constexpr placement new [PR115754]
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/cp/constexpr.cc | 5 ++++-
gcc/testsuite/g++.dg/cpp26/pr115754.C | 36 +++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/pr115754.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 linux.
from 1dfe225e9af5 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
new 9d01f6f6d8b5 erofs: fix possible memory leak in z_erofs_gbuf_exit()
new cc69a681b257 erofs: convert to use super_set_uuid to support for FS_IOC [...]
new 9b32b063be10 erofs: ensure m_llen is reset to 0 if metadata is invalid
new 734610514cb0 Merge tag 'erofs-for-6.10-rc7-fixes' of git://git.kernel.o [...]
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:
fs/erofs/super.c | 2 +-
fs/erofs/zmap.c | 2 ++
fs/erofs/zutil.c | 8 ++++----
3 files changed, 7 insertions(+), 5 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 189d0f1fc2c bpf,btf: enable BTF pruning by default for BPF
new cc63b59e884 Regenerate common.opt.urls
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/common.opt.urls | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.