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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards ddcb15e29 linux-d2dd9f1593dc4d5ceb5cf4a973ed2c6e3a49d799: all
new 64b8a4e2b binutils-ab937fbf067895b519dc717e5dd6643b00e90524: 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 (ddcb15e29)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 65 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6385 ++++++-------
4-build_abe-stage1/console.log | 12239 ++++++++++++------------
5-count_linux_objs/console.log | 136 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18919 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18958 insertions(+), 18836 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/base-artifacts.
discards 4cf630b21 gcc-8ebcda81b6304554296bc6a759d6acbbc753a299: all
new 6baaefdef 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 (4cf630b21)
\
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 | 65 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3574 +++++++++--------
4-build_abe-stage1/console.log | 4396 ++++++++++----------
5-count_linux_objs/console.log | 184 +-
console.log | 8159 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 8151 insertions(+), 8249 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-next-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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d5e3f3b8b llvm-d57abdac186e48f6d53fb4d1c7e69197b800f75b: all
new dcac504ea 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 (d5e3f3b8b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 340 +-
2-build_llvm/console.log | 8863 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 169 +-
console.log | 9368 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
8 files changed, 9457 insertions(+), 9297 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 465440846e3 [NFC] Fixed extra semicolon warning -This line, and those b [...]
new 55e4ae96b05 [PowerPC] Fix machine verify pass error for PATCHPOINT pseu [...]
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/PowerPC/PPCISelLowering.cpp | 11 ++++++++---
test/CodeGen/PowerPC/ppc64-anyregcc-crash.ll | 2 +-
test/CodeGen/PowerPC/ppc64-anyregcc.ll | 2 +-
test/CodeGen/PowerPC/ppc64-patchpoint.ll | 8 ++++----
test/CodeGen/PowerPC/ppc64-stackmap.ll | 2 +-
5 files changed, 15 insertions(+), 10 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 lldb.
from 9e035ec10 [test] Remove flakiness decorator from TestObjCDynamicSBType
new f60e60f12 [TypeName] Simplify operator!=. NFCI.
new c1d740273 [Type] Simplify operator!=. NFC.
The 2 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:
source/Symbol/Type.cpp | 9 ++-------
1 file changed, 2 insertions(+), 7 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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b22bd2acc binutils-ecad3b215d34263968bb7c74701e3ca9483ac710: all
new 9d9d6930c 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 (b22bd2acc)
\
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 | 41 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6583 ++--
4-build_abe-stage1/console.log | 9862 ++---
5-count_linux_objs/console.log | 52357 +++++++++++++-------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 72795 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 70811 insertions(+), 70877 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-allmodconfig
in repository toolchain/binutils-gdb.
from fdc1fe728f Automatic date update in version.in
adds ab937fbf06 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.