This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 0314afcef 0: update: binutils-gcc-glibc-llvm: 1
new b0b6e9fa0 0: update: binutils-gcc-glibc-llvm: 1
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 (0314afcef)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/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 | 181 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11474 +-
04-build_abe-stage1/console.log | 18139 ++-
05-build_abe-linux/console.log | 244 +-
06-build_abe-glibc/console.log | 35290 +++---
07-build_abe-stage2/console.log | 43936 ++++----
08-build_llvm-true/console.log | 12721 +--
10-benchmark--Oz_LTO_mthumb/benchmark-start.log | 2 +-
10-benchmark--Oz_LTO_mthumb/benchmark.log | 13 +-
10-benchmark--Oz_LTO_mthumb/console.log | 153 +-
11-check_regression/console.log | 719 +-
11-check_regression/results-0.csv | 130 +-
11-check_regression/results-1.csv | 138 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 1 +
11-check_regression/results-full.csv | 142 +-
11-check_regression/results.csv | 45 +-
11-check_regression/results.log | 2820 +-
12-update_baseline/console.log | 727 +-
12-update_baseline/results-0.csv | 130 +-
12-update_baseline/results-1.csv | 138 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 1 +
12-update_baseline/results-full.csv | 142 +-
12-update_baseline/results.csv | 45 +-
12-update_baseline/results.log | 2864 +-
console.log | 124098 +++++++++++----------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
30 files changed, 127486 insertions(+), 127331 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/llvm-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e54d5aaf3 0: update: llvm-linux: all
new 34991d38c 0: update: llvm-linux: 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 (e54d5aaf3)
\
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 | 181 +-
02-build_llvm/console.log | 12588 +++++++++++++++++------------------
03-build_linux/console.log | 756 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13567 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13563 insertions(+), 13543 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-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/gcc.
from 6ca87f2ae83 aarch64: Add support for Neoverse V1 CPU
adds 6f06be1769d Add support for __jcvt intrinsic
adds 3bec35d813c rtl_data: Add sp_is_clobbered_by_asm
adds aea14213c85 Daily bump.
new 4fb606b5037 Implement __rndr, __rndrrs intrinsics
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/ChangeLog | 38 ++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cfgexpand.c | 14 +++--
gcc/config/aarch64/aarch64-builtins.c | 80 ++++++++++++++++++++++++++
gcc/config/aarch64/aarch64-c.c | 3 +
gcc/config/aarch64/aarch64.h | 7 +++
gcc/config/aarch64/aarch64.md | 33 +++++++++++
gcc/config/aarch64/arm_acle.h | 32 +++++++++++
gcc/config/i386/i386.c | 6 +-
gcc/doc/sourcebuild.texi | 3 +
gcc/emit-rtl.h | 3 +
gcc/testsuite/ChangeLog | 21 +++++++
gcc/testsuite/gcc.target/aarch64/acle/jcvt_1.c | 15 +++++
gcc/testsuite/gcc.target/aarch64/acle/jcvt_2.c | 33 +++++++++++
gcc/testsuite/gcc.target/aarch64/acle/rng_1.c | 53 +++++++++++++++++
gcc/testsuite/gcc.target/i386/pr97032.c | 23 ++++++++
gcc/testsuite/lib/target-supports.exp | 21 +++++++
17 files changed, 379 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/jcvt_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/jcvt_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rng_1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr97032.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/gnu-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d76d328d9 0: update: binutils-gcc-linux: boot
new 6a50d33a0 0: update: binutils-gcc-linux: 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 (d76d328d9)
\
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 | 334 +-
02-prepare_abe/console.log | 290 +-
03-build_abe-binutils/console.log | 11782 ++++++-------
04-build_abe-stage1/console.log | 13920 +++++++--------
05-build_linux/console.log | 684 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 27018 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 27160 insertions(+), 26892 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/llvm-release-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bf6d75fe6 0: update: llvm-linux: all
new 36d38d411 0: update: llvm-linux: 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 (bf6d75fe6)
\
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 | 76 +-
02-build_llvm/console.log | 12612 +++++++++++++++++------------------
03-build_linux/console.log | 648 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13378 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13345 insertions(+), 13383 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.