This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e16dee6df36 small _BitInt tweaks
new 8e09480193e RISC-V: Support integer FMA/FNMA VLS modes autovectorization
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/autovec.md | 24 +-
gcc/config/riscv/vector.md | 296 ++++++++++-----------
.../gcc.target/riscv/rvv/autovec/vls/def.h | 18 ++
.../gcc.target/riscv/rvv/autovec/vls/fma-1.c | 45 ++++
.../gcc.target/riscv/rvv/autovec/vls/fma-2.c | 43 +++
.../gcc.target/riscv/rvv/autovec/vls/fma-3.c | 41 +++
.../gcc.target/riscv/rvv/autovec/vls/fma-4.c | 39 +++
.../gcc.target/riscv/rvv/autovec/vls/fnma-1.c | 45 ++++
.../gcc.target/riscv/rvv/autovec/vls/fnma-2.c | 43 +++
.../gcc.target/riscv/rvv/autovec/vls/fnma-3.c | 41 +++
.../gcc.target/riscv/rvv/autovec/vls/fnma-4.c | 39 +++
11 files changed, 514 insertions(+), 160 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/fma-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/fma-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/fma-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/fma-4.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/fnma-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/fnma-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/fnma-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/vls/fnma-4.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 15345980633 libgomp: Handle NULL environ like pointer to NULL pointer [ [...]
new e16dee6df36 small _BitInt tweaks
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/c-family/c-common.cc | 4 +++-
gcc/tree.cc | 4 +++-
2 files changed, 6 insertions(+), 2 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 960db069 Add entry 7810fb3a142bed6da9eca8fde114629023fc5c4e from https [...]
new 33aa3d55 Add entry 7810fb3a142bed6da9eca8fde114629023fc5c4e 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:
.../7810fb3a142bed6da9eca8fde114629023fc5c4e/jira/description | 4 ++++
.../7810fb3a142bed6da9eca8fde114629023fc5c4e/jira/summary | 2 +-
gcc/sha1/7810fb3a142bed6da9eca8fde114629023fc5c4e/jira/yaml | 6 +++++-
gcc/sha1/7810fb3a142bed6da9eca8fde114629023fc5c4e/status.txt | 4 ++++
.../details.txt | 11 +++++++----
.../reproduction_instructions.txt | 4 ++--
.../status.txt | 6 +++---
.../tcwg_gnu_embed_check_gcc/status.txt | 4 ++++
8 files changed, 30 insertions(+), 11 deletions(-)
copy gcc/sha1/7810fb3a142bed6da9eca8fde114629023fc5c4e/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/7810fb3a142bed6da9eca8fde114629023fc5c4e/tcwg_gnu_embed_check_gcc/{m [...]
copy gcc/sha1/7810fb3a142bed6da9eca8fde114629023fc5c4e/tcwg_gnu_embed_check_gcc/{m [...]
--
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 8cead1e6 Add entry 1b13c424da4d2d5e3505ba47786a4ac4f3efb177 from https [...]
new 960db069 Add entry 7810fb3a142bed6da9eca8fde114629023fc5c4e 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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m55_hard_eabi}/build_url | 2 +-
.../master-thumb_m55_hard_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{021077b94741c9300dfff3a24e95b3ffa3f508a7/tcwg_gnu_embed_check_gcc/m [...]
copy gcc/sha1/7810fb3a142bed6da9eca8fde114629023fc5c4e/{tcwg_bootstrap_check/maste [...]
--
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 98c25cfc79a [testsuite][aarch64] Adjust vect_copy_lane_1.c for new code-gen.
new 15345980633 libgomp: Handle NULL environ like pointer to NULL pointer [ [...]
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:
libgomp/env.c | 251 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 126 insertions(+), 125 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.