This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from d13f3ac64efb Merge tag 'mips-fixes_6.18_1' of git://git.kernel.org/pub/ [...]
new a24074ca8840 perf/x86/intel/uncore: Remove superfluous check
new f1f96511b1c4 perf: Fix 0 count issue of cpu-clock
new e624f7377599 Merge tag 'perf-urgent-2025-11-23' of git://git.kernel.org [...]
new 807e0d187da4 tick/sched: Fix bogus condition in report_idle_softirq()
new 7b5ab04f035f timekeeping: Fix resource leak in tk_aux_sysfs_init() error paths
new 20739af07383 timers: Fix NULL function pointer race in timer_shutdown_sync()
new 1af5c1d3a902 Merge tag 'timers-urgent-2025-11-23' of git://git.kernel.o [...]
The 7 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:
arch/x86/events/intel/uncore.c | 2 --
kernel/events/core.c | 2 +-
kernel/time/tick-sched.c | 11 +++++------
kernel/time/timekeeping.c | 21 ++++++++++++---------
kernel/time/timer.c | 7 ++++---
5 files changed, 22 insertions(+), 21 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 0f2f068d19a [PATCH] Run feedback directed ipa-split for flag_auto_profile
new 4bcdfc8bda7 Match: Simplify (T1)(a bit_op (T2)b) to (T1)a bit_op (T1)b
new 22d6348957b Test: Add test case for bit_op convert folding
new a8d172b5ff6 Match: Remove unnecessary convert for unsigned SAT_MUL
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:
gcc/match.pd | 25 +++++++++++++++------
gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.1.c | 33 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.2.c | 33 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.3.c | 33 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.4.c | 33 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.5.c | 33 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.6.c | 33 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.h | 13 +++++++++++
8 files changed, 229 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.4.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.5.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.6.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bit_op_cvt.h
--
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 dd40af9ca1a Automatic date update in version.in
new 777079c67c8 [gdb/build, c++20] Fix deprecated implicit capture in cooke [...]
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/dwarf2/cooked-index.c | 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 gcc.
from ed1911b9f1f [tree-optimization] Allow LICM to hoist loads in "self writ [...]
new 0f2f068d19a [PATCH] Run feedback directed ipa-split for flag_auto_profile
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-split.cc | 6 ++++--
1 file changed, 4 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 master
in repository gcc.
from 2239b33d130 OpenMP: Fix "begin declare variant" test failure with -m32
new ed1911b9f1f [tree-optimization] Allow LICM to hoist loads in "self writ [...]
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.dg/vect/vect-licm-hoist-1.c | 24 +++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-licm-hoist-2.c | 26 ++++++++++++++++
gcc/tree-ssa-loop-im.cc | 43 +++++++++++++++++++++++++++
3 files changed, 93 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-licm-hoist-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-licm-hoist-2.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 c4e28a43f3a Daily bump.
new 2239b33d130 OpenMP: Fix "begin declare variant" test failure with -m32
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/c-c++-common/gomp/delim-declare-variant-6.c | 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 releases/gcc-14
in repository gcc.
from c9cecd89e2a Daily bump.
new 52e1841b57e 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 releases/gcc-15
in repository gcc.
from de19b864549 Daily bump.
new b34f570884e 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 releases/gcc-13
in repository gcc.
from 99b00dd5a0d Daily bump.
new 292dd5cce12 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.