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 5b0c7c3ec 0: update: llvm-linux-qemu: boot
new 451a9f6d6 0: update: llvm-linux-qemu: 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 (5b0c7c3ec)
\
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:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 414 +-
03-build_llvm/console.log | 13386 +++++++++++------------
04-build_linux/console.log | 748 +-
05-build_abe-qemu/console.log | 6797 ++++++------
06-boot_linux/console.log | 488 +-
07-check_regression/console.log | 12 +-
08-update_baseline/console.log | 18 +-
console.log | 21993 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
10 files changed, 22002 insertions(+), 21996 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-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-release-arm-eabi-coremark-Os_LTO
in repository toolchain/ci/base-artifacts.
discards acbc24b1c 0: update: binutils-gcc: -8
new e98535871 0: update: binutils-gcc: -8
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 (acbc24b1c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-relea [...]
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 | 16 +-
02-prepare_abe/console.log | 352 +-
03-build_abe-binutils/console.log | 11048 +++++++-------
04-build_abe-stage1/console.log | 18068 +++++++++++-----------
05-build_abe-newlib/console.log | 38 +-
09-check_regression/console.log | 4 +-
10-update_baseline/console.log | 6 +-
console.log | 29532 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
9 files changed, 29512 insertions(+), 29560 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-next-allnoconfig
in repository toolchain/ci/llvm-project.
from 46bea9b2971 [Local] Remove unused function RemovePredecessorAndSimplify (NFC)
adds e334c52addc [llvm-objcopy] Use llvm::erase_if (NFC)
adds 622ea9cf74b [RISCV] Define vector widening reduction intrinsic.
adds e8c7e7cdbbb [ValueTracking] Add more known non zero tests (NFC)
adds b2184075127 [ValueTracking] Handle more non-trivial conditions in isKno [...]
adds c7dcc4c7258 [clang-format] PR48569 clang-format fails to align case lab [...]
adds c4ca1089669 [SLP] use switch to improve readability; NFC
adds badf0f20f3b [SLP] rename reduction variables for readability; NFC
new 62beac7ed7c [NFC] Refactor some SourceMgr code
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/Format/UnwrappedLineParser.cpp | 19 ++-
clang/unittests/Format/FormatTest.cpp | 14 +--
llvm/include/llvm/IR/IntrinsicsRISCV.td | 6 +
llvm/lib/Analysis/ValueTracking.cpp | 2 +-
llvm/lib/Support/SourceMgr.cpp | 28 ++---
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td | 40 +++++++
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 127 ++++++++++-----------
llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv32.ll | 43 +++++++
llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv64.ll | 85 ++++++++++++++
llvm/test/CodeGen/RISCV/rvv/vfwredsum-rv32.ll | 43 +++++++
llvm/test/CodeGen/RISCV/rvv/vfwredsum-rv64.ll | 85 ++++++++++++++
llvm/test/Transforms/IndVarSimplify/X86/pr45360.ll | 26 ++---
llvm/test/Transforms/InstCombine/known-non-zero.ll | 92 +++++++++++++++
llvm/tools/llvm-objcopy/COFF/Object.cpp | 19 ++-
llvm/tools/llvm-objcopy/MachO/Object.cpp | 4 +-
llvm/tools/llvm-objcopy/wasm/Object.cpp | 4 +-
16 files changed, 514 insertions(+), 123 deletions(-)
create mode 100644 llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv32.ll
create mode 100644 llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv64.ll
create mode 100644 llvm/test/CodeGen/RISCV/rvv/vfwredsum-rv32.ll
create mode 100644 llvm/test/CodeGen/RISCV/rvv/vfwredsum-rv64.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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 71ed6aaa0 0: update: llvm-linux-qemu: boot
new 0186646ff 0: update: llvm-linux-qemu: 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 (71ed6aaa0)
\
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:
01-reset_artifacts/console.log | 22 +-
02-prepare_abe/console.log | 406 +-
03-build_llvm/console.log | 13854 ++++++++++++------------
04-build_linux/console.log | 648 +-
05-build_abe-qemu/console.log | 6588 ++++++------
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 21558 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
9 files changed, 21561 insertions(+), 21527 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-allnoconfig
in repository toolchain/ci/llvm-project.
from c795dd19265 [BasicAA] Pass AC/DT to isKnownNonEqual()
adds 46bea9b2971 [Local] Remove unused function RemovePredecessorAndSimplify (NFC)
adds e334c52addc [llvm-objcopy] Use llvm::erase_if (NFC)
adds 622ea9cf74b [RISCV] Define vector widening reduction intrinsic.
adds e8c7e7cdbbb [ValueTracking] Add more known non zero tests (NFC)
adds b2184075127 [ValueTracking] Handle more non-trivial conditions in isKno [...]
adds c7dcc4c7258 [clang-format] PR48569 clang-format fails to align case lab [...]
new c4ca1089669 [SLP] use switch to improve readability; NFC
new badf0f20f3b [SLP] rename reduction variables for readability; NFC
The 2 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/Format/UnwrappedLineParser.cpp | 19 ++-
clang/unittests/Format/FormatTest.cpp | 14 +--
llvm/include/llvm/IR/IntrinsicsRISCV.td | 6 +
llvm/include/llvm/Transforms/Utils/Local.h | 14 ---
llvm/lib/Analysis/ValueTracking.cpp | 2 +-
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td | 40 +++++++
llvm/lib/Transforms/Utils/Local.cpp | 28 -----
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 127 ++++++++++-----------
llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv32.ll | 43 +++++++
llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv64.ll | 85 ++++++++++++++
llvm/test/CodeGen/RISCV/rvv/vfwredsum-rv32.ll | 43 +++++++
llvm/test/CodeGen/RISCV/rvv/vfwredsum-rv64.ll | 85 ++++++++++++++
llvm/test/Transforms/IndVarSimplify/X86/pr45360.ll | 26 ++---
llvm/test/Transforms/InstCombine/known-non-zero.ll | 92 +++++++++++++++
llvm/tools/llvm-objcopy/COFF/Object.cpp | 19 ++-
llvm/tools/llvm-objcopy/MachO/Object.cpp | 4 +-
llvm/tools/llvm-objcopy/wasm/Object.cpp | 4 +-
17 files changed, 502 insertions(+), 149 deletions(-)
create mode 100644 llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv32.ll
create mode 100644 llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv64.ll
create mode 100644 llvm/test/CodeGen/RISCV/rvv/vfwredsum-rv32.ll
create mode 100644 llvm/test/CodeGen/RISCV/rvv/vfwredsum-rv64.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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 712dcd24e 0: update: llvm-linux-qemu: all
new f067d7007 0: update: llvm-linux-qemu: 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 (712dcd24e)
\
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:
01-reset_artifacts/console.log | 130 +-
02-prepare_abe/console.log | 430 +-
03-build_llvm/console.log | 13758 ++++++++++++------------
04-build_linux/console.log | 644 +-
05-build_abe-qemu/console.log | 6650 ++++++------
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 2 +-
console.log | 21618 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
10 files changed, 21626 insertions(+), 21622 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-defconfig
in repository toolchain/ci/gcc.
from 9b3be7ede2d Daily bump.
adds 084af36bdaf Daily bump.
new e731714eb2b libobjc, Darwin : Fix powerpc encoding regression.
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:
gcc/DATESTAMP | 2 +-
libobjc/encoding.c | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.