This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ce174832 2: update: binutils-gcc-linux-qemu: 20160
new 608502e6 2: update: binutils-gcc-linux-qemu: 20160
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 (ce174832)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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.xz | Bin 1688 -> 1832 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30860 -> 30044 bytes
04-build_abe-stage1/console.log.xz | Bin 68844 -> 68164 bytes
05-build_abe-qemu/console.log.xz | Bin 33092 -> 32072 bytes
06-build_linux/console.log.xz | Bin 5172 -> 4960 bytes
08-check_regression/console.log.xz | Bin 480 -> 476 bytes
09-update_baseline/console.log | 134 +++++++++++++++++------------------
jenkins/manifest.sh | 18 ++---
9 files changed, 76 insertions(+), 76 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_kernel/gnu-master-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d07405a6 4: update: binutils-gcc-linux-qemu: 33
new e1f24289 4: update: binutils-gcc-linux-qemu: 33
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 (d07405a6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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.xz | Bin 1640 -> 1760 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30164 -> 30196 bytes
04-build_abe-stage1/console.log.xz | Bin 72604 -> 72940 bytes
05-build_abe-qemu/console.log.xz | Bin 33264 -> 32036 bytes
06-build_linux/console.log.xz | Bin 5672 -> 5492 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 56 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +++++++-------
9 files changed, 39 insertions(+), 39 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 4cbebddc2ce [aarch64] Use op_mode instead of vmode in aarch64_vectorize [...]
new ae69e6f61b9 i386: Fix _mm_[u]comixx_{ss,sd} codegen and add PF result. [...]
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/i386/i386-builtin.def | 32 ++---
gcc/config/i386/i386-expand.cc | 140 +++++++++++++--------
.../{avx-vaddss-1.c => avx-vcomisd-pr106113-2.c} | 2 +-
.../{avx-vaddss-1.c => avx-vcomiss-pr106113-2.c} | 2 +-
.../{avx-vaddss-1.c => avx-vucomisd-pr106113-2.c} | 2 +-
.../{avx-vaddss-1.c => avx-vucomiss-pr106113-2.c} | 2 +-
.../gcc.target/i386/sse-comiss-pr106113-1.c | 19 +++
.../gcc.target/i386/sse-comiss-pr106113-2.c | 59 +++++++++
.../gcc.target/i386/sse-ucomiss-pr106113-1.c | 19 +++
.../gcc.target/i386/sse-ucomiss-pr106113-2.c | 59 +++++++++
.../gcc.target/i386/sse2-comisd-pr106113-1.c | 19 +++
.../gcc.target/i386/sse2-comisd-pr106113-2.c | 59 +++++++++
.../gcc.target/i386/sse2-ucomisd-pr106113-1.c | 19 +++
.../gcc.target/i386/sse2-ucomisd-pr106113-2.c | 59 +++++++++
14 files changed, 422 insertions(+), 70 deletions(-)
copy gcc/testsuite/gcc.target/i386/{avx-vaddss-1.c => avx-vcomisd-pr106113-2.c} (80%)
copy gcc/testsuite/gcc.target/i386/{avx-vaddss-1.c => avx-vcomiss-pr106113-2.c} (80%)
copy gcc/testsuite/gcc.target/i386/{avx-vaddss-1.c => avx-vucomisd-pr106113-2.c} (80%)
copy gcc/testsuite/gcc.target/i386/{avx-vaddss-1.c => avx-vucomiss-pr106113-2.c} (80%)
create mode 100644 gcc/testsuite/gcc.target/i386/sse-comiss-pr106113-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse-comiss-pr106113-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse-ucomiss-pr106113-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse-ucomiss-pr106113-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-comisd-pr106113-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-comisd-pr106113-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-ucomisd-pr106113-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-ucomisd-pr106113-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.