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 ed4672abb5 i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]
new a52c9b75c7 Optimize __libc_tsd_* thread variable access
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:
include/ctype.h | 9 ++++++---
include/rpc/rpc.h | 3 ++-
locale/localeinfo.h | 3 ++-
3 files changed, 10 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 724d88900b7 Merge aarch64-cc-fusion into late-combine
new 39acf3c9dd7 sra: Make build_ref_for_offset static [PR121568]
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-prop.h | 4 ----
gcc/tree-sra.cc | 2 +-
2 files changed, 1 insertion(+), 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 binutils-gdb.
from cb4ed2bee7b RISC-V: PR33216, Fixed gcc testcases failed for commit 28520d7
new a7145f50d79 gdb/MAINTAINERS - ADD Gopi Kumar Bulusu gopi(a)sankhya.com
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/MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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 fc23b539caa tree-optimization/114480 - speedup IDF compute
new 39e82244603 rtl-ssa: Add a find_uses function
new 481f96296e8 rtl-ssa: Fix thinko when adding live-out uses
new 724d88900b7 Merge aarch64-cc-fusion into late-combine
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/config.gcc | 2 +-
gcc/config/aarch64/aarch64-cc-fusion.cc | 297 --------------------------------
gcc/config/aarch64/aarch64-passes.def | 1 -
gcc/config/aarch64/aarch64-protos.h | 1 -
gcc/config/aarch64/t-aarch64 | 6 -
gcc/late-combine.cc | 243 ++++++++++++++++++++++----
gcc/rtl-ssa/accesses.cc | 32 ++++
gcc/rtl-ssa/accesses.h | 36 ++++
gcc/rtl-ssa/blocks.cc | 11 +-
gcc/rtl-ssa/functions.h | 15 ++
gcc/rtl-ssa/member-fns.inl | 30 ++++
gcc/rtlanal.cc | 3 +-
12 files changed, 326 insertions(+), 351 deletions(-)
delete mode 100644 gcc/config/aarch64/aarch64-cc-fusion.cc
--
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 038c48eb789 AVR: target/121608 - Don't add --relax when linking with -r.
new 10925479cb6 tree-sra: Fix grp_covered flag computation when totally sca [...]
new dabac057141 tree-sra: Avoid total SRA if there are incompat. aggregate [...]
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/testsuite/gcc.dg/tree-ssa/pr117423.c | 49 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr119085.c | 37 ++++++++++++++++++++++++
gcc/tree-sra.cc | 15 ++++++++--
3 files changed, 99 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr117423.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr119085.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 0f15ff7b511 AVR: target/121608 - Don't add --relax when linking with -r.
new fc23b539caa tree-optimization/114480 - speedup IDF compute
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/cfganal.cc | 44 +++++++++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 19 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 fed7c3654c8 Remove cloudabi support
new cb4ed2bee7b RISC-V: PR33216, Fixed gcc testcases failed for commit 28520d7
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/testsuite/gas/riscv/c-zero-imm.d | 15 +++++++++------
gas/testsuite/gas/riscv/c-zero-imm.s | 6 +++++-
opcodes/riscv-opc.c | 35 ++++++++++++++++++++++++++---------
3 files changed, 40 insertions(+), 16 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-15
in repository gcc.
from f12a2721695 RISC-V: fix __builtin_round clobbering FP exceptions flags [...]
new f8c8edf88d9 AVR: target/121608 - Don't add --relax when linking with -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:
gcc/config/avr/specs.h | 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-14
in repository gcc.
from a85d3875f79 Daily bump.
new 038c48eb789 AVR: target/121608 - Don't add --relax when linking with -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:
gcc/config/avr/specs.h | 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 a5e7341fa99 Daily bump.
new d15bb53c43c AVR: target/121608 - Don't add --relax when linking with -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:
gcc/config/avr/specs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.