This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 965564eafb7 simplify-rtx: Simplify subregs of logic ops
new b752a4df123 RISC-V: Generate -mcpu and -mtune options from riscv-cores.def.
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/Makefile.in | 2 +-
gcc/config/riscv/gen-riscv-mcpu-texi.cc | 43 ++++++++++++++++++++
gcc/config/riscv/gen-riscv-mtune-texi.cc | 41 +++++++++++++++++++
gcc/config/riscv/t-riscv | 37 ++++++++++++++++-
gcc/doc/invoke.texi | 23 ++---------
gcc/doc/riscv-mcpu.texi | 69 ++++++++++++++++++++++++++++++++
gcc/doc/riscv-mtune.texi | 59 +++++++++++++++++++++++++++
7 files changed, 251 insertions(+), 23 deletions(-)
create mode 100644 gcc/config/riscv/gen-riscv-mcpu-texi.cc
create mode 100644 gcc/config/riscv/gen-riscv-mtune-texi.cc
create mode 100644 gcc/doc/riscv-mcpu.texi
create mode 100644 gcc/doc/riscv-mtune.texi
--
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 fa1919d3216 asf: Fix case of multiple stores with base offset [PR120660]
new 21e16e4a1ab [modula2] Tidyup remove unused local variables
new 668936caf06 aarch64: Fix function_expander::get_reg_target
new 9c3f2cb35d0 testsuite: Make aarch64/cmpbr.c more forgiving
new cc9c041fd1c testsuite: Generalise aarch64/saturating_arithmetic*.c
new 965564eafb7 simplify-rtx: Simplify subregs of logic ops
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-sve-builtins.cc | 3 +-
gcc/config/aarch64/aarch64.cc | 34 ++++++++++
gcc/m2/gm2-compiler/M2GenGCC.mod | 5 --
gcc/m2/gm2-compiler/M2Range.mod | 2 -
gcc/simplify-rtx.cc | 75 +++++++++++++++++++++-
gcc/testsuite/gcc.target/aarch64/cmpbr.c | 40 ++++++------
.../gcc.target/aarch64/saturating_arithmetic_1.c | 12 ++--
.../gcc.target/aarch64/saturating_arithmetic_2.c | 8 +--
8 files changed, 140 insertions(+), 39 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 689ee39f7bb libsdc++: Test using range_format::map as format_kind.
new fa1919d3216 asf: Fix case of multiple stores with base offset [PR120660]
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/avoid-store-forwarding.cc | 35 +++++++++++++++++++++++++++--------
gcc/testsuite/gcc.dg/pr120660.c | 19 +++++++++++++++++++
2 files changed, 46 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr120660.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 glibc.
from 9716ee567a replace atan2-inputs with more meaningful inputs
new 089b4fb90f malloc: Remove redundant NULL check
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:
malloc/malloc.c | 7 +++----
1 file changed, 3 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 gcc.
from b267361f23c RISC-V: Remove use of structured binding to fix compiler warning
new 689ee39f7bb libsdc++: Test using range_format::map as format_kind.
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/testsuite/std/format/ranges/format_kind.cc | 4 +++-
1 file changed, 3 insertions(+), 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 04f33a27855 asf: Skip when an instruction doesn't satisfy the constrain [...]
new b267361f23c RISC-V: Remove use of structured binding to fix compiler warning
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/common/config/riscv/riscv-common.cc | 3 ++-
1 file changed, 2 insertions(+), 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 8166458f198 RISC-V: Add test cases for mul based unsigned scalar SAT_MUL
new 04f33a27855 asf: Skip when an instruction doesn't satisfy the constrain [...]
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/avoid-store-forwarding.cc | 65 ++++++++++++++++++++++++++++----
gcc/testsuite/gcc.target/i386/pr119795.c | 26 +++++++++++++
2 files changed, 83 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr119795.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 e2a18d03bad ld: testsuite: Enable ld-elfweak tests on Solaris/x86
new 8fd6a9c70b4 PR 33223 ppc64: segfault on unknown relocation
new 0b23ce71150 ppc _bfd_clear_contents
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:
bfd/elf32-ppc.c | 44 +++++++++++++------------------------
bfd/elf64-ppc.c | 40 +++++++++++++++++----------------
ld/testsuite/ld-powerpc/elfv2-2so.d | 2 +-
3 files changed, 37 insertions(+), 49 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 9c48cbb2598 Another testcase for PR120687
new a481f299b35 Match: Introduce mul based pattern for unsigned SAT_MUL
new 8166458f198 RISC-V: Add test cases for mul based unsigned scalar SAT_MUL
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/match.pd | 22 +++++++++++++++++-----
...-u16-from-u128.c => sat_u_mul-1-u16-from-u32.c} | 3 +--
...-1-u8-from-u128.c => sat_u_mul-1-u8-from-u16.c} | 3 +--
...-1-u8-from-u128.c => sat_u_mul-1-u8-from-u32.c} | 3 +--
...-u16-from-u128.c => sat_u_mul-2-u16-from-u64.c} | 3 +--
...-u32-from-u128.c => sat_u_mul-2-u32-from-u64.c} | 3 +--
...-1-u8-from-u128.c => sat_u_mul-2-u8-from-u64.c} | 3 +--
...-from-u128.c => sat_u_mul-run-1-u16-from-u32.c} | 4 ++--
.../riscv/sat/sat_u_mul-run-1-u16-from-u64.c | 2 +-
.../riscv/sat/sat_u_mul-run-1-u32-from-u64.c | 2 +-
...8-from-u128.c => sat_u_mul-run-1-u8-from-u16.c} | 4 ++--
...8-from-u128.c => sat_u_mul-run-1-u8-from-u32.c} | 4 ++--
.../riscv/sat/sat_u_mul-run-1-u8-from-u64.c | 2 +-
13 files changed, 32 insertions(+), 26 deletions(-)
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-1-u16-from-u128.c => sat_u_mul- [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-1-u8-from-u128.c => sat_u_mul-1 [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-1-u8-from-u128.c => sat_u_mul-1 [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-1-u16-from-u128.c => sat_u_mul- [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-1-u32-from-u128.c => sat_u_mul- [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-1-u8-from-u128.c => sat_u_mul-2 [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-run-1-u16-from-u128.c => sat_u_ [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-run-1-u8-from-u128.c => sat_u_m [...]
copy gcc/testsuite/gcc.target/riscv/sat/{sat_u_mul-run-1-u8-from-u128.c => sat_u_m [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.