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 052fb913 0: update: llvm-linux: 18738
new 75b7b862 0: update: llvm-linux: 18738
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 (052fb913)
\
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:
01-reset_artifacts/console.log | 46 +-
02-build_llvm/console.log | 12966 ++++++++++++++--------------
03-build_linux/console.log | 604 +-
05-check_regression/console.log | 32 +-
05-check_regression/results.regressions | 2 +-
06-update_baseline/console.log | 8 +-
06-update_baseline/results.regressions | 2 +-
console.log | 13656 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
9 files changed, 13663 insertions(+), 13665 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bef05e8a 0: update: binutils-gcc-linux: all
new f41f8ac6 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 (bef05e8a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 70 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11635 +++++------
04-build_abe-stage1/console.log | 20290 +++++++++---------
05-build_linux/console.log | 760 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33405 +++++++++++++++---------------
jenkins/manifest.sh | 11 +-
12 files changed, 33343 insertions(+), 33294 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 f5b461d4530 Consolidate a couple peepholes and improve peepholes that c [...]
new 5ef067eb14d coroutines: Implicitly movable objects should use move CTOR [...]
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/cp/ChangeLog | 5 +
gcc/cp/coroutines.cc | 109 ++++++++++++++-------
gcc/testsuite/ChangeLog | 4 +
.../coroutines/co-return-syntax-10-movable.C | 67 +++++++++++++
4 files changed, 150 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/co-return-syntax-10-movable.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-master-arm-next-defconfig
in repository toolchain/ci/llvm-project.
from 9a05547954a [AArch64] Precommit tests for D77316
adds 6211830fbab [VectorCombine] add reduction-like patterns; NFC
adds 2123bb843e4 [ARM] Patterns for VQSHRN
adds 604f44977bd [InstCombine] Clean up alignment handling (NFC)
adds 43017ceb784 [PhaseOrdering] add vector reduction tests; NFC
adds 81e9ede3a2d [VectorCombine] forward walk through instructions to improv [...]
adds 49c9a68d7fc The release notes for ObjCBreakBeforeNestedBlockParam was p [...]
adds 32870a84d9a Expose IRGen API to add the default IR attributes to a func [...]
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 32 ++---
clang/include/clang/CodeGen/CodeGenABITypes.h | 20 +++
clang/lib/CodeGen/CGCall.cpp | 141 ++++++++++++++-------
clang/lib/CodeGen/CodeGenABITypes.cpp | 5 +
clang/lib/CodeGen/CodeGenAction.cpp | 2 +-
clang/lib/CodeGen/CodeGenModule.h | 17 ++-
llvm/lib/Target/ARM/ARMInstrMVE.td | 18 +++
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 33 +----
llvm/lib/Transforms/Vectorize/VectorCombine.cpp | 5 +-
llvm/test/CodeGen/Thumb2/mve-satmul-loops.ll | 78 ++++--------
llvm/test/CodeGen/Thumb2/mve-vqshrn.ll | 24 ++--
.../PhaseOrdering/X86/vector-reductions.ll | 69 ++++++++++
.../Transforms/VectorCombine/X86/extract-binop.ll | 61 +++++++++
.../Transforms/VectorCombine/X86/insert-binop.ll | 8 +-
14 files changed, 336 insertions(+), 177 deletions(-)
create mode 100644 llvm/test/Transforms/PhaseOrdering/X86/vector-reductions.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-defconfig
in repository toolchain/ci/base-artifacts.
discards 6c1a6f80 0: update: llvm-linux: boot
new 6784a6fb 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 (6c1a6f80)
\
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:
01-reset_artifacts/console.log | 197 +-
02-build_llvm/console.log | 12968 +++++++++++++++++-----------------
03-build_linux/console.log | 668 +-
04-boot_linux/console.log | 414 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 12 +-
console.log | 14271 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 14267 insertions(+), 14287 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 23dcaafd 0: update: llvm-linux: boot
new b36dc799 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 (23dcaafd)
\
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 | 13012 +++++++++++++++++------------------
03-build_linux/console.log | 852 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 38 +
console.log | 14138 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 14181 insertions(+), 14107 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.