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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6545aed8 0: update: binutils-gcc-linux: all
new 93b5ba96 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 (6545aed8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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 | 76 +-
02-prepare_abe/console.log | 134 +-
03-build_abe-binutils/console.log | 10068 ++++++-------
04-build_abe-stage1/console.log | 17043 +++++++++++-----------
05-build_linux/console.log | 730 +-
06-boot_linux/console.log | 2 +-
console.log | 28078 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 28079 insertions(+), 28064 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 d48da2b6432 [TargetLowering] SimplifyDemandedBits SIGN_EXTEND_VECTOR_IN [...]
new d3bcee47904 [SystemZ] Support vector load/store alignment hints
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/SystemZ/SystemZAsmPrinter.cpp | 41 ++
lib/Target/SystemZ/SystemZInstrFormats.td | 52 +-
lib/Target/SystemZ/SystemZInstrVector.td | 8 +-
lib/Target/SystemZ/SystemZScheduleZ13.td | 11 +-
lib/Target/SystemZ/SystemZScheduleZ14.td | 11 +-
test/CodeGen/SystemZ/frame-19.ll | 4 +-
test/CodeGen/SystemZ/vec-move-02.ll | 28 +-
test/CodeGen/SystemZ/vec-move-03.ll | 28 +-
.../SystemZ/vector-constrained-fp-intrinsics.ll | 592 ++++++++++-----------
test/MC/Disassembler/SystemZ/insns-z13.txt | 12 +
test/MC/SystemZ/insn-bad-z13.s | 24 +
test/MC/SystemZ/insn-good-z13.s | 24 +-
12 files changed, 487 insertions(+), 348 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 openmp.
from 3f381f5 New implementation of OpenMP 5.0 detached tasks.
new 79d5d6d [OPENMP][CUDA]Use __syncthreads when compiled by nvcc and cla [...]
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:
libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h | 5 +++++
1 file changed, 5 insertions(+)
--
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 compiler-rt.
from 8be6b7799 Revert r363633 "[CMake] Fix the value of `config.target_cflag [...]
new 0b7f4ad0c [libFuzzer] Remove too aggressive static_assert in FuzzedData [...]
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/fuzzer/utils/FuzzedDataProvider.h | 2 --
1 file changed, 2 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4a6c3215 0: update: llvm-linux: all
new a8c3e309 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 (4a6c3215)
\
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 | 184 +-
02-build_llvm/console.log | 11940 +++++++++++++++---------------
03-build_linux/console.log | 2924 ++++----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 15064 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 15072 insertions(+), 15068 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 clang.
from 9c1af474b8 [Syntax] Fix a crash when dumping empty token buffer
new 613e830b17 Allow copy/move assignment operator to be coroutine as per N4775
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:
include/clang/Basic/DiagnosticSemaKinds.td | 6 +++---
lib/Sema/SemaCoroutine.cpp | 14 ++------------
test/SemaCXX/coroutines.cpp | 9 ++++-----
3 files changed, 9 insertions(+), 20 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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 1343f0bb 2: update: llvm-linux: 25
new 6788c3cd 2: update: llvm-linux: 25
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 (1343f0bb)
\
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 | 220 +-
02-build_llvm/console.log | 11738 ++++++++++++++++++-----------------
03-build_linux/console.log | 700 +--
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 49 +-
console.log | 12713 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12714 insertions(+), 12720 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.