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 af2a1693e binutils-fdc1fe728f15917f731ab1fec3520e8548c7ad04: all
new 4cf630b21 gcc-8ebcda81b6304554296bc6a759d6acbbc753a299: 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 (af2a1693e)
\
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 | 62 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3584 +++++++++---------
4-build_abe-stage1/console.log | 4010 ++++++++++----------
5-count_linux_objs/console.log | 85 +-
console.log | 7761 +++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 7814 insertions(+), 7712 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-lts-allnoconfig
in repository toolchain/ci/llvm-monorepo.
from 73e71c39503 [WebAssembly] Fix comments in ExplicitLocals (NFC)
adds 4b841979c47 Drop SE cache early because loop parent can change in LoopS [...]
adds e9853a02625 [SymbolContext] Rewrite operator== to be more concise.
adds 633a67e5b7d [CompilerType] Remove dead code. NFCI.
adds a850e77d8e7 [CompilerType] Simplify operator!=. NFCI.
adds 4e1bfe7ac35 [RegisterValue] Rewrite operator!= in terms of operator==. NFCI.
adds bf2ff622a31 [X86] Add test case from PR38217. NFC
adds 2a75f0eac9f [mips] Show a regular error message on attempt to use one b [...]
adds aef0837de80 [mips] Show an error on attempt to use 64-bit PC-relative r [...]
adds e5a8bcc96b8 [PowerPC] Fix CR Bit spill pseudo expansion
adds 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 [...]
new 72c2927e891 [X86] Don't mark SEXTLOAD from v4i8/v4i16/v8i8 as Custom on [...]
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 +-
lldb/source/Symbol/CompilerType.cpp | 13 +-
lldb/source/Symbol/SymbolContext.cpp | 7 +-
lldb/source/Utility/RegisterValue.cpp | 27 +-
.../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 9 +-
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/PowerPC/PPCRegisterInfo.cpp | 13 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 55 +-
llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp | 10 +-
.../PowerPC/NoCRFieldRedefWhenSpillingCRBIT.mir | 121 ++
.../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/pr38217.ll | 79 +
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 +-
llvm/test/MC/Mips/unsupported-relocation.s | 10 +-
llvm/test/Transforms/InstCombine/mul.ll | 25 +-
32 files changed, 2495 insertions(+), 5094 deletions(-)
create mode 100644 clang/test/CodeGenObjC/block-desc-str.m
create mode 100644 llvm/test/CodeGen/PowerPC/NoCRFieldRedefWhenSpillingCRBIT.mir
create mode 100644 llvm/test/CodeGen/X86/pr38217.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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f6b134f0a linux-d2dd9f1593dc4d5ceb5cf4a973ed2c6e3a49d799: all
new 869ddc0e7 llvm-72c2927e891b5de131e3b65df6e17fd6346bfd30: 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 (f6b134f0a)
\
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 | 30 +-
2-build_llvm/console.log | 9040 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 173 +-
console.log | 9211 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 9157 insertions(+), 9315 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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 87f38ea97 binutils-64c45143db4c550e19763edf97ca3441c78f9a05: all
new 961376673 gcc-1e89324e90196f7bdb75a943bc62a131a64cfee0: 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 (87f38ea97)
\
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 | 156 +-
3-build_abe-binutils/console.log | 3447 ++-
4-build_abe-stage1/console.log | 4126 ++--
5-count_linux_objs/console.log | 45382 +++++++++++++++++++------------------
console.log | 34889 ++++++++++++++--------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 44256 insertions(+), 43766 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-defconfig
in repository toolchain/ci/base-artifacts.
discards fbed006ac binutils-64c45143db4c550e19763edf97ca3441c78f9a05: all
new 2090df26b gcc-1e89324e90196f7bdb75a943bc62a131a64cfee0: 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 (fbed006ac)
\
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 | 152 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3631 +++--
4-build_abe-stage1/console.log | 4173 ++---
5-count_linux_objs/console.log | 25611 +++++++++++++++--------------
console.log | 31977 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 32887 insertions(+), 32681 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-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5db122bf6 llvm-fc0ae46fee401e530cdec4a3fe417cb14d8ef400: 16298
new c514e8a11 linux-195303136f192d37b89e20a8d1d2670d0d825266: 16416
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 (5db122bf6)
\
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 | 141 +-
2-build_llvm/console.log | 9117 +++++++++++++++--------------
3-count_linux_objs/console.log | 3490 ++++++-----
4-check_regression/console.log | 8 +-
5-update_baseline/console.log | 8 +-
console.log | 12202 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
results | 2 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 12872 insertions(+), 12116 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.