This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 720e891637 riscv: Add Zbkb optimized repeat_bytes helper
new 332f8e62af tls: Add debug logging for TLS and TCB management
new d4d472366b docs: Add dynamic linker environment variable docs
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:
elf/dl-tls.c | 6 ++++
elf/rtld.c | 4 ++-
manual/dynlink.texi | 66 ++++++++++++++++++++++++++++++++++++++++++
nptl/Makefile | 7 +++++
nptl/allocatestack.c | 14 +++++++++
nptl/nptl-stack.c | 23 +++++++++++++--
nptl/pthread_create.c | 4 +++
nptl/tst-dl-debug-tid.c | 69 ++++++++++++++++++++++++++++++++++++++++++++
nptl/tst-dl-debug-tid.sh | 72 ++++++++++++++++++++++++++++++++++++++++++++++
sysdeps/generic/ldsodefs.h | 3 +-
10 files changed, 264 insertions(+), 4 deletions(-)
create mode 100644 nptl/tst-dl-debug-tid.c
create mode 100644 nptl/tst-dl-debug-tid.sh
--
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 870fed53f5e LoongArch: Improve TARGET_MODES_TIEABLE_P implementation
new b7681958bad xtensa: Revise implementation of hardware FP rounding instructions
new ec7cc280c10 Ada: Add testcase for missed loop vectorization on x86-64/Windows
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/xtensa/xtensa.md | 13 ++++++-------
gcc/testsuite/gnat.dg/vect19.adb | 17 +++++++++++++++++
gcc/testsuite/gnat.dg/vect19.ads | 7 +++++++
gcc/testsuite/gnat.dg/vect19_pkg.adb | 12 ++++++++++++
gcc/testsuite/gnat.dg/vect19_pkg.ads | 9 +++++++++
5 files changed, 51 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/vect19.adb
create mode 100644 gcc/testsuite/gnat.dg/vect19.ads
create mode 100644 gcc/testsuite/gnat.dg/vect19_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/vect19_pkg.ads
--
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 a0cc9450a03 vect: Fix null dereference in boolean reductions [PR122475]
new d102db7194a LoongArch: Correct the cost of mulh.{w[u]/d[u]}
new fbd9051a96a LoongArch: Improve TARGET_CAN_CHANGE_MODE_CLASS implementation
new 2ae8cb4201c LoongArch: Optimize AND large immediate operation
new dddb16c8170 LoongArch: Eliminate unnecessary dependencies introduced by [...]
new 796aa9e3977 LoongArch: Make full use of load insns with unsigned extension
new 870fed53f5e LoongArch: Improve TARGET_MODES_TIEABLE_P implementation
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:
gcc/config/loongarch/lasx.md | 33 +++++++-
gcc/config/loongarch/loongarch-protos.h | 1 +
gcc/config/loongarch/loongarch.cc | 89 +++++++++++++++++++---
gcc/config/loongarch/loongarch.md | 37 ++++++++-
gcc/config/loongarch/predicates.md | 5 ++
.../gcc.target/loongarch/and-large-immediate-opt.c | 14 ++++
.../gcc.target/loongarch/extendsidi2-combine.c | 13 ++++
.../gcc.target/loongarch/lasx-xvpermi_q-opt.c | 44 +++++++++++
.../gcc.target/loongarch/mem-and-mask-opt.c | 23 ++++++
.../gcc.target/loongarch/mode-tieable-opt.c | 17 +++++
gcc/testsuite/gcc.target/loongarch/mulh_wu.c | 10 +++
gcc/testsuite/gcc.target/loongarch/spill-less.c | 14 ++++
.../gcc.target/loongarch/vec_pack_unpack_256.c | 18 +++--
.../loongarch/vector/lasx/lasx-builtin.c | 2 +-
14 files changed, 301 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/loongarch/and-large-immediate-opt.c
create mode 100644 gcc/testsuite/gcc.target/loongarch/extendsidi2-combine.c
create mode 100644 gcc/testsuite/gcc.target/loongarch/lasx-xvpermi_q-opt.c
create mode 100644 gcc/testsuite/gcc.target/loongarch/mem-and-mask-opt.c
create mode 100644 gcc/testsuite/gcc.target/loongarch/mode-tieable-opt.c
create mode 100644 gcc/testsuite/gcc.target/loongarch/mulh_wu.c
create mode 100644 gcc/testsuite/gcc.target/loongarch/spill-less.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 b41f9646519 x86-64: Inline memmove with overlapping unaligned loads and stores
new a0cc9450a03 vect: Fix null dereference in boolean reductions [PR122475]
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/pr122475.c | 13 +++++++++
.../gcc.target/aarch64/sve/vect-reduc-bool-19.c | 17 ++++++++++++
.../gcc.target/aarch64/sve/vect-reduc-bool-20.c | 32 ++++++++++++++++++++++
gcc/tree-vect-loop.cc | 4 ++-
4 files changed, 65 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr122475.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/vect-reduc-bool-19.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/vect-reduc-bool-20.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 binutils-gdb.
from 2445d240d18 gas: sframe: improve code comments around SFRAME_FRE_BASE_R [...]
new ef442f8e7f1 libsframe: use sframe_decoder_get_funcdesc_v2 in dumper
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:
libsframe/sframe-dump.c | 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 binutils-gdb.
from f685e3953f9 elf: Don't set its DT_VERSYM entry for unversioned symbol
new 2445d240d18 gas: sframe: improve code comments around SFRAME_FRE_BASE_R [...]
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:
gas/gen-sframe.c | 6 +++---
gas/gen-sframe.h | 3 ++-
2 files changed, 5 insertions(+), 4 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 603d5fa176d btrace: stopped_by_*() consider the selected thread
new f685e3953f9 elf: Don't set its DT_VERSYM entry for unversioned symbol
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:
bfd/elflink.c | 37 ++++++++++++++++++++++++++++---------
ld/testsuite/ld-elfvers/vers16.dsym | 4 ++--
2 files changed, 30 insertions(+), 11 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 626360da444 ctf-archive sanity checks
new 4a9efbe8b0b gdb, btrace: fix pr19340
new a00d335a2d7 gdb, record: notify frame change on 'record stop' when sele [...]
new 0b6e72d4c13 btrace: update record_btrace_stop_replaying_at_end
new 92dc62fe6e1 btrace: do not stop replaying or recording while a thread i [...]
new 9a8c16ee848 btrace: do not allow moving running threads with 'record goto'
new add41f3be29 btrace: clear thread stopped state when stopping replaying
new 522ff727b63 gdb, btrace: simplify gdb.btrace/multi-inferior.exp
new 921838d6db3 gdb, btrace: set wait status to ignore if nothing is moving
new 732ed016e23 gdb, remote: adjust debug printing
new d0844398e2b btrace, infrun: simplify scheduler-locking replay
new 07fe1be26cb btrace, infrun: replay scheduler locking only depends on to [...]
new 10a280caf51 btrace: remove update_thread_list() and thread_alive()
new 603d5fa176d btrace: stopped_by_*() consider the selected thread
The 13 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/doc/gdb.texinfo | 3 +
gdb/infrun.c | 13 ++--
gdb/record-btrace.c | 93 ++++++++++++++++-------------
gdb/record-full.c | 3 +-
gdb/record.c | 19 +++---
gdb/remote.c | 12 ++--
gdb/target-delegates-gen.c | 22 ++++---
gdb/target.h | 6 +-
gdb/testsuite/gdb.btrace/enable-running.exp | 2 +-
gdb/testsuite/gdb.btrace/multi-inferior.exp | 23 ++-----
gdb/testsuite/gdb.btrace/step.exp | 29 ++++++---
11 files changed, 119 insertions(+), 106 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.