This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 644d168385f RISC-V: Add testcase for vrsub.vi auto-vectorization
new e1240bda3e0 RISC-V: Add vwadd<u>/vwsub<u>/vwmul<u>/vwmulsu.vv lowering [...]
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 | 16 +++++++---
.../gcc.target/riscv/rvv/autovec/widen/widen-1.c | 27 +++++++++++++++++
.../gcc.target/riscv/rvv/autovec/widen/widen-2.c | 27 +++++++++++++++++
.../gcc.target/riscv/rvv/autovec/widen/widen-3.c | 27 +++++++++++++++++
.../gcc.target/riscv/rvv/autovec/widen/widen-4.c | 23 +++++++++++++++
.../riscv/rvv/autovec/widen/widen_run-1.c | 34 ++++++++++++++++++++++
.../riscv/rvv/autovec/widen/widen_run-2.c | 34 ++++++++++++++++++++++
.../riscv/rvv/autovec/widen/widen_run-3.c | 34 ++++++++++++++++++++++
.../riscv/rvv/autovec/widen/widen_run-4.c | 31 ++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/rvv/rvv.exp | 13 +++++++++
10 files changed, 262 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/widen/widen-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/widen/widen-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/widen/widen-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/widen/widen-4.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/widen/widen_run-1.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/widen/widen_run-2.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/widen/widen_run-3.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/widen/widen_run-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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_binutils_check/master-aarch64
in repository toolchain/ci/base-artifacts.
from 2434c8ace9f 23: onsuccess: #25: 0: [TCWG CI] https://ci.linaro.org/job/ [...]
new 8bb43208837 24: onsuccess: #26: 0: [TCWG CI] https://ci.linaro.org/job/ [...]
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:
00-sumfiles/binutils.log.xz | Bin 45356 -> 45348 bytes
00-sumfiles/gas.log.xz | Bin 150972 -> 150688 bytes
00-sumfiles/ld.log.xz | Bin 114864 -> 114844 bytes
01-reset_artifacts/console.log.xz | Bin 2224 -> 2128 bytes
02-prepare_abe/console.log.xz | Bin 2480 -> 2512 bytes
03-build_abe-binutils/console.log.xz | Bin 35440 -> 35664 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 24492 -> 24496 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4304 -> 4316 bytes
04-build_abe-dejagnu/make-dejagnu.log.xz | Bin 580 -> 580 bytes
05-build_abe-check_binutils/check-binutils.log.xz | Bin 5060 -> 5060 bytes
05-build_abe-check_binutils/console.log.xz | Bin 2936 -> 3136 bytes
06-check_regression/console.log.xz | Bin 1132 -> 1116 bytes
06-check_regression/results.compare | 10 +++++-----
06-check_regression/results.compare2 | 6 +++---
07-update_baseline/console.log | 2 +-
git/binutils_rev | 2 +-
manifest.sh | 10 +++++-----
notify/results.compare | 10 +++++-----
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 ++--
sumfiles/ld.sum | 2 +-
21 files changed, 24 insertions(+), 24 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 070d651c6db aarch64: Add pattern for bswap + rotate [PR 110039]
new e2a32622797 RISC-V: Remove FRM for vfncvt.rod instruction
new b65458005df RISC-V: Remove FRM for vfwcvt.f.x<u>.v (RVV integer to floa [...]
new 57920ae9653 RISC-V: Remove FRM for vfwcvt (RVV float to float widening [...]
new 644d168385f RISC-V: Add testcase for vrsub.vi auto-vectorization
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.
Summary of changes:
gcc/config/riscv/vector.md | 12 +++------
.../gcc.target/riscv/rvv/autovec/binop/vsub-run.c | 30 +++++++++++++++++++++-
.../riscv/rvv/autovec/binop/vsub-rv32gcv.c | 1 +
.../riscv/rvv/autovec/binop/vsub-rv64gcv.c | 1 +
.../riscv/rvv/autovec/binop/vsub-template.h | 28 ++++++++++++++++++++
5 files changed, 62 insertions(+), 10 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_check/master-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
from fa23aba24f6 24: onsuccess: #30: 0: [TCWG CI] https://ci.linaro.org/job/ [...]
new 93c5707bcbf 25: force: #33: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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:
00-sumfiles/g++.log.xz | Bin 3857020 -> 3860176 bytes
00-sumfiles/gcc.log.xz | Bin 3364664 -> 3361524 bytes
00-sumfiles/gfortran.log.xz | Bin 1161468 -> 1161448 bytes
00-sumfiles/libatomic.log.xz | Bin 2340 -> 2336 bytes
00-sumfiles/libgomp.log.xz | Bin 266816 -> 266836 bytes
00-sumfiles/libitm.log.xz | Bin 2716 -> 2720 bytes
00-sumfiles/libstdc++.log.xz | Bin 490100 -> 488964 bytes
01-reset_artifacts/console.log.xz | Bin 2164 -> 2152 bytes
02-prepare_abe/console.log.xz | Bin 2496 -> 2492 bytes
03-build_abe-bootstrap_lto/console.log.xz | Bin 273796 -> 272512 bytes
03-build_abe-bootstrap_lto/make-gcc-stage2.log.xz | Bin 220884 -> 220456 bytes
04-build_abe-dejagnu/console.log.xz | Bin 4264 -> 4312 bytes
04-build_abe-dejagnu/make-dejagnu.log.xz | Bin 580 -> 580 bytes
05-build_abe-check_bootstrap_lto/check-gcc.log.xz | Bin 72052 -> 71596 bytes
05-build_abe-check_bootstrap_lto/console.log.xz | Bin 4900 -> 4612 bytes
06-check_regression/console.log.xz | Bin 1304 -> 1188 bytes
06-check_regression/results.compare | 18 +++++++++---------
06-check_regression/results.compare2 | 19 +++++--------------
07-update_baseline/console.log | 4 ++--
git/gcc_rev | 2 +-
manifest.sh | 12 ++++++------
notify/results.compare | 18 +++++++++---------
sumfiles/g++.sum | 2 +-
sumfiles/gcc.sum | 2 +-
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libitm.sum | 2 +-
27 files changed, 37 insertions(+), 46 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 binutils-gdb.
from 6e9bcaad3fd [gdb/testsuite] Fix gdb.tui/pr30056.exp for native-extended [...]
new 0b1cae35306 [gdb/testsuite] Fix gdb.tui/wrap-line.exp with --disable-tui
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/testsuite/gdb.tui/wrap-line.exp | 6 ++++--
1 file changed, 4 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.
unknown user pushed a change to branch master
in repository gcc.
from 5a07b3b8bb9 libstdc++: Do not include <exception> in <mutex>
new 070d651c6db aarch64: Add pattern for bswap + rotate [PR 110039]
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.md | 10 ++++++++++
1 file changed, 10 insertions(+)
--
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 768d1d879be pe/coff - add support for base64 encoded long section names
new 6e9bcaad3fd [gdb/testsuite] Fix gdb.tui/pr30056.exp for native-extended [...]
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/testsuite/gdb.tui/pr30056.exp | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
--
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 95e5c38a98c ipa/109983 - (IPA) PTA speedup
new 979f8bfd316 libstdc++: Deprecate std::setfill for std::basic_istream [P [...]
new 7037e7b6e4a libstdc++: Fix preprocessor conditions for std::from_chars [...]
new 51cf0b3949b libstdc++: Disable embedded tzdata for all 16-bit targets
new f150a084e25 libstdc++: Add std::numeric_limits<__float128> specializati [...]
new b960c253e98 libstdc++: Add missing noexcept to std::scoped_allocator_adaptor
new 0ed5259ccbd libstdc++: Replace obsolete shell syntax in configure.ac
new 5a07b3b8bb9 libstdc++: Do not include <exception> in <mutex>
The 7 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/acinclude.m4 | 15 +++--
libstdc++-v3/configure | 20 ++++--
libstdc++-v3/configure.ac | 2 +-
libstdc++-v3/doc/html/index.html | 2 +-
libstdc++-v3/doc/html/manual/api.html | 3 +
libstdc++-v3/doc/html/manual/appendix.html | 2 +-
libstdc++-v3/doc/html/manual/appendix_porting.html | 2 +-
libstdc++-v3/doc/html/manual/index.html | 2 +-
libstdc++-v3/doc/xml/manual/evolution.xml | 9 +++
libstdc++-v3/include/bits/unique_lock.h | 1 +
libstdc++-v3/include/std/iomanip | 2 +
libstdc++-v3/include/std/limits | 75 ++++++++++++++++++++++
libstdc++-v3/include/std/mutex | 12 ++--
libstdc++-v3/include/std/scoped_allocator | 45 +++++++------
libstdc++-v3/src/c++17/floating_from_chars.cc | 20 ++++--
.../testsuite/18_support/numeric_limits/128bit.cc | 12 ++++
.../testsuite/20_util/scoped_allocator/noexcept.cc | 47 ++++++++++++++
.../27_io/manipulators/standard/char/1.cc | 4 +-
.../27_io/manipulators/standard/char/2.cc | 2 +-
.../27_io/manipulators/standard/wchar_t/1.cc | 4 +-
.../27_io/manipulators/standard/wchar_t/2.cc | 2 +-
21 files changed, 228 insertions(+), 55 deletions(-)
create mode 100644 libstdc++-v3/testsuite/18_support/numeric_limits/128bit.cc
create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/noexcept.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.