This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f0204ae3861 [PATCH v2] RISC-V: Remove float vector eqne pattern
new a334189739e Revert "Build: Fix typo ac_cv_search_pthread_crate"
new 6d6587bc37f Revert "build: Fix missing variable quotes"
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:
configure | 10 +++++-----
configure.ac | 8 ++++----
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
4 files changed, 11 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 gcc.
from e03583e7ee9 RISC-V: Promote Zaamo/Zalrsc to a when using an old binutils
new f0204ae3861 [PATCH v2] RISC-V: Remove float vector eqne pattern
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/riscv/riscv-vector-builtins-bases.cc | 8 +-
gcc/config/riscv/vector.md | 86 ----------------------
.../riscv/rvv/base/float-point-cmp-eqne.c | 54 ++++++++++++++
3 files changed, 56 insertions(+), 92 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/base/float-point-cmp-eqne.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 9405d54c62 LoongArch: Update ulps
new da905bb706 Translations: Regenerate libc.pot
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:
po/libc.pot | 480 ++++++++++++++++++++++++++++++++++--------------------------
1 file changed, 273 insertions(+), 207 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 25860fd2a67 bitint: Fix up lowering of COMPLEX_EXPR [PR115544]
new e03583e7ee9 RISC-V: Promote Zaamo/Zalrsc to a when using an old binutils
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 | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from b01ce0a28 Add entry c9b96a68860bfdee49d40b4a844af7c5ef69cd12 from https [...]
new 2cf32ae97 Add entry 4b75ed33fa5fd604897e7a30e79bd28d46598373 from https [...]
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:
.../first_url | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/gnu-arm-master-O2}/build_url | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/gnu-arm-master-O2/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{a0b1798042d033fd2cc2c806afbb77875dd2909b => 4b75ed33fa5fd604897e7a3 [...]
copy gcc/sha1/{33c2b70dbabc02788caabcbc66b7baeafeb95bcf/tcwg_bmk-code_speed-cpu201 [...]
create mode 100644 gcc/sha1/4b75ed33fa5fd604897e7a30e79bd28d46598373/tcwg_bmk-code [...]
--
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 word-at-a-time
in repository linux.
at f915a3e5b018 arm64: word-at-a-time: improve byte count calculations for LE
This branch includes the following new commits:
new 4b8fa1173cdc x86-64: word-at-a-time: improve byte count calculations
new f915a3e5b018 arm64: word-at-a-time: improve byte count calculations for LE
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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch runtime-constants
in repository linux.
at acac19a15054 arm64: add 'runtime constant' support
This branch includes the following new commits:
new e60cc61153e6 vfs: dcache: move hashlen_hash() from callers into d_hash()
new e78298556ee5 runtime constants: add default dummy infrastructure
new e3c92e81711d runtime constants: add x86 architecture support
new acac19a15054 arm64: add 'runtime constant' support
The 4 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch link_path_walk
in repository linux.
at e5631eb47e5c vfs: link_path_walk: move more of the name hashing into ha [...]
This branch includes the following new commits:
new 7d286849a8de vfs: link_path_walk: simplify name hash flow
new 631e1a710c04 vfs: link_path_walk: clarify and improve name hashing interface
new ba848a77c908 vfs: link_path_walk: do '.' and '..' detection while hashing
new 2332ad92e75e vfs: link_path_walk: improve may_lookup() code generation
new e5631eb47e5c vfs: link_path_walk: move more of the name hashing into ha [...]
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.
--
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 arm64-uaccess
in repository linux.
at d31e86ef6377 arm64: access_ok() optimization
This branch includes the following new commits:
new 86a6a68febfc arm64: start using 'asm goto' for get_user() when available
new 7fd298d4b39d arm64: start using 'asm goto' for put_user()
new d31e86ef6377 arm64: access_ok() optimization
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.