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-stable-allmodconfig
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
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.
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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b38c78c32 gcc-640647d4a9e352004a9db35a8d062311c5aa976f: 18468
new 5e8e35230 binutils-f1d3b1665f4980c893b496e85906ce43917cc515: 18468
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 (b38c78c32)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 60 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6353 +-
4-build_abe-stage1/console.log | 13187 +-
5-count_linux_objs/console.log | 344866 +++++++++++++++++-----------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 10 +-
console.log | 364458 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 364438 insertions(+), 364542 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-lts-allyesconfig
in repository toolchain/ci/llvm-monorepo.
from 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 [...]
adds 72c2927e891 [X86] Don't mark SEXTLOAD from v4i8/v4i16/v8i8 as Custom on [...]
new e222fdea47b [test] Remove flakiness decorator from TestObjCDynamicSBType
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 -
.../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 +-
.../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 +-
29 files changed, 2485 insertions(+), 5049 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-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 329bb372c linux-d2dd9f1593dc4d5ceb5cf4a973ed2c6e3a49d799: 16
new 30751f31d llvm-e222fdea47bafbc034c8fcbfa816a3d5abd15e84: 16
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 (329bb372c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 218 +-
2-build_llvm/console.log | 10213 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 158 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10595 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 10467 insertions(+), 10741 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards aeabd3ba4 binutils-64c45143db4c550e19763edf97ca3441c78f9a05: 19258
new 02104aafd gcc-1e89324e90196f7bdb75a943bc62a131a64cfee0: 19258
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 (aeabd3ba4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 175 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6284 +-
4-build_abe-stage1/console.log | 13209 +-
5-count_linux_objs/console.log | 317804 +++++++++++++++++----------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 10 +-
console.log | 337492 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 337179 insertions(+), 337843 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-allnoconfig
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.
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0d27195d9 linux-195303136f192d37b89e20a8d1d2670d0d825266: all
new fa00ddc11 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 (0d27195d9)
\
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 | 48 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6237 +++++++------
4-build_abe-stage1/console.log | 12134 ++++++++++++------------
5-count_linux_objs/console.log | 208 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18675 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 18568 insertions(+), 18782 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 acd993f9c [RegisterValue] Rewrite operator!= in terms of operator==. NFCI.
new 9e035ec10 [test] Remove flakiness decorator from TestObjCDynamicSBType
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:
.../test/expression_command/call-function/TestCallStopAndContinue.py | 2 --
1 file changed, 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.