This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards baf52ded 0: update: binutils-llvm-linux-qemu: all
new 7fa96775 0: update: binutils-llvm-linux-qemu: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (baf52ded)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 182 +-
02-prepare_abe/console.log | 258 +-
03-build_abe-binutils/console.log | 12146 +++++------
04-build_llvm/console.log | 13851 ++++++------
05-build_abe-qemu/console.log | 7006 +++---
06-build_linux/console.log | 882 +-
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 32 +-
08-check_regression/results.regressions | 20 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 20 +-
console.log | 34375 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 34435 insertions(+), 34377 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 bdd8e3dd60c Improve message for wrong number of alternatives.
new e0a5daf81f2 middle-end/100582 - fix array_at_struct_end_p for vector indexing
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/testsuite/gcc.target/i386/pr100582.c | 16 ++++++++++++++++
gcc/tree.c | 8 +++-----
2 files changed, 19 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr100582.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 7606865198b arm: Auto-vectorization for MVE: add __fp16 support to VCMP
new bdd8e3dd60c Improve message for wrong number of alternatives.
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/genoutput.c | 16 ++++++++++++++--
1 file changed, 14 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 releases/gcc-10
in repository gcc.
from 0ba727ffae2 Update mpfr version to 3.1.6
new c060d1dbe0f libstdc++: Fix find_type helper to work consistently
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/python/libstdcxx/v6/printers.py | 4 ++--
1 file changed, 2 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 45063c0506a Fix ICE [PR target/100549]
new a6eacbf1055 arm: Auto-vectorization for MVE: vcmp
new 7606865198b arm: Auto-vectorization for MVE: add __fp16 support to VCMP
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/arm/arm-protos.h | 2 +-
gcc/config/arm/arm.c | 211 ++++++++++++++++-----
gcc/config/arm/iterators.md | 15 +-
gcc/config/arm/mve.md | 10 +-
gcc/config/arm/neon.md | 87 ---------
gcc/config/arm/unspecs.md | 20 --
gcc/config/arm/vec-common.md | 124 ++++++++++++
.../gcc.target/arm/armv8_2-fp16-arith-1.c | 16 +-
gcc/testsuite/gcc.target/arm/simd/mve-compare-1.c | 80 ++++++++
gcc/testsuite/gcc.target/arm/simd/mve-compare-2.c | 38 ++++
gcc/testsuite/gcc.target/arm/simd/mve-compare-3.c | 38 ++++
.../gcc.target/arm/simd/mve-compare-scalar-1.c | 69 +++++++
gcc/testsuite/gcc.target/arm/simd/mve-vcmp-f16.c | 30 +++
gcc/testsuite/gcc.target/arm/simd/mve-vcmp-f32.c | 30 +++
gcc/testsuite/gcc.target/arm/simd/mve-vcmp.c | 50 +++++
15 files changed, 652 insertions(+), 168 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-compare-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-compare-2.c
create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-compare-3.c
create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-compare-scalar-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vcmp-f16.c
create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vcmp-f32.c
create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vcmp.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_kernel/llvm-release-arm-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from 54c343f5b2 Automatic date update in version.in
adds 3b33651e3d Automatic date update in version.in
adds 01cab7a6b8 Automatic date update in version.in
adds 7df48b0704 Automatic date update in version.in
adds f2ece6f163 Automatic date update in version.in
adds d6f17ee9f1 Automatic date update in version.in
adds 8586ba779a Automatic date update in version.in
adds 352cf802a9 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 21db44a4 0: update: binutils-llvm-linux-qemu: boot
new c1e32eb0 0: update: binutils-llvm-linux-qemu: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (21db44a4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 172 +-
02-prepare_abe/console.log | 444 +-
03-build_abe-binutils/console.log | 11513 ++++++------
04-build_llvm/console.log | 13846 +++++++--------
05-build_abe-qemu/console.log | 6978 ++++----
06-build_linux/console.log | 878 +-
07-boot_linux/console.log | 490 +-
08-check_regression/console.log | 2 +-
09-update_baseline/console.log | 2 +-
console.log | 34325 ++++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
results | 2 +-
12 files changed, 34358 insertions(+), 34316 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 afa4401edd8 testsuite/arm: Factorize and increase coverage in mve-sub_1.c
new c34e18636b3 testsuite/arm: Add mve-vadd-1.c test
new 0ca93e302bf testsuite/arm: Add mve-vadd-scalar-1.c test
new 45063c0506a Fix ICE [PR target/100549]
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/i386/i386.c | 4 +-
gcc/testsuite/gcc.target/arm/simd/mve-vadd-1.c | 43 ++++++++
.../{mve-vsub-scalar-1.c => mve-vadd-scalar-1.c} | 24 ++---
gcc/testsuite/gcc.target/i386/pr100549.c | 108 +++++++++++++++++++++
4 files changed, 165 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/simd/mve-vadd-1.c
copy gcc/testsuite/gcc.target/arm/simd/{mve-vsub-scalar-1.c => mve-vadd-scalar-1.c} (70%)
create mode 100644 gcc/testsuite/gcc.target/i386/pr100549.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.