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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 255792066 gcc-10f25579e55ee2f45495f1b742ab4d3b797a982e: all
new a65c50233 linux-9f1a389a0b5b4004757759e26e2ff459016515ac: 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 (255792066)
\
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 | 72 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6303 +-
4-build_abe-stage1/console.log | 9512 +-
5-count_linux_objs/console.log | 311623 +++++++++++++++++-----------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 324302 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 325892 insertions(+), 325972 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 5b399d6ac gcc-c14d4561250db9360a07e1dcbfca6565add1a28b: all
new 7259a4933 linux-7c2614bf7a1fc0da0743129e5b60af82f34cde55: 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 (5b399d6ac)
\
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 | 22 +-
3-build_abe-binutils/console.log | 6218 ++++++++--------
4-build_abe-stage1/console.log | 8195 ++++++++++-----------
5-count_linux_objs/console.log | 249 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 14738 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 14642 insertions(+), 14874 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 85b60d3fc5d [X86][NFC] Replace "<%s" with "< %s" in run-lines.
new 50de4990f06 GlobalISel: Verify load/store has a pointer input
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/CodeGen/MachineVerifier.cpp | 7 +++++-
.../GlobalISel/inst-select-amdgcn.cvt.pkrtz.mir | 8 +++----
.../CodeGen/AMDGPU/GlobalISel/inst-select-ashr.mir | 4 ++--
.../AMDGPU/GlobalISel/inst-select-bitcast.mir | 4 ++--
.../AMDGPU/GlobalISel/inst-select-constant.mir | 20 ++++++++--------
.../CodeGen/AMDGPU/GlobalISel/inst-select-copy.mir | 4 ++--
.../CodeGen/AMDGPU/GlobalISel/inst-select-fadd.mir | 2 +-
.../CodeGen/AMDGPU/GlobalISel/inst-select-fmul.mir | 8 +++----
.../AMDGPU/GlobalISel/inst-select-fptoui.mir | 2 +-
.../AMDGPU/GlobalISel/inst-select-implicit-def.mir | 14 +++++------
.../AMDGPU/GlobalISel/inst-select-maxnum.mir | 2 +-
.../AMDGPU/GlobalISel/inst-select-minnum.mir | 2 +-
test/CodeGen/AMDGPU/GlobalISel/inst-select-or.mir | 4 ++--
.../AMDGPU/GlobalISel/inst-select-sitofp.mir | 2 +-
test/CodeGen/MIR/AArch64/invalid-extload.mir | 23 ------------------
.../{test_g_fconstant.mir => test_g_load.mir} | 9 ++++---
test/Verifier/test_g_sextload.mir | 28 ++++++++++++++++++++++
.../{test_g_trunc.mir => test_g_store.mir} | 14 ++++-------
test/Verifier/test_g_zextload.mir | 28 ++++++++++++++++++++++
19 files changed, 111 insertions(+), 74 deletions(-)
delete mode 100644 test/CodeGen/MIR/AArch64/invalid-extload.mir
copy test/Verifier/{test_g_fconstant.mir => test_g_load.mir} (60%)
create mode 100644 test/Verifier/test_g_sextload.mir
copy test/Verifier/{test_g_trunc.mir => test_g_store.mir} (52%)
create mode 100644 test/Verifier/test_g_zextload.mir
--
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 d19b1ba1beb [NFC][MCA][X86][BdVer2] Cherry-pick int-to-ivec forwarding [...]
new 85b60d3fc5d [X86][NFC] Replace "<%s" with "< %s" in run-lines.
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/CodeGen/X86/2009-10-19-atomic-cmp-eflags.ll | 2 +-
test/CodeGen/X86/2012-02-29-CoalescerBug.ll | 2 +-
test/CodeGen/X86/atom-sched.ll | 8 ++++----
test/CodeGen/X86/bss_pagealigned.ll | 2 +-
test/CodeGen/X86/i16lshr8pat.ll | 2 +-
test/CodeGen/X86/inconsistent_landingpad.ll | 2 +-
test/CodeGen/X86/inline-asm-ptr-cast.ll | 2 +-
test/CodeGen/X86/inlineasm-sched-bug.ll | 2 +-
8 files changed, 11 insertions(+), 11 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 26de0f5a2 llvm-29ad802db08206000318b7445592abd620ccf650: 19127
new 59e1c61c3 linux-7c2614bf7a1fc0da0743129e5b60af82f34cde55: 19127
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 (26de0f5a2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 74 +-
2-build_llvm/console.log | 10253 ++++++++++++++++++-----------------
3-count_linux_objs/console.log | 992 ++--
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 11325 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 11226 insertions(+), 11444 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_bmk/gnu-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 698052cbf gcc-10f25579e55ee2f45495f1b742ab4d3b797a982e: 0
new 69fe7c101 binutils-eb51a3cd827a3bf02d80173592a0b5f0d88fa801: 0
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 (698052cbf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2 [...]
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 +-
10-update_baseline/console.log | 2 +-
2-prepare_abe/console.log | 22 +-
3-build_abe-binutils/console.log | 6234 ++--
4-build_abe-stage1/console.log | 13844 +++----
5-build_abe-linux/console.log | 78 +-
6-build_abe-glibc/console.log | 21609 +++++------
7-build_abe-stage2/console.log | 30450 ++++++++--------
8-benchmark/console.log | 34 +-
console.log | 72361 ++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 16 +-
results_id | 2 +-
13 files changed, 72347 insertions(+), 72365 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.