This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4a02f3a1f96 Fix compilation failure on FreeBSD
new 37a6fbe6522 RISC-V: Add intrinsics support for SiFive Xsfvcp extensions.
new cc8b8c0b692 RISC-V: Add intrinsics testcases for SiFive Xsfvcp extensions.
new 83bb288faa3 AArch64: Fold LD1/ST1 with ptrue to LDR/STR for 128-bit VLS
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.
Summary of changes:
gcc/config/aarch64/aarch64.cc | 29 +-
gcc/config/riscv/constraints.md | 10 +
gcc/config/riscv/generic-vector-ooo.md | 4 +
gcc/config/riscv/genrvv-type-indexer.cc | 9 +
gcc/config/riscv/riscv-c.cc | 3 +-
gcc/config/riscv/riscv-vector-builtins-shapes.cc | 48 ++
gcc/config/riscv/riscv-vector-builtins-shapes.h | 2 +
gcc/config/riscv/riscv-vector-builtins-types.def | 40 +
gcc/config/riscv/riscv-vector-builtins.cc | 362 ++++++++-
gcc/config/riscv/riscv-vector-builtins.def | 30 +-
gcc/config/riscv/riscv-vector-builtins.h | 8 +
gcc/config/riscv/riscv.md | 5 +-
gcc/config/riscv/sifive-vector-builtins-bases.cc | 78 ++
gcc/config/riscv/sifive-vector-builtins-bases.h | 3 +
.../riscv/sifive-vector-builtins-functions.def | 45 ++
gcc/config/riscv/sifive-vector.md | 871 +++++++++++++++++++++
gcc/config/riscv/vector-iterators.md | 49 ++
gcc/config/riscv/vector.md | 3 +-
.../gcc.target/aarch64/sve/cond_arith_6.c | 3 +-
.../aarch64/sve/ldst_ptrue_128_to_neon.c | 48 ++
.../gcc.target/aarch64/sve/pcs/return_4_128.c | 39 +-
.../gcc.target/aarch64/sve/pcs/return_5_128.c | 39 +-
.../gcc.target/aarch64/sve/pcs/struct_3_128.c | 56 +-
.../gcc.target/riscv/rvv/xsfvector/sf_vc_f.c | 88 +++
.../gcc.target/riscv/rvv/xsfvector/sf_vc_i.c | 132 ++++
.../gcc.target/riscv/rvv/xsfvector/sf_vc_v.c | 107 +++
.../gcc.target/riscv/rvv/xsfvector/sf_vc_x.c | 138 ++++
27 files changed, 2145 insertions(+), 104 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/ldst_ptrue_128_to_neon.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xsfvector/sf_vc_f.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xsfvector/sf_vc_i.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xsfvector/sf_vc_v.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/xsfvector/sf_vc_x.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 10ec3d5de0e RISC-V: Mark fgt.*/fge.* as instruction alias
new 5f02f0fae18 [gdb/build] Fix Wformat errors in gdb/riscv-tdep.c
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:
gdb/riscv-tdep.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 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-12
in repository gcc.
from 9d2eb71ebfb Daily bump.
new 21aa0abcf1a AVR: target/119989 - Add missing clobbers to xload_<mode>_libgcc.
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.md | 4 +++
.../gcc.target/avr/torture/pr119989-memx-1.c | 6 ++++
.../gcc.target/avr/torture/pr119989-memx-2.c | 6 ++++
.../gcc.target/avr/torture/pr119989-memx-3.c | 6 ++++
.../gcc.target/avr/torture/pr119989-memx-4.c | 6 ++++
gcc/testsuite/gcc.target/avr/torture/pr119989.h | 37 ++++++++++++++++++++++
6 files changed, 65 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-2.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-3.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-4.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989.h
--
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 b1163a2d83d Daily bump.
new 67d13d11edd AVR: target/119989 - Add missing clobbers to xload_<mode>_libgcc.
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.md | 4 +++
.../gcc.target/avr/torture/pr119989-memx-1.c | 6 ++++
.../gcc.target/avr/torture/pr119989-memx-2.c | 6 ++++
.../gcc.target/avr/torture/pr119989-memx-3.c | 6 ++++
.../gcc.target/avr/torture/pr119989-memx-4.c | 6 ++++
gcc/testsuite/gcc.target/avr/torture/pr119989.h | 37 ++++++++++++++++++++++
6 files changed, 65 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-2.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-3.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-4.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989.h
--
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 8709d6a1783 libstdc++: [_GLIBCXX_INLINE_VERSION] Fix tests failures
new 4a02f3a1f96 Fix compilation failure on FreeBSD
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/ada/init.c | 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-15
in repository gcc.
from 9483020ea57 libstdc++: [_GLIBCXX_INLINE_VERSION] Fix tests failures
new 17695fe9ca1 Fix compilation failure on FreeBSD
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/ada/init.c | 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-14
in repository gcc.
from 3418d740b34 libstdc++: [_GLIBCXX_INLINE_VERSION] Fix tests failures
new 1ca1c1fc3b5 AVR: target/119989 - Add missing clobbers to xload_<mode>_libgcc.
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.md | 4 +++
.../gcc.target/avr/torture/pr119989-memx-1.c | 6 ++++
.../gcc.target/avr/torture/pr119989-memx-2.c | 6 ++++
.../gcc.target/avr/torture/pr119989-memx-3.c | 6 ++++
.../gcc.target/avr/torture/pr119989-memx-4.c | 6 ++++
gcc/testsuite/gcc.target/avr/torture/pr119989.h | 37 ++++++++++++++++++++++
6 files changed, 65 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-1.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-2.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-3.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989-memx-4.c
create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr119989.h
--
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 f266766ed Add entry 576161cb6069e2c7656a8ef530727a0f4aefff30 from https [...]
new 5a17187dd Add entry 576161cb6069e2c7656a8ef530727a0f4aefff30 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:
.../576161cb6069e2c7656a8ef530727a0f4aefff30/jira/description | 4 ++++
llvm/sha1/576161cb6069e2c7656a8ef530727a0f4aefff30/jira/yaml | 4 ++++
llvm/sha1/576161cb6069e2c7656a8ef530727a0f4aefff30/status.txt | 4 ++++
.../details.txt | 10 +++++-----
.../reproduction_instructions.txt | 0
.../status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_kernel/status.txt | 4 ++++
8 files changed, 23 insertions(+), 7 deletions(-)
copy llvm/sha1/576161cb6069e2c7656a8ef530727a0f4aefff30/tcwg_kernel/{llvm-master-a [...]
copy {linux/sha1/16531118ba63dd9bcd65203d04a9c9d6f6800547/tcwg_kernel/llvm-master- [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => llvm/sha1 [...]
copy llvm/sha1/576161cb6069e2c7656a8ef530727a0f4aefff30/tcwg_kernel/{llvm-master-a [...]
--
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 3d1e29a56 Add entry 01e5ef3e8b91288f5d387a27708f9f8979a50edf from https [...]
new f266766ed Add entry 576161cb6069e2c7656a8ef530727a0f4aefff30 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_kernel/llvm-master-aarch64-stable-allyesconfig}/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{0123deb3a6f0a83095287f51b07c77b7b43ab847/tcwg_kernel/llvm-master-a [...]
copy llvm/sha1/576161cb6069e2c7656a8ef530727a0f4aefff30/tcwg_kernel/{llvm-master-a [...]
--
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 e363940e1ce RISC-V: vsetvl: elide abnormal edges from LCM computations [...]
new 3418d740b34 libstdc++: [_GLIBCXX_INLINE_VERSION] Fix tests failures
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/20_util/function/cons/70692.cc | 2 +-
libstdc++-v3/testsuite/23_containers/map/48101_neg.cc | 4 ++--
libstdc++-v3/testsuite/23_containers/multimap/48101_neg.cc | 4 ++--
libstdc++-v3/testsuite/lib/libstdc++.exp | 5 +++++
4 files changed, 10 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.