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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 12e220161 binutils-ecad3b215d34263968bb7c74701e3ca9483ac710: 19089
new 1635d120c gcc-1e89324e90196f7bdb75a943bc62a131a64cfee0: 19089
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 (12e220161)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 106 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3622 +-
4-build_abe-stage1/console.log | 5015 +-
5-count_linux_objs/console.log | 384358 +++++++++++++++++------------------
7-update_baseline/console.log | 2 +-
console.log | 392875 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 393099 insertions(+), 392901 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-defconfig
in repository toolchain/ci/base-artifacts.
discards ba7b3ce89 gcc-8ebcda81b6304554296bc6a759d6acbbc753a299: all
new 0bd29f5da linux-195303136f192d37b89e20a8d1d2670d0d825266: 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 (ba7b3ce89)
\
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:
1-reset_artifacts/console.log | 66 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6426 ++++++++--------
4-build_abe-stage1/console.log | 8424 ++++++++++----------
5-count_linux_objs/console.log | 252 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15224 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 15310 insertions(+), 15126 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-master-aarch64-stable-allnoconfig
in repository toolchain/ci/llvm-monorepo.
from d57abdac186 [PowerPC] Complete the custom legalization of vector int to [...]
adds 645d02b4846 [PowerPC][NFC] Macro for register set defs for the Asm Parser
adds 30ffad93013 [CodeGen] Replace '@' characters in block descriptors' symb [...]
adds 8cac4ec796c [X86] Add custom type legalization for SIGN_EXTEND_VECTOR_I [...]
adds 72c2927e891 [X86] Don't mark SEXTLOAD from v4i8/v4i16/v8i8 as Custom on [...]
adds e222fdea47b [test] Remove flakiness decorator from TestObjCDynamicSBType
adds 4ef2450ad58 [PowerPC] Fix ADDE, SUBE do not know how to promote operator
adds 649be5807e4 [NFC] Fixed extra semicolon warning -This line, and those b [...]
No new revisions were added by this update.
Summary of changes:
clang/lib/CodeGen/CGBlocks.cpp | 3 +
clang/test/CodeGenObjC/block-desc-str.m | 14 +
clang/test/CodeGenObjCXX/block-nested-in-lambda.mm | 4 +-
.../call-function/TestCallStopAndContinue.py | 2 -
.../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 5 +
llvm/lib/Support/Error.cpp | 2 +-
llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 165 +----
.../PowerPC/Disassembler/PPCDisassembler.cpp | 209 +------
.../Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h | 60 ++
llvm/lib/Target/X86/X86ISelLowering.cpp | 55 +-
llvm/test/CodeGen/PowerPC/pr39815.ll | 31 +
llvm/test/CodeGen/X86/madd.ll | 94 ++-
llvm/test/CodeGen/X86/pmovsx-inreg.ll | 18 +-
llvm/test/CodeGen/X86/pmul.ll | 106 ++--
llvm/test/CodeGen/X86/vec_cast.ll | 7 +-
llvm/test/CodeGen/X86/vec_int_to_fp.ll | 27 +-
llvm/test/CodeGen/X86/vector-sext.ll | 696 ++++++++-------------
llvm/test/CodeGen/X86/vsel-cmp-load.ll | 14 +-
18 files changed, 570 insertions(+), 942 deletions(-)
create mode 100644 clang/test/CodeGenObjC/block-desc-str.m
create mode 100644 llvm/test/CodeGen/PowerPC/pr39815.ll
--
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-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 585016354 llvm-d57abdac186e48f6d53fb4d1c7e69197b800f75b: all
new 2b360c3c3 llvm-649be5807e420797b9c50caa417202f4df50aeb0: 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 (585016354)
\
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:
1-reset_artifacts/console.log | 72 +-
2-build_llvm/console.log | 9211 ++++++++++++++++++++-------------------
3-count_linux_objs/console.log | 22 +-
console.log | 9305 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
8 files changed, 9325 insertions(+), 9299 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-mainline-defconfig
in repository toolchain/binutils-gdb.
from 64c45143db Fix the build when GNU Source Highlight is not available
adds f1d3b1665f Automatic date update in version.in
adds ecad3b215d Fix 'help set/show style' strange layouts/results.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/cli/cli-style.c | 10 +++++-----
2 files changed, 6 insertions(+), 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/gnu-master-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards adfebd72a linux-195303136f192d37b89e20a8d1d2670d0d825266: all
new f6cf2b538 binutils-ecad3b215d34263968bb7c74701e3ca9483ac710: 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 (adfebd72a)
\
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 | 52 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3784 +++---
4-build_abe-stage1/console.log | 4970 ++++----
5-count_linux_objs/console.log | 14742 +++++++++++------------
console.log | 23604 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 23732 insertions(+), 23440 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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 7cfca4183 binutils-fdc1fe728f15917f731ab1fec3520e8548c7ad04: all
new 118fa0799 linux-195303136f192d37b89e20a8d1d2670d0d825266: 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 (7cfca4183)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 78 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6538 +++++++------
4-build_abe-stage1/console.log | 11892 +++++++++++------------
5-count_linux_objs/console.log | 196 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18712 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18760 insertions(+), 18704 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-master-arm-mainline-allmodconfig
in repository toolchain/ci/llvm-monorepo.
from fc0ae46fee4 [InstCombine] [NFC] update testcases for canonicalize MUL w [...]
adds d57abdac186 [PowerPC] Complete the custom legalization of vector int to [...]
adds 645d02b4846 [PowerPC][NFC] Macro for register set defs for the Asm Parser
adds 30ffad93013 [CodeGen] Replace '@' characters in block descriptors' symb [...]
adds 8cac4ec796c [X86] Add custom type legalization for SIGN_EXTEND_VECTOR_I [...]
adds 72c2927e891 [X86] Don't mark SEXTLOAD from v4i8/v4i16/v8i8 as Custom on [...]
adds e222fdea47b [test] Remove flakiness decorator from TestObjCDynamicSBType
adds 4ef2450ad58 [PowerPC] Fix ADDE, SUBE do not know how to promote operator
new 649be5807e4 [NFC] Fixed extra semicolon warning -This line, and those b [...]
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:
clang/lib/CodeGen/CGBlocks.cpp | 3 +
clang/test/CodeGenObjC/block-desc-str.m | 14 +
clang/test/CodeGenObjCXX/block-nested-in-lambda.mm | 4 +-
.../call-function/TestCallStopAndContinue.py | 2 -
.../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 5 +
llvm/lib/Support/Error.cpp | 2 +-
llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 165 +-
.../PowerPC/Disassembler/PPCDisassembler.cpp | 209 +--
.../Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h | 60 +
llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 59 +-
llvm/lib/Target/PowerPC/PPCInstrVSX.td | 79 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 55 +-
llvm/test/CodeGen/PowerPC/pr39815.ll | 31 +
.../CodeGen/PowerPC/vec_conv_i16_to_fp32_elts.ll | 1314 +++------------
.../CodeGen/PowerPC/vec_conv_i16_to_fp64_elts.ll | 311 ++--
.../CodeGen/PowerPC/vec_conv_i64_to_fp32_elts.ll | 884 ++++------
.../CodeGen/PowerPC/vec_conv_i8_to_fp32_elts.ll | 1415 ++++------------
.../CodeGen/PowerPC/vec_conv_i8_to_fp64_elts.ll | 1707 +++++++-------------
llvm/test/CodeGen/PowerPC/vsx.ll | 34 +-
llvm/test/CodeGen/X86/madd.ll | 94 +-
llvm/test/CodeGen/X86/pmovsx-inreg.ll | 18 +-
llvm/test/CodeGen/X86/pmul.ll | 106 +-
llvm/test/CodeGen/X86/vec_cast.ll | 7 +-
llvm/test/CodeGen/X86/vec_int_to_fp.ll | 27 +-
llvm/test/CodeGen/X86/vector-sext.ll | 696 +++-----
llvm/test/CodeGen/X86/vsel-cmp-load.ll | 14 +-
26 files changed, 2280 insertions(+), 5035 deletions(-)
create mode 100644 clang/test/CodeGenObjC/block-desc-str.m
create mode 100644 llvm/test/CodeGen/PowerPC/pr39815.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.