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 f00e19a0491 libstdc++: backport inline keyword on std::find
new 0430ec8881d c++: ICE with noexcept and local specialization, again [PR114349]
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/name-lookup.cc | 11 +++++++----
gcc/cp/pt.cc | 4 ++--
gcc/testsuite/g++.dg/cpp0x/noexcept84.C | 32 ++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/noexcept85.C | 33 +++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/noexcept86.C | 25 +++++++++++++++++++++++++
5 files changed, 99 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept84.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept85.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept86.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-14
in repository gcc.
from e4a9fb7448a libstdc++: backport inline keyword on std::find
new 5ae344e3aca Fortran: Cray pointer comparison wrongly optimized away [PR106692]
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/fortran/trans-expr.cc | 13 +++++++
gcc/testsuite/gfortran.dg/cray_pointers_13.f90 | 51 ++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/cray_pointers_13.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 releases/gcc-13
in repository gcc.
from c2581c76c07 c++: ICE with reference NSDMI [PR114854]
new f00e19a0491 libstdc++: backport inline keyword on std::find
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/bits/hashtable.h | 4 ++--
1 file changed, 2 insertions(+), 2 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 release/2.35/master
in repository glibc.
from d626c31ce5 x86: Avoid integer truncation with large cache sizes (bug 32470)
new 30384b91ad x86_64: Sort fpu/multiarch/Makefile
new 516180d399 x86_64: Add log2 with FMA
new 0d1c70aa4c x86_64: Add expm1 with FMA
new 41a3e51233 x86_64: Add log1p with FMA
new 543efedcb3 x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]
new 889f99c149 elf: Fix slow tls access after dlopen [BZ #19924]
new a4207d4e83 x86: Only align destination to 1x VEC_SIZE in memset 4x loop
new 710057676d sysdeps/x86/Makefile: Split and sort tests
The 8 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:
elf/dl-close.c | 2 +-
elf/dl-open.c | 8 +-
elf/dl-reloc.c | 6 +-
elf/dl-tls.c | 117 +++++++++++----------
sysdeps/generic/ldsodefs.h | 3 +-
sysdeps/ieee754/dbl-64/s_expm1.c | 7 ++
sysdeps/ieee754/dbl-64/s_log1p.c | 5 +
sysdeps/x86/Makefile | 110 +++++++++++++------
sysdeps/x86/dl-cacheinfo.h | 31 +++---
sysdeps/x86_64/dl-tls.c | 4 +-
sysdeps/x86_64/fpu/multiarch/Makefile | 94 ++++++++++++++---
sysdeps/x86_64/fpu/multiarch/e_log2-fma.c | 3 +
.../x86_64/fpu/multiarch/{e_expf.c => e_log2.c} | 28 ++---
sysdeps/x86_64/fpu/multiarch/s_expm1-fma.c | 10 ++
.../x86_64/fpu/multiarch/s_expm1.c | 23 ++--
sysdeps/x86_64/fpu/multiarch/s_log1p-fma.c | 4 +
.../x86_64/fpu/multiarch/s_log1p.c | 18 ++--
.../x86_64/multiarch/memset-vec-unaligned-erms.S | 2 +-
18 files changed, 308 insertions(+), 167 deletions(-)
create mode 100644 sysdeps/x86_64/fpu/multiarch/e_log2-fma.c
copy sysdeps/x86_64/fpu/multiarch/{e_expf.c => e_log2.c} (60%)
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_expm1-fma.c
copy support/xstdlib.h => sysdeps/x86_64/fpu/multiarch/s_expm1.c (61%)
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_log1p-fma.c
copy support/xstdlib.h => sysdeps/x86_64/fpu/multiarch/s_log1p.c (72%)
--
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-14
in repository gcc.
from a2de88e5d49 testsuite: arm: Add pattern for armv8-m.base to cmse-15.c test
new 26f78a4249b AArch64: correct Cortex-X4 MIDR
new e4a9fb7448a libstdc++: backport inline keyword on std::find
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/aarch64/aarch64-cores.def | 2 +-
libstdc++-v3/include/bits/hashtable.h | 4 ++--
2 files changed, 3 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 master
in repository gcc.
from ddcfae1d1df AArch64: correct Cortex-X4 MIDR
new 68326d5d1a5 vect: Force alignment peeling to vectorize more early break [...]
new 0a462451741 vect: Don't guard scalar epilogue for inverted loops [PR118211]
new f1c6789ab6c vect: Fix dominators when adding a guard to skip the vector [...]
new f4e259b4a66 vect: Ensure we add vector skip guard even when versioning [...]
new 086031c0585 vect: Also cost gconds for scalar [PR118211]
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/testsuite/g++.dg/vect/vect-early-break_6.cc | 25 +++++
gcc/testsuite/gcc.dg/tree-ssa/cunroll-13.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/cunroll-14.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c | 1 +
gcc/testsuite/gcc.dg/unroll-6.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-104.c | 1 +
.../gcc.dg/vect/vect-early-break_108-pr113588.c | 2 +-
.../gcc.dg/vect/vect-early-break_109-pr113588.c | 2 +-
.../gcc.dg/vect/vect-early-break_110-pr113467.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-early-break_130.c | 91 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-early-break_3.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-early-break_65.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-early-break_8.c | 2 +-
.../gcc.dg/vect/vect-switch-search-line-fast.c | 3 +-
gcc/testsuite/gfortran.dg/vect/vect-5.f90 | 1 +
gcc/testsuite/gfortran.dg/vect/vect-8.f90 | 5 +-
gcc/tree-vect-data-refs.cc | 113 ++++++++++++++++++---
gcc/tree-vect-loop-manip.cc | 38 +++++--
gcc/tree-vect-loop.cc | 4 +-
gcc/tree-vectorizer.h | 5 +
20 files changed, 267 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/vect-early-break_6.cc
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_130.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 89629b27182 d: Merge dmd, druntime 34875cd6e1, phobos ebd24da8a
new ddcfae1d1df AArch64: correct Cortex-X4 MIDR
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-cores.def | 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 master
in repository linux.
from f8c6263347e1 Merge tag 'riscv-for-linus-6.13-rc7' of git://git.kernel.o [...]
new 77bf21a03a2a Revert "drm/i915/hdcp: Don't enable HDCP1.4 directly from [...]
new 7ac9f3366fb8 Merge tag 'drm-intel-fixes-2025-01-08' of https://gitlab.f [...]
new 5009628d8509 drm/amd/display: Remove unnecessary amdgpu_irq_get/put
new 7de8d5c90be9 drm/amd/display: fix page fault due to max surface definit [...]
new 21541bc6b442 drm/amd/display: increase MAX_SURFACES to the value suppor [...]
new 5225fd2a2621 drm/amd/display: fix divide error in DM plane scale calcs
new 9738609449c3 drm/amdkfd: fixed page fault when enable MES shader debugger
new 0881fbc4fd62 drm/amd/display: Add check for granularity in dml ceil/flo [...]
new a993d319aebb drm/amdkfd: wq_release signals dma_fence only when available
new 2a238b09bfd0 drm/amd/pm: fix BUG: scheduling while atomic
new 75c8b703e5bd drm/amdgpu: Add a lock when accessing the buddy trim function
new 66d4709abcf8 Merge tag 'amd-drm-fixes-6.13-2025-01-09' of https://gitla [...]
new 9ab498155293 drm/xe: Fix tlb invalidation when wedging
new b84e1cd22f8a drm/xe/dg1: Fix power gate sequence.
new 85bf89f2684e Merge tag 'drm-xe-fixes-2025-01-09' of https://gitlab.free [...]
new d08555758fb1 Revert "drm/mediatek: dsi: Correct calculation formula of [...]
new 36684e9d88a2 drm/mediatek: Set private->all_drm_private[i]->drm to NULL [...]
new da03801ad08f drm/mediatek: Move mtk_crtc_finish_page_flip() to ddp_cmdq_cb()
new f8d9b91739e1 drm/mediatek: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is [...]
new 5c9d7e79ba15 drm/mediatek: Add support for 180-degree rotation in the d [...]
new 924d66011f24 drm/mediatek: stop selecting foreign drivers
new a10f26062a99 Revert "drm/mediatek: Switch to for_each_child_of_node_scoped()"
new ef24fbd8f120 drm/mediatek: Fix YCbCr422 color format issue for DP
new 0d68b55887ce drm/mediatek: Fix mode valid issue for dp
new 8fe3ee95da1b dt-bindings: display: mediatek: dp: Reference common DAI p [...]
new 76aed5e00ff2 drm/mediatek: mtk_dsi: Add registers to pdata to fix MT818 [...]
new c4bd13be1949 drm/mediatek: Remove unneeded semicolon
new 522908140645 drm/mediatek: Add return value check when reading DPCD
new f563dd9ca6cb drm/mediatek: Initialize pointer in mtk_drm_of_ddp_path_bu [...]
new fddb4fd91a95 Merge tag 'mediatek-drm-fixes-20250104' of https://git.ker [...]
new e0daef7de1ac Merge tag 'drm-fixes-2025-01-11' of https://gitlab.freedes [...]
The 31 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:
.../bindings/display/mediatek/mediatek,dp.yaml | 19 +++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_debug.c | 17 ++++++
drivers/gpu/drm/amd/amdkfd/kfd_process.c | 3 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 35 +----------
drivers/gpu/drm/amd/display/dc/core/dc.c | 2 +-
drivers/gpu/drm/amd/display/dc/core/dc_state.c | 8 +--
drivers/gpu/drm/amd/display/dc/dc.h | 4 +-
drivers/gpu/drm/amd/display/dc/dc_stream.h | 2 +-
drivers/gpu/drm/amd/display/dc/dc_types.h | 1 -
.../gpu/drm/amd/display/dc/dml/dml_inline_defs.h | 8 +++
.../drm/amd/display/dc/dml2/dml2_mall_phantom.c | 2 +-
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 2 +
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 12 ++--
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 1 +
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 1 +
drivers/gpu/drm/i915/display/intel_hdcp.c | 12 +++-
drivers/gpu/drm/mediatek/Kconfig | 5 --
drivers/gpu/drm/mediatek/mtk_crtc.c | 25 ++++++--
drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 69 ++++++++++++----------
drivers/gpu/drm/mediatek/mtk_dp.c | 46 +++++++++------
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 13 ++--
drivers/gpu/drm/mediatek/mtk_dsi.c | 49 +++++++++------
drivers/gpu/drm/xe/xe_gt.c | 8 +--
drivers/gpu/drm/xe/xe_gt_idle.c | 10 ++--
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 4 +-
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h | 3 +-
27 files changed, 214 insertions(+), 149 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 4a9a8a5098 Add missing include guards to <dl-tls.h>
new c813c1490d nptl: Add rseq auxvals
new 0e411c5d30 Add generic 'extra TLS'
new 304221775c Add Linux 'extra TLS'
new be440f6c38 nptl: add rtld_hidden_proto to __rseq_size and __rseq_offset
new 494d65129e nptl: Introduce <rseq-access.h> for RSEQ_* accessors
new 93d0bfbe8f nptl: Move the rseq area to the 'extra TLS' block
new 540c817266 nptl: Remove the rseq area from 'struct pthread'
new 072795229c Linux: Update internal copy of '<sys/rseq.h>'
The 8 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:
csu/libc-tls.c | 82 ++++++++++++++++--
elf/dl-tls.c | 72 ++++++++++++++++
nptl/descr.h | 22 +----
nptl/pthread_create.c | 2 +-
.../hurd/xstat64.c => generic/dl-extra_tls.h} | 34 +++++---
sysdeps/i386/nptl/rseq-access.h | 98 ++++++++++++++++++++++
sysdeps/nptl/dl-tls_init_tp.c | 23 +++--
sysdeps/nptl/rseq-access.h | 56 +++++++++++++
sysdeps/unix/sysv/linux/Makefile | 10 +++
sysdeps/unix/sysv/linux/dl-extra_tls.h | 71 ++++++++++++++++
sysdeps/unix/sysv/linux/dl-parse_auxv.h | 7 ++
sysdeps/unix/sysv/linux/dl-rseq-symbols.S | 27 ++++--
sysdeps/unix/sysv/linux/rseq-internal.h | 95 ++++++++++++++++-----
sysdeps/unix/sysv/linux/sched_getcpu.c | 3 +-
sysdeps/unix/sysv/linux/sys/rseq.h | 11 +++
sysdeps/unix/sysv/linux/tst-rseq-disable-static.c | 1 +
sysdeps/unix/sysv/linux/tst-rseq-disable.c | 77 ++++++++++++++---
sysdeps/unix/sysv/linux/tst-rseq-nptl-static.c | 1 +
sysdeps/unix/sysv/linux/tst-rseq-static.c | 1 +
sysdeps/unix/sysv/linux/tst-rseq.c | 97 +++++++++++++++++----
sysdeps/unix/sysv/linux/tst-rseq.h | 3 +-
sysdeps/x86_64/nptl/rseq-access.h | 77 +++++++++++++++++
22 files changed, 760 insertions(+), 110 deletions(-)
copy sysdeps/{mach/hurd/xstat64.c => generic/dl-extra_tls.h} (52%)
create mode 100644 sysdeps/i386/nptl/rseq-access.h
create mode 100644 sysdeps/nptl/rseq-access.h
create mode 100644 sysdeps/unix/sysv/linux/dl-extra_tls.h
create mode 100644 sysdeps/unix/sysv/linux/tst-rseq-disable-static.c
create mode 100644 sysdeps/unix/sysv/linux/tst-rseq-nptl-static.c
create mode 100644 sysdeps/unix/sysv/linux/tst-rseq-static.c
create mode 100644 sysdeps/x86_64/nptl/rseq-access.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.