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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a55364be5 llvm-fa2588a7788fa62dd9d99290d6c36dd75b55de72: all
new dda1cd288 llvm-62368bc223ee43fe986c0e3e8185538c7da3799f: 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 (a55364be5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 92 +-
2-build_llvm/console.log | 5216 ++++++++++++++++++++-------------------
3-count_linux_objs/console.log | 30 +-
console.log | 5338 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
8 files changed, 5257 insertions(+), 5433 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-allyesconfig
in repository toolchain/binutils-gdb.
from 6f0ffe50c8 gdb: Allow struct fields named double
adds f493efef89 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5a6656927 gcc-e87b1dcbf1fc98c166b1549650d880a73a5fe83d: all
new 364888373 binutils-f493efef89a544ebb7f1aa0c9bbd688fc34b5cdd: 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 (5a6656927)
\
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 | 54 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3461 ++--
4-build_abe-stage1/console.log | 5244 +++---
5-count_linux_objs/console.log | 32703 ++++++++++++++++++-------------------
console.log | 25344 ++++++++++++++--------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 33293 insertions(+), 33533 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-defconfig
in repository toolchain/ci/llvm-monorepo.
from fa2588a7788 [X86] Use GetDemandedBits to simplify the operands of PMULD [...]
adds bf4e9868875 [gn build] Make NOSORT line actually work
adds 9181cfa61f7 [PowerPC] Fix the bug of ISD::ADDE to set its second return [...]
adds b78f9a06fdd [NFC] Reuse variables instead of re-calling getParent
adds 62368bc223e [MIPS GlobalISel] Select G_SELECT
No new revisions were added by this update.
Summary of changes:
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 19 ++-
llvm/lib/Target/Mips/MipsInstructionSelector.cpp | 9 ++
llvm/lib/Target/Mips/MipsLegalizerInfo.cpp | 5 +
llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp | 7 +
llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 2 +-
llvm/lib/Transforms/Scalar/GuardWidening.cpp | 3 +-
.../Mips/GlobalISel/instruction-select/select.mir | 72 +++++++++
.../CodeGen/Mips/GlobalISel/legalizer/select.mir | 172 +++++++++++++++++++++
.../test/CodeGen/Mips/GlobalISel/llvm-ir/select.ll | 83 ++++++++++
.../Mips/GlobalISel/regbankselect/select.mir | 70 +++++++++
llvm/test/CodeGen/PowerPC/adde_return_type.ll | 11 ++
llvm/utils/gn/secondary/clang/lib/Headers/BUILD.gn | 2 +-
12 files changed, 443 insertions(+), 12 deletions(-)
create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/instruction-select/select.mir
create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/legalizer/select.mir
create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/select.ll
create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/regbankselect/select.mir
create mode 100644 llvm/test/CodeGen/PowerPC/adde_return_type.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-defconfig
in repository toolchain/ci/base-artifacts.
discards 8d3a6a9a7 llvm-fa2588a7788fa62dd9d99290d6c36dd75b55de72: all
new f26173445 llvm-62368bc223ee43fe986c0e3e8185538c7da3799f: 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 (8d3a6a9a7)
\
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 | 84 +-
2-build_llvm/console.log | 9153 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 120 +-
console.log | 9357 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
8 files changed, 9301 insertions(+), 9427 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/binutils-gdb.
from c909e7afdc Automatic date update in version.in
adds 744496f2ea 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 40d3e5bcd gcc-ac6a3935c7df0c0c86c192ddb4bc2368000895b8: all
new 570ee5b9b binutils-744496f2ea51a206286a5e824a8305057febcbf2: 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 (40d3e5bcd)
\
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 | 176 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6462 ++++++++--------
4-build_abe-stage1/console.log | 8310 ++++++++++----------
5-count_linux_objs/console.log | 201 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15119 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 15325 insertions(+), 14991 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-lts-allmodconfig
in repository toolchain/binutils-gdb.
from c909e7afdc Automatic date update in version.in
adds 744496f2ea 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-allyesconfig
in repository toolchain/gcc.
from 66161ef6235 Fix PR67974 for Darwin by adding an asm shim for AVX.
adds ac6a3935c7d Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ae1ec5994 binutils-c909e7afdc4710851a53e86ebed8cea3879b26e5: all
new 7b6b65010 gcc-ac6a3935c7df0c0c86c192ddb4bc2368000895b8: 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 (ae1ec5994)
\
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 | 43 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6103 +++++++------
4-build_abe-stage1/console.log | 11874 ++++++++++++------------
5-count_linux_objs/console.log | 144 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 18192 ++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 18181 insertions(+), 18225 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.