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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 73e657f2 0: update: llvm-linux: boot
new c9d9d9f2 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 (73e657f2)
\
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 | 220 +-
02-build_llvm/console.log | 12452 +++++++++++++++++------------------
03-build_linux/console.log | 818 +--
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13523 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13512 insertions(+), 13525 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 gcc.
from 24023201e8f Apply maximum nunits for BB SLP
new 794e223f975 Extend can_duplicate_and_interleave_p to mixed-size vectors
new a129fb25af5 Optionally pick the cheapest loop_vec_info
new 624e4c8070f [AArch64] Enable VECT_COMPARE_COSTS by default for SVE
The 3 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/ChangeLog | 43 ++++++
gcc/config/aarch64/aarch64.c | 12 +-
gcc/config/aarch64/aarch64.opt | 4 +
gcc/config/arc/arc.c | 3 +-
gcc/config/arm/arm.c | 5 +-
gcc/config/i386/i386.c | 4 +-
gcc/config/mips/mips.c | 3 +-
gcc/doc/invoke.texi | 18 ++-
gcc/doc/tm.texi | 14 +-
gcc/target.def | 14 +-
gcc/target.h | 8 ++
gcc/targhooks.c | 3 +-
gcc/targhooks.h | 2 +-
gcc/testsuite/ChangeLog | 16 +++
gcc/testsuite/gcc.target/aarch64/sve/reduc_3.c | 26 ++--
.../aarch64/sve/{reduc_3.c => reduc_3_costly.c} | 30 +---
gcc/testsuite/gcc.target/aarch64/sve/slp_6.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sve/slp_7.c | 16 +--
.../aarch64/sve/{slp_7.c => slp_7_costly.c} | 28 +---
.../gcc.target/aarch64/sve/slp_7_costly_run.c | 5 +
gcc/testsuite/gcc.target/aarch64/sve/slp_7_run.c | 6 +-
gcc/testsuite/gcc.target/aarch64/sve/while_7.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sve/while_9.c | 2 +-
gcc/tree-vect-loop.c | 151 +++++++++++++++++++--
gcc/tree-vect-slp.c | 33 +++--
gcc/tree-vectorizer.h | 10 +-
26 files changed, 340 insertions(+), 120 deletions(-)
copy gcc/testsuite/gcc.target/aarch64/sve/{reduc_3.c => reduc_3_costly.c} (58%)
copy gcc/testsuite/gcc.target/aarch64/sve/{slp_7.c => slp_7_costly.c} (50%)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/slp_7_costly_run.c
--
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 gcc.
from 1c0a2d2ff05 Fix nonspec_time when there is no cached value.
new 24023201e8f Apply maximum nunits for BB SLP
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/ChangeLog | 49 +++++++
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gcc.dg/vect/bb-slp-4.c | 3 +-
gcc/testsuite/gcc.dg/vect/bb-slp-bool-1.c | 44 ++++++
.../gcc.target/aarch64/vect_mixed_sizes_14.c | 26 ++++
gcc/testsuite/gcc.target/i386/pr84101.c | 3 +-
gcc/tree-vect-data-refs.c | 14 +-
gcc/tree-vect-patterns.c | 7 +-
gcc/tree-vect-slp.c | 113 +++++++++++++---
gcc/tree-vect-stmts.c | 147 +++++++++++++++++----
gcc/tree-vectorizer.h | 9 +-
11 files changed, 359 insertions(+), 64 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-bool-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/vect_mixed_sizes_14.c
--
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-aarch64-mainline-allyesconfig
in repository toolchain/ci/llvm-project.
from 686a8891ca5 Revert ABI/API changes from b288f7d
adds 0ec4a87c38d Fix build since b288f7d
adds 8af4ee9ff00 Merging r375403:
No new revisions were added by this update.
Summary of changes:
llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp | 8 ++++--
.../Transforms/MemCpyOpt/aggregate-type-crash.ll | 30 ++++++++++++++++++++++
llvm/unittests/CodeGen/MachineInstrTest.cpp | 2 +-
3 files changed, 37 insertions(+), 3 deletions(-)
create mode 100644 llvm/test/Transforms/MemCpyOpt/aggregate-type-crash.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-release-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4c4afb81 0: update: llvm-linux: all
new a66f3b22 0: update: llvm-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 (4c4afb81)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 182 +-
02-build_llvm/console.log | 11850 +++++++++++++++++------------------
03-build_linux/console.log | 574 +-
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 12645 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 12676 insertions(+), 12626 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2c4c5b9a 0: update: llvm-linux: all
new 2ea984a6 0: update: llvm-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 (2c4c5b9a)
\
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 | 139 +-
02-build_llvm/console.log | 12358 +++++++++++++--------------
03-build_linux/console.log | 5066 +++++------
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 -
console.log | 17590 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 17566 insertions(+), 17622 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 gcc.
from 55f925d0158 2019-11-15 Edward Smith-Rowland <3dw4rd(a)verizon.net>
new 1c0a2d2ff05 Fix nonspec_time when there is no cached value.
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/ChangeLog | 8 ++++++++
gcc/ipa-inline-analysis.c | 4 +++-
gcc/ipa-inline.h | 4 ++--
3 files changed, 13 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.