This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bootstrap_build/master-arm-bootstrap_profiled_lto
in repository toolchain/ci/base-artifacts.
from 77757496f6 8: onsuccess: #9: 1: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new e1cab3d08f 9: onsuccess: #10: 1: [TCWG CI] https://ci.linaro.org/job/tc [...]
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:
01-reset_artifacts/console.log.xz | Bin 2052 -> 2000 bytes
02-prepare_abe/console.log.xz | Bin 2424 -> 2420 bytes
04-build_abe-bootstrap_profiled_lto/console.log.xz | Bin 611508 -> 613980 bytes
.../make-gcc-stage2.log.xz | Bin 549052 -> 549144 bytes
05-check_regression/console.log.xz | Bin 460 -> 460 bytes
git/gcc_rev | 2 +-
manifest.sh | 10 +++++-----
7 files changed, 6 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 master
in repository gcc.
from 51fd69ec2d5 RISC-V: Refactor the framework of RVV auto-vectorization
new b0ad9159a5a md: Allow <FOO> to refer to the value of int iterator FOO
new b096a6ebe9d aarch64: Provide FPR alternatives for some bit insertions [ [...]
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/aarch64/aarch64.cc | 12 ++
gcc/config/aarch64/aarch64.md | 62 +++++++++
gcc/config/aarch64/iterators.md | 4 +
gcc/doc/md.texi | 15 ++-
gcc/read-rtl.cc | 26 ++++
gcc/testsuite/gcc.target/aarch64/ins_bitfield_1.c | 142 ++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/ins_bitfield_2.c | 142 ++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/ins_bitfield_3.c | 156 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/ins_bitfield_4.c | 156 ++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/ins_bitfield_5.c | 139 +++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/ins_bitfield_6.c | 139 +++++++++++++++++++
11 files changed, 987 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/ins_bitfield_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ins_bitfield_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ins_bitfield_3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ins_bitfield_4.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ins_bitfield_5.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/ins_bitfield_6.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 75d1eff5933 aarch64: PR target/109855 Add predicate and constraints to [...]
new 51fd69ec2d5 RISC-V: Refactor the framework of RVV auto-vectorization
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 | 40 ++---
gcc/config/riscv/riscv-protos.h | 19 ++-
gcc/config/riscv/riscv-v.cc | 354 ++++++++++++++++++++++------------------
gcc/config/riscv/riscv.cc | 8 +-
gcc/config/riscv/vector.md | 40 ++---
5 files changed, 232 insertions(+), 229 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 linaro-local/ci/tcwg_bootstrap_build/master-aarch64-bootstrap_lto
in repository toolchain/ci/base-artifacts.
from a03347ba31 8: onsuccess: #9: 1: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new aa684e4c55 9: onsuccess: #10: 1: [TCWG CI] https://ci.linaro.org/job/tc [...]
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:
01-reset_artifacts/console.log.xz | Bin 2008 -> 2068 bytes
02-prepare_abe/console.log.xz | Bin 2436 -> 2520 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 272204 -> 273368 bytes
04-build_abe-bootstrap_lto/make-gcc-stage2.log.xz | Bin 220272 -> 220792 bytes
05-check_regression/console.log.xz | Bin 460 -> 464 bytes
06-update_baseline/console.log | 2 +-
git/gcc_rev | 2 +-
manifest.sh | 10 +++++-----
8 files changed, 7 insertions(+), 7 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 a460f10796e Daily bump.
new d3217028725 libstdc++: Annotate most lambdas with always_inline
new 41f75cfea48 libstdc++: Fix simd build failure on clang
new 88cfa080747 libstdc++: Test that integral simd reductions are precise
new 4452077962d libstdc++: More efficient masked inc-/decrement implementation
new c989c9196f6 libstdc++: Always-inline most of non-cmath fixed_size imple [...]
new 26740dbf577 libstdc++: Fix formatting
new 425637cb8f2 libstdc++: Fix simd compilation with Clang
new 336c91bf7f6 libstdc++: Fix operator% implementation for Clang
new 36a02f8ce38 libstdc++: Add missing trait is_simd_flag_type
new 8d23bf575e1 libstdc++: Resolve -Wunused-variable warnings in stdx::simd [...]
new 3acbaf1b253 libstdc++: Add missing constexpr to simd
The 11 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/include/experimental/bits/simd.h | 886 ++++++++-------
.../include/experimental/bits/simd_builtin.h | 1156 ++++++++++----------
.../include/experimental/bits/simd_converter.h | 22 +-
.../include/experimental/bits/simd_detail.h | 6 +-
.../include/experimental/bits/simd_fixed_size.h | 680 ++++++------
libstdc++-v3/include/experimental/bits/simd_math.h | 52 +-
libstdc++-v3/include/experimental/bits/simd_neon.h | 38 +-
libstdc++-v3/include/experimental/bits/simd_ppc.h | 3 +-
.../include/experimental/bits/simd_scalar.h | 386 ++++---
libstdc++-v3/include/experimental/bits/simd_x86.h | 396 +++++--
.../experimental/simd/pr109261_constexpr_simd.cc | 92 ++
.../experimental/simd/tests/fpclassify.cc | 2 +
.../testsuite/experimental/simd/tests/frexp.cc | 6 +
.../simd/tests/ldexp_scalbn_scalbln_modf.cc | 4 +-
.../testsuite/experimental/simd/tests/logarithm.cc | 4 +-
.../experimental/simd/tests/reductions.cc | 3 +-
.../experimental/simd/tests/trunc_ceil_floor.cc | 2 +
17 files changed, 2091 insertions(+), 1647 deletions(-)
create mode 100644 libstdc++-v3/testsuite/experimental/simd/pr109261_constexpr_simd.cc
--
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 9e2017ae6ac tree-optimization/109849 - missed code hoisting
new 75d1eff5933 aarch64: PR target/109855 Add predicate and constraints to [...]
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/aarch64/aarch64-simd.md | 4 ++--
gcc/testsuite/gcc.target/aarch64/pr109855.c | 12 ++++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr109855.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.