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-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 270f52638 binutils-eb51a3cd827a3bf02d80173592a0b5f0d88fa801: all
new a641342be gcc-89338f04ee389e12051c8d2d5d98522b6d4687eb: 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 (270f52638)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3257 ++-
4-build_abe-stage1/console.log | 5014 ++--
5-count_linux_objs/console.log | 43161 ++++++++++++++++----------------
console.log | 49606 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 50655 insertions(+), 50423 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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards c840fc8e6 gcc-73dfdb49a970d3f3948c1897909638a0bab78bb8: all
new 68bf7c81d linux-9f1a389a0b5b4004757759e26e2ff459016515ac: 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 (c840fc8e6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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:
1-reset_artifacts/console.log | 72 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6111 ++++++------
4-build_abe-stage1/console.log | 12027 ++++++++++++------------
5-count_linux_objs/console.log | 215 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18467 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18547 insertions(+), 18397 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 llvm.
from 7ee4b57ab0e [X86] Add vbmi2 compressstore and expandload tests that are [...]
new 66b8f683ab6 [X86] Add new variadic avx512 compress/expand intrinsics th [...]
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:
include/llvm/IR/IntrinsicsX86.td | 160 +----
lib/IR/AutoUpgrade.cpp | 23 +
lib/Target/X86/X86ISelLowering.cpp | 5 +-
lib/Target/X86/X86IntrinsicsInfo.h | 72 +-
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 360 ++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 137 ++--
test/CodeGen/X86/avx512vbmi2-intrinsics-upgrade.ll | 176 +++++
test/CodeGen/X86/avx512vbmi2-intrinsics.ll | 154 +++--
.../X86/avx512vbmi2vl-intrinsics-upgrade.ll | 356 ++++++++++
test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll | 136 ++--
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 748 ++++++++++++++++++++-
test/CodeGen/X86/avx512vl-intrinsics.ll | 296 ++++----
12 files changed, 2058 insertions(+), 565 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 clang.
from 085dbeb7bd [SemaCXX] Fix ICE with structure bindings to members of template
new 7bfb229128 [X86] Add new variadic avx512 compress/expand intrinsics tha [...]
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:
lib/CodeGen/CGBuiltin.cpp | 54 +++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 32 +++++++++---------
test/CodeGen/avx512vbmi2-builtins.c | 16 ++++-----
test/CodeGen/avx512vl-builtins.c | 64 +++++++++++++++++------------------
test/CodeGen/avx512vlvbmi2-builtins.c | 32 +++++++++---------
5 files changed, 126 insertions(+), 72 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 3fc3100 tcwg-benchmark.sh: Add support for :parallelize parameter in [...]
new 3323a97 tcwg_kernel-bisect.sh: Don't force $reproduce_bisect==true in [...]
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:
tcwg_kernel-bisect.sh | 6 ------
1 file changed, 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 502455cd5 llvm-30d3a54b74cf304a82d4f4ab2ef39efdc017ed78: all
new c2d7aaacc linux-f17b5f06cb92ef2250513a1e154c47b78df07d40: 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 (502455cd5)
\
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 8981 ++++++++++++++++++-----------------
3-count_linux_objs/console.log | 152 +-
3-count_linux_objs/kernel.release | 2 +-
console.log | 9425 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 9255 insertions(+), 9341 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 7dcdfbd0a llvm-30d3a54b74cf304a82d4f4ab2ef39efdc017ed78: 18988
new 65112ff45 linux-9f1a389a0b5b4004757759e26e2ff459016515ac: 18988
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 (7dcdfbd0a)
\
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:
2-build_llvm/console.log | 9008 ++++++++++++++++-----------------
3-count_linux_objs/console.log | 1598 +++---
console.log | 10670 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
7 files changed, 10652 insertions(+), 10644 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.