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/ci/base-artifacts.
discards f63c52cb3 gcc-ac6a3935c7df0c0c86c192ddb4bc2368000895b8: all
new fa1f5702e 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 (f63c52cb3)
\
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 | 34 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3290 +++++++--------
4-build_abe-stage1/console.log | 4734 +++++++++++-----------
5-count_linux_objs/console.log | 103 +-
console.log | 8217 +++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 8191 insertions(+), 8205 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-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-aarch64-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f6ad0070b binutils-744496f2ea51a206286a5e824a8305057febcbf2: all
new 77a913f17 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 (f6ad0070b)
\
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 | 68 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3348 ++++++++---------
4-build_abe-stage1/console.log | 4043 ++++++++++----------
5-count_linux_objs/console.log | 89 +-
console.log | 7696 +++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 7620 insertions(+), 7644 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-allyesconfig
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-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a826d18d7 llvm-fa2588a7788fa62dd9d99290d6c36dd75b55de72: 17398
new 5d4fb2611 llvm-62368bc223ee43fe986c0e3e8185538c7da3799f: 17398
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 (a826d18d7)
\
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 | 58 +-
2-build_llvm/console.log | 10147 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 489 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10700 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 10715 insertions(+), 10699 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-next-defconfig
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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 33dc5007c linux-6a1d293238c1774cef23c25b5188b0c134c29a34: all
new 795256933 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 (33dc5007c)
\
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 | 38 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3605 +++---
4-build_abe-stage1/console.log | 4714 ++++---
5-count_linux_objs/console.log | 15867 ++++++++++++------------
console.log | 24306 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 24171 insertions(+), 24379 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-next-defconfig
in repository toolchain/gcc.
from 6b9b2474cef 2018-12-24 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds e87b1dcbf1f 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-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 4411e2f1b binutils-f493efef89a544ebb7f1aa0c9bbd688fc34b5cdd: all
new a37763b81 gcc-e87b1dcbf1fc98c166b1549650d880a73a5fe83d: 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 (4411e2f1b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 3433 ++-
4-build_abe-stage1/console.log | 4842 ++---
5-count_linux_objs/console.log | 36358 ++++++++++++++++----------------
console.log | 41527 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 43087 insertions(+), 43157 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-lts-allnoconfig
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.