This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from 5f4a60c43d5 AVR: target/87376 - Use nop_general_operand for DImode inputs.
new b9d16d8361a AArch64: Fix strict-align cpymem/setmem [PR103100]
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.cc | 52 ++++++++++++++++++-------------------------
gcc/config/aarch64/aarch64.md | 4 ++--
2 files changed, 24 insertions(+), 32 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 9f5620aed39 AVR: target/87376 - Use nop_general_operand for DImode inputs.
new 100d353e545 Arm: Fix disassembly error in Thumb-1 relaxed load/store [P [...]
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/arm/arm.md | 8 ++++----
gcc/config/arm/predicates.md | 5 +++++
gcc/config/arm/sync.md | 4 ++--
gcc/testsuite/gcc.target/arm/pr115188.c | 10 ++++++++++
4 files changed, 21 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr115188.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-12
in repository gcc.
from 92a6ff14c4d Daily bump.
new 5f4a60c43d5 AVR: target/87376 - Use nop_general_operand for DImode inputs.
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/avr-dimode.md | 26 +++++------
gcc/testsuite/gcc.target/avr/torture/pr87376.c | 60 ++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr87376.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 a633e413642 Daily bump.
new 9f5620aed39 AVR: target/87376 - Use nop_general_operand for DImode inputs.
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/avr-dimode.md | 26 +++++------
gcc/testsuite/gcc.target/avr/torture/pr87376.c | 60 ++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr87376.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-13
in repository gcc.
from ad2bf890b1e Daily bump.
new 4a49d212b54 AVR: target/87376 - Use nop_general_operand for DImode inputs.
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/avr-dimode.md | 26 +++++------
gcc/testsuite/gcc.target/avr/torture/pr87376.c | 60 ++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr87376.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 f63896ff5a4 libstdc++: Add dg-error for new -Wdelete-incomplete diagnos [...]
new 23a0935262d AVR: target/87376 - Use nop_general_operand for DImode inputs.
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/avr-dimode.md | 26 +++++------
gcc/testsuite/gcc.target/avr/torture/pr87376.c | 60 ++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr87376.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 ae07f62a70e middle-end: Add debug functions to dump dominator tree in d [...]
new 6ff69810664 AArch64: remove aarch64_simd_vec_unpack<su>_lo_
new 97fcfeac3dc AArch64: lower 2 reg TBL permutes with one zero register to [...]
new de19b516edb libstdc++: Use memchr to optimize std::find [PR88545]
new 6025256d47b libstdc++: Use RAII in <bits/stl_uninitialized.h>
new f63896ff5a4 libstdc++: Add dg-error for new -Wdelete-incomplete diagnos [...]
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/config/aarch64/aarch64-simd.md | 20 +-
gcc/config/aarch64/aarch64.cc | 43 ++-
gcc/testsuite/gcc.target/aarch64/tbl_with_zero_1.c | 40 +++
gcc/testsuite/gcc.target/aarch64/tbl_with_zero_2.c | 20 ++
libstdc++-v3/include/bits/cpp_type_traits.h | 13 +
libstdc++-v3/include/bits/ranges_util.h | 21 ++
libstdc++-v3/include/bits/stl_algo.h | 35 +-
libstdc++-v3/include/bits/stl_uninitialized.h | 365 +++++++++------------
libstdc++-v3/testsuite/25_algorithms/find/bytes.cc | 135 ++++++++
.../shared_ptr/cons/43820_neg.cc | 3 +
10 files changed, 460 insertions(+), 235 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/tbl_with_zero_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/tbl_with_zero_2.c
create mode 100644 libstdc++-v3/testsuite/25_algorithms/find/bytes.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 master
in repository gcc.
from 319d3956b16 i386: Refactor ssedoublemode
new ae07f62a70e middle-end: Add debug functions to dump dominator tree in d [...]
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/dominance.cc | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
--
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 8c1d0aea1df RISC-V: avoid use of match_opcode() in riscv_insn_types[]
new 97bf50bb610 x86-64: Fix support for APX NF TLS IE with 2 operands
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/config/tc-i386.c | 5 ++---
1 file changed, 2 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 320c2ed4d2b MIPS: Support more cases with alien mode of SHF.DF
new 319d3956b16 i386: Refactor ssedoublemode
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/i386/sse.md | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.