This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f0d0c56b88d Daily bump.
new 3f8b1b21f37 Match: Support form 1 for scalar signed integer SAT_SUB
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/match.pd | 14 ++++++++++++++
gcc/tree-ssa-math-opts.cc | 8 +++++---
2 files changed, 19 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 releases/gcc-14
in repository gcc.
from 4697543b765 i386: Modernize AMD processor types
new 129914854e6 Daily bump.
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/ChangeLog | 17 +++++++++++++++++
gcc/DATESTAMP | 2 +-
2 files changed, 18 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 releases/gcc-13
in repository gcc.
from 3fdb1fd6991 Daily bump.
new 806771fb7c1 Daily bump.
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/DATESTAMP | 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-12
in repository gcc.
from 3cc85e9261f Daily bump.
new c44494ee5f1 Daily bump.
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/DATESTAMP | 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 master
in repository gcc.
from a2a78c0639d RISC-V: Add testcases for form 1 of scalar signed SAT_SUB
new f0d0c56b88d Daily bump.
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/ChangeLog | 30 ++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 29 +++++++++++++++++++++++++++++
3 files changed, 60 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 binutils-gdb.
from 890f5ccd97d Automatic date update in version.in
new 1f4aee70ed1 Automatic date update in version.in
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/version.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 gdb-15-branch
in repository binutils-gdb.
from f1ca7a8663f Bump GDB's version number to 15.2.90.DATE-git.
new d6e12e65212 Automatic date update in version.in
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/version.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 binutils-2_43-branch
in repository binutils-gdb.
from 5e2568b1ee1 Automatic date update in version.in
new 91d100b0f8c Automatic date update in version.in
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/version.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 master
in repository gcc.
from 73726725ae0 cselib: Discard useless locs of preserved VALUEs [PR116627]
new b6ea98bcaf1 RISC-V: Implement scalar SAT_SUB for signed integer
new a2a78c0639d RISC-V: Add testcases for form 1 of scalar signed SAT_SUB
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/riscv/riscv-protos.h | 1 +
gcc/config/riscv/riscv.cc | 69 ++++++++++++++++++++
gcc/config/riscv/riscv.md | 11 ++++
gcc/testsuite/gcc.target/riscv/sat_arith.h | 17 +++++
gcc/testsuite/gcc.target/riscv/sat_arith_data.h | 73 ++++++++++++++++++++++
.../riscv/{sat_s_add-14.c => sat_s_sub-1-i16.c} | 12 ++--
.../riscv/{sat_s_add-11.c => sat_s_sub-1-i32.c} | 17 +++--
.../riscv/{sat_s_add-4.c => sat_s_sub-1-i64.c} | 12 ++--
.../riscv/{sat_s_add-1.c => sat_s_sub-1-i8.c} | 12 ++--
.../gcc.target/riscv/sat_s_sub-run-1-i16.c | 16 +++++
.../gcc.target/riscv/sat_s_sub-run-1-i32.c | 16 +++++
.../gcc.target/riscv/sat_s_sub-run-1-i64.c | 16 +++++
.../gcc.target/riscv/sat_s_sub-run-1-i8.c | 16 +++++
13 files changed, 257 insertions(+), 31 deletions(-)
copy gcc/testsuite/gcc.target/riscv/{sat_s_add-14.c => sat_s_sub-1-i16.c} (76%)
copy gcc/testsuite/gcc.target/riscv/{sat_s_add-11.c => sat_s_sub-1-i32.c} (62%)
copy gcc/testsuite/gcc.target/riscv/{sat_s_add-4.c => sat_s_sub-1-i64.c} (74%)
copy gcc/testsuite/gcc.target/riscv/{sat_s_add-1.c => sat_s_sub-1-i8.c} (75%)
create mode 100644 gcc/testsuite/gcc.target/riscv/sat_s_sub-run-1-i16.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sat_s_sub-run-1-i32.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sat_s_sub-run-1-i64.c
create mode 100644 gcc/testsuite/gcc.target/riscv/sat_s_sub-run-1-i8.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 annotated tag v6.12-rc1
in repository linux.
at 03dc72319cee (tag)
tagging 9852d85ec9d492ebef56dc5f229416c925758edc (commit)
replaces v6.11
tagged by Linus Torvalds
on Sun Sep 29 15:06:19 2024 -0700
- Log -----------------------------------------------------------------
Linux 6.12-rc1
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAmb5z1seHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGyWQIAICWiu4/cdNh55ZJ
IBrjJNcD+qMMnz9m4t3NIcQ2ZW12v0aRSwL9wC91q8y375iTcx7alilAKiKI/GiP
WREsOliPNB4WhJ8UF4jyu04GvmQW4gCLkS6rtqYMRo1znQBCjy/Txjf46/XjPIpr
9kBpAljs65A+xLgCL3eKj28hRbpZXZWk1Sji9RY4J3PULmWJrp91YZtJSplm/M0v
voQIGBhSt/DWAa+RyMh/3ToVoMtwE69Zry8ksLCfx52dfyA96mY92DjBBnbc/oef
U1D0Pw4MlMTOSiU4hafBBCN1b8xhzc8qXkMIHtBEMS/iTWhrquxlFO84ivzjC2Xh
VF8GJY4=
=1vjo
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 3f749befb099 x86: kvm: fix build error
new 9852d85ec9d4 Linux 6.12-rc1
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.