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
in repository toolchain/ci/base-artifacts.
discards be80ed08f 0: init: binutils-gcc-glibc: -5
new fde02e258 0: update: binutils-gcc-glibc: -5
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 (be80ed08f)
\
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:
01-reset_artifacts/console.log | 213 +-
02-prepare_abe/console.log | 322 +-
03-build_abe-binutils/console.log | 11209 ++--
04-build_abe-stage1/console.log | 19668 +++---
05-build_abe-linux/console.log | 296 +-
06-build_abe-glibc/console.log | 39317 ++++++------
07-build_abe-stage2/console.log | 46652 +++++++-------
08-benchmark/benchmark-start.log | 2 +-
08-benchmark/benchmark.log | 20 +-
08-benchmark/console.log | 110 +-
09-check_regression/console.log | 18 +-
10-update_baseline/console.log | 16 +-
console.log | 117811 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +-
14 files changed, 117837 insertions(+), 117839 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-release-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards f81cf61a6 0: update: llvm-linux: boot
new 174f366aa 0: update: llvm-linux: boot
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 (f81cf61a6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 11580 ++++++++++++++++---------------
03-build_linux/console.log | 1748 ++---
04-boot_linux/console.log | 390 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 13969 +++++++++++++++++++-------------------
jenkins/manifest.sh | 6 +-
8 files changed, 13945 insertions(+), 13999 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 81d55726d 0: update: binutils-gcc-linux: all
new 71dcd5bff 0: update: binutils-gcc-linux: 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 (81d55726d)
\
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:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 42 +-
03-build_abe-binutils/console.log | 10683 +++++++--------
04-build_abe-stage1/console.log | 14580 ++++++++++----------
05-build_linux/console.log | 1038 +-
06-boot_linux/console.log | 6 +-
console.log | 26527 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 26517 insertions(+), 26503 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 5dcd620f4b7 [X86] Connect the output chain properly when combining vzex [...]
new 3b9e91d9041 [ARM] MVE vector shuffles
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/ARM/ARMISelLowering.cpp | 189 +++++++----
lib/Target/ARM/ARMISelLowering.h | 3 +-
lib/Target/ARM/ARMInstrInfo.td | 20 ++
lib/Target/ARM/ARMInstrMVE.td | 102 ++++++
lib/Target/ARM/ARMInstrNEON.td | 224 ++++++-------
test/CodeGen/Thumb2/mve-bitcasts.ll | 3 +-
test/CodeGen/Thumb2/mve-shuffle.ll | 615 ++++++++++++++++++++++++++++++++++++
test/CodeGen/Thumb2/mve-vdup.ll | 138 ++++++++
8 files changed, 1110 insertions(+), 184 deletions(-)
create mode 100644 test/CodeGen/Thumb2/mve-shuffle.ll
create mode 100644 test/CodeGen/Thumb2/mve-vdup.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.
unknown user pushed a change to branch master
in repository llvm.
from 5550ec1afa6 Silence gcc warning in testcase [NFC]
new 5dcd620f4b7 [X86] Connect the output chain properly when combining vzex [...]
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/X86/X86ISelLowering.cpp | 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/llvm-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 80e044149 0: update: llvm-linux: 16
new b9313e1c1 0: update: llvm-linux: 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 (80e044149)
\
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:
01-reset_artifacts/console.log | 229 +-
02-build_llvm/console.log | 11891 +++++++++++++++++-----------------
03-build_linux/console.log | 832 +--
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 28 +
console.log | 12986 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 13019 insertions(+), 12963 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.