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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 8d31fa036c gcc-c4438ee9bcb7379df6a556cde9f0335d9f42fbbf: all
new fe7744af24 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 (8d31fa036c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 15 +-
2-prepare_abe/console.log | 14 +-
3-build_abe-binutils/console.log | 3358 +++++++++---------
4-build_abe-stage1/console.log | 3672 ++++++++++----------
5-count_linux_objs/console.log | 80 +-
console.log | 6987 +++++++++++++++++++-------------------
distance-to-baseline | 1 -
jenkins/build-name | 1 -
jenkins/manifest.sh | 36 +-
trigger-bisect-on-failure | 3 -
10 files changed, 7039 insertions(+), 7128 deletions(-)
delete mode 100644 distance-to-baseline
delete mode 100644 jenkins/build-name
delete mode 100644 trigger-bisect-on-failure
--
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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards cd2f3cc104 gcc-ec127bff7e39131969e164bc0f95e88e00a30317: all
new c1fb7327fc 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 (cd2f3cc104)
\
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:
1-reset_artifacts/console.log | 16 +-
2-prepare_abe/console.log | 14 +-
3-build_abe-binutils/console.log | 3343 +-
4-build_abe-stage1/console.log | 4119 +-
5-count_linux_objs/console.log | 264047 +++++++++++++++++-----------------
5-count_linux_objs/kernel.release | 2 +-
console.log | 271425 +++++++++++++++++------------------
distance-to-baseline | 1 -
jenkins/build-name | 1 -
jenkins/manifest.sh | 36 +-
trigger-bisect-on-failure | 3 -
11 files changed, 271497 insertions(+), 271510 deletions(-)
delete mode 100644 distance-to-baseline
delete mode 100644 jenkins/build-name
delete mode 100644 trigger-bisect-on-failure
--
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 62f9ba9fc99 [X86][SSE] Generalize X86ISD::BLENDI support to more value types
new fe7822a4a25 [SelectionDAG] Extract [US]MULO expansion into TL method; NFC
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/CodeGen/TargetLowering.h | 5 +
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 144 +---------------------------
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 109 +++++++++++++++++++++
3 files changed, 117 insertions(+), 141 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 d9e1a107e0d [lib/ObjectYAML] - Fix BB after r353607 [2]. NFC.
new 62f9ba9fc99 [X86][SSE] Generalize X86ISD::BLENDI support to more value types
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/Target/X86/X86ISelLowering.cpp | 100 ++++++-------
lib/Target/X86/X86InstrSSE.td | 23 +++
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 25 ++--
test/CodeGen/X86/combine-sdiv.ll | 9 +-
test/CodeGen/X86/insertelement-ones.ll | 10 +-
test/CodeGen/X86/known-signbits-vector.ll | 10 +-
test/CodeGen/X86/masked_load.ll | 32 ++---
test/CodeGen/X86/masked_store.ll | 18 +--
test/CodeGen/X86/oddshuffles.ll | 76 +++++-----
test/CodeGen/X86/packss.ll | 40 +++---
test/CodeGen/X86/pr34592.ll | 14 +-
test/CodeGen/X86/prefer-avx256-mask-shuffle.ll | 9 +-
test/CodeGen/X86/sse2.ll | 3 +-
test/CodeGen/X86/vector-reduce-smax.ll | 43 +++---
test/CodeGen/X86/vector-reduce-smin.ll | 63 ++++----
test/CodeGen/X86/vector-shift-ashr-256.ll | 6 +-
test/CodeGen/X86/vector-shuffle-128-v8.ll | 9 +-
test/CodeGen/X86/vector-shuffle-256-v16.ll | 27 ++--
test/CodeGen/X86/vector-shuffle-256-v32.ll | 158 +++++++--------------
19 files changed, 290 insertions(+), 385 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.