This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 52e2bcbd936 libstdc++: Use constexpr-if to slightly simplify <regex>
new 100efce7ec0 libstdc++: Use no_stdname for make_obj_using_allocator feat [...]
new 692b6470706 d: Use __builtin_clear_padding for zeroing alignment holes [...]
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/d/d-codegen.cc | 41 ++++++++++++++++-----------
gcc/d/d-tree.h | 1 +
gcc/d/expr.cc | 53 ++++-------------------------------
gcc/d/toir.cc | 5 ----
libstdc++-v3/include/bits/version.def | 1 +
libstdc++-v3/include/bits/version.h | 1 -
6 files changed, 31 insertions(+), 71 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 cc55260231e gdb: add some scoped_time_its to profile startup time
new 573e600deab gdb/dwarf: replace some "compile unit" terminology with "unit"
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/Makefile.in | 2 +-
gdb/dwarf2/cooked-indexer.c | 2 +-
gdb/dwarf2/cu.h | 4 +-
gdb/dwarf2/line-header.c | 13 ++-
gdb/dwarf2/line-header.h | 2 +-
gdb/dwarf2/read.c | 118 +++++++++++++-------------
gdb/dwarf2/read.h | 18 ++--
gdb/dwarf2/{comp-unit-head.c => unit-head.c} | 121 +++++++++++++--------------
gdb/dwarf2/{comp-unit-head.h => unit-head.h} | 62 +++++++-------
gdb/testsuite/gdb.dwarf2/dw2-error.exp | 2 +-
10 files changed, 167 insertions(+), 177 deletions(-)
rename gdb/dwarf2/{comp-unit-head.c => unit-head.c} (58%)
rename gdb/dwarf2/{comp-unit-head.h => unit-head.h} (66%)
--
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 48d0ac705c4 Handle base type without DW_AT_byte_size
new f7a4e14a0b3 gdbsupport: move run_time_clock::now(user, system) out of r [...]
new 0b79576c9d3 gdb: add scoped_time_it
new cc55260231e gdb: add some scoped_time_its to profile startup time
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:
gdb/dwarf2/cooked-index-worker.c | 9 ++++++--
gdb/dwarf2/cooked-index.c | 7 ++++++-
gdb/dwarf2/read.c | 4 ++++
gdb/maint.c | 44 ++++++++++++++++++++++++++++++++++++++++
gdb/maint.h | 27 ++++++++++++++++++++++++
gdb/mi/mi-main.c | 2 +-
gdb/minsyms.c | 3 +++
gdbsupport/run-time-clock.cc | 22 +++++++++++++++++---
gdbsupport/run-time-clock.h | 26 ++++++++++++++++++------
9 files changed, 131 insertions(+), 13 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.41/master
in repository glibc.
from 5cb575ca9a elf: tst-audit10: split AVX512F code into dedicated function [...]
new 5b4c461701 nptl: Fix pthread_getattr_np when modules with execstack are [...]
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:
NEWS | 2 ++
elf/dl-execstack-tunable.c | 2 +-
elf/dl-execstack.c | 2 +-
elf/dl-load.c | 4 +--
sysdeps/generic/ldsodefs.h | 2 +-
sysdeps/mach/hurd/dl-execstack.c | 5 ++--
sysdeps/pthread/Makefile | 9 +++++++
.../pthread/tst-stack2-mod.c | 31 ++++++++++++----------
.../pthread/tst-stack2.c | 27 ++++++++++++-------
sysdeps/unix/sysv/linux/dl-execstack.c | 7 ++---
10 files changed, 54 insertions(+), 37 deletions(-)
copy stdlib/tst-setenv-environ.c => sysdeps/pthread/tst-stack2-mod.c (66%)
copy elf/tst-dlopen-tlsreinit1.c => sysdeps/pthread/tst-stack2.c (62%)
--
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 d84fbc516ea simplify-rtx: Combine bitwise operations in more cases
new 52e2bcbd936 libstdc++: Use constexpr-if to slightly simplify <regex>
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/regex_compiler.h | 67 +++++++++++-----------------
libstdc++-v3/include/bits/regex_compiler.tcc | 2 +-
libstdc++-v3/include/bits/regex_executor.tcc | 17 ++++---
3 files changed, 40 insertions(+), 46 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 77930e0447 benchtest: Correct shell script related to bench-malloc-thread
new 2be836fe44 stdio: Remove UB on printf_fp
new 4c966c0780 RISC-V: Use builtin for ffs and ffsll while supported extens [...]
new 0c34259423 nptl: Fix pthread_getattr_np when modules with execstack are [...]
new 92f7b6061d math: Fix UB on atanhf (BZ 32918)
new 4a1b96bf52 math: Fix UB on coshf (BZ 32919)
new de0c4adf94 math: Fix UB on logf (BZ 32920)
new c8775c0423 math: Fix UB on sinhf (BZ 32921)
new 7619c1b032 math: Fix UB on cbrtf (BZ 32922)
new 8eeb7de8a2 math: Fix UB on cospif (BZ 32923)
new 7a0d7fb25c math: Fix UB on erfcf (BZ 32924)
new 84977600da math: Fix UB on sinpif (BZ 32925)
The 11 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-execstack-tunable.c | 2 +-
elf/dl-execstack.c | 2 +-
elf/dl-load.c | 4 +--
stdio-common/printf_fp.c | 18 ++++++-------
sysdeps/generic/ldsodefs.h | 2 +-
sysdeps/ieee754/flt-32/e_atanhf.c | 4 +--
sysdeps/ieee754/flt-32/e_coshf.c | 6 ++---
sysdeps/ieee754/flt-32/e_logf.c | 2 +-
sysdeps/ieee754/flt-32/e_sinhf.c | 6 ++---
sysdeps/ieee754/flt-32/s_cbrtf.c | 6 ++---
sysdeps/ieee754/flt-32/s_cospif.c | 6 ++---
sysdeps/ieee754/flt-32/s_erfcf.c | 4 +--
sysdeps/ieee754/flt-32/s_sinpif.c | 8 +++---
sysdeps/mach/hurd/dl-execstack.c | 5 ++--
sysdeps/pthread/Makefile | 9 +++++++
.../pthread/tst-stack2-mod.c | 31 ++++++++++++----------
.../pthread/tst-stack2.c | 27 ++++++++++++-------
sysdeps/riscv/math-use-builtins-ffs.h | 10 +++++++
sysdeps/unix/sysv/linux/dl-execstack.c | 7 ++---
19 files changed, 92 insertions(+), 67 deletions(-)
copy stdlib/tst-setenv-environ.c => sysdeps/pthread/tst-stack2-mod.c (66%)
copy elf/tst-dlopen-tlsreinit1.c => sysdeps/pthread/tst-stack2.c (62%)
create mode 100644 sysdeps/riscv/math-use-builtins-ffs.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 gcc.
from 69669180d29 i386: Disable string insn from non-default AS for Pmode != [...]
new d84fbc516ea simplify-rtx: Combine bitwise operations in more cases
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/simplify-rtx.cc | 50 +++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/simd/bic_orn_1.c | 17 ++++++++
2 files changed, 67 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/bic_orn_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 3463100f2d x86: Detect Intel Diamond Rapids
new 2451ef5c4a pthreads NPTL: lost wakeup fix 2
new ea13a35e37 nptl: Update comments and indentation for new condvar implem [...]
new d0da34ad30 nptl: Remove unnecessary catch-all-wake in condvar group switch
new 6f5ba03968 nptl: Remove unnecessary quadruple check in pthread_cond_wait
new fc2a25417d nptl: Remove g_refs from condition variables
new 582c99b2c0 nptl: Use a single loop in pthread_cond_wait instaed of a ne [...]
new 2fdc0afd07 nptl: Fix indentation
new ac5da3c0e4 nptl: rename __condvar_quiesce_and_switch_g1
new b1eb369aee nptl: Use all of g1_start and g_signals
new d33d10642f nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 v [...]
The 10 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:
nptl/pthread_cond_broadcast.c | 8 +-
nptl/pthread_cond_common.c | 109 +++----------
nptl/pthread_cond_signal.c | 19 ++-
nptl/pthread_cond_wait.c | 278 +++++++-------------------------
nptl/tst-cond22.c | 12 +-
sysdeps/nptl/bits/thread-shared-types.h | 5 +-
sysdeps/nptl/pthread.h | 2 +-
7 files changed, 101 insertions(+), 332 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 a7175864d96 [gdb/contrib] Add script to license check new files
new 48d0ac705c4 Handle base type without DW_AT_byte_size
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/read.c | 67 ++++++++++++++++++++----------------
gdb/testsuite/gdb.dwarf2/intbits.c | 3 ++
gdb/testsuite/gdb.dwarf2/intbits.exp | 19 +++++++++-
3 files changed, 59 insertions(+), 30 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.40/master
in repository glibc.
from d8a1a1aef7 x86: Detect Intel Diamond Rapids
new 736e673505 pthreads NPTL: lost wakeup fix 2
new 88d999d840 nptl: Update comments and indentation for new condvar implem [...]
new 136a29f9d0 nptl: Remove unnecessary catch-all-wake in condvar group switch
new 2a259b6d77 nptl: Remove unnecessary quadruple check in pthread_cond_wait
new a2465f4293 nptl: Remove g_refs from condition variables
new fa110993a6 nptl: Use a single loop in pthread_cond_wait instaed of a ne [...]
new afbf0d4685 nptl: Fix indentation
new 2ad6949734 nptl: rename __condvar_quiesce_and_switch_g1
new 7f71824b80 nptl: Use all of g1_start and g_signals
new 8d3dd23e3d nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 v [...]
The 10 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:
nptl/pthread_cond_broadcast.c | 8 +-
nptl/pthread_cond_common.c | 109 +++----------
nptl/pthread_cond_signal.c | 19 ++-
nptl/pthread_cond_wait.c | 278 +++++++-------------------------
nptl/tst-cond22.c | 12 +-
sysdeps/nptl/bits/thread-shared-types.h | 5 +-
sysdeps/nptl/pthread.h | 2 +-
7 files changed, 101 insertions(+), 332 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.