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-defconfig
in repository toolchain/ci/base-artifacts.
discards cb785ab6 0: update: llvm-linux: boot
new 8bc6c796 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 (cb785ab6)
\
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 | 220 +-
02-build_llvm/console.log | 12214 +++++++++++++++----------------
03-build_linux/console.log | 1810 ++---
04-boot_linux/console.log | 470 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 14 +-
console.log | 14736 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 14741 insertions(+), 14741 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 7a6fccf41ea [X86] Remove unused arguments from a tablegen multiclass. NFC
new fe88b34eb01 gn build: (manually) merge r373028
new 2ec2d06ebc4 [X86] Remove CodeGenOnly instructions added in r373021, but [...]
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:
lib/Target/X86/X86InstrAVX512.td | 26 +++++++++-------------
.../clang-tidy/{linuxkernel => darwin}/BUILD.gn | 9 ++++----
.../clang-tools-extra/clang-tidy/plugin/BUILD.gn | 1 +
.../clang-tools-extra/clang-tidy/tool/BUILD.gn | 1 +
.../gn/secondary/clang-tools-extra/clangd/BUILD.gn | 1 +
5 files changed, 18 insertions(+), 20 deletions(-)
copy utils/gn/secondary/clang-tools-extra/clang-tidy/{linuxkernel => darwin}/BUILD [...]
--
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-allnoconfig
in repository toolchain/ci/gcc.
from be17627e88d [arm] Fix use of CRC32 intrinsics with Armv8-a and hard-float
adds 4b61247b9a5 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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/gnu-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards ef6c50f1 0: update: binutils-gcc-linux: boot
new fa798eef 0: update: binutils-gcc-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 (ef6c50f1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 16 +-
02-prepare_abe/console.log | 6 +-
03-build_abe-binutils/console.log | 10701 +++++++--------
04-build_abe-stage1/console.log | 13899 ++++++++++----------
05-build_linux/console.log | 704 +-
06-boot_linux/console.log | 4 +-
08-update_baseline/console.log | 8 +-
console.log | 25362 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
9 files changed, 25343 insertions(+), 25371 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-tools-extra.
from 613396c9 [clangd] Bump vscode-clangd v0.0.18
new 43c0d016 [clang-tidy] New check to warn when storing dispatch_once_t i [...]
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-tidy/CMakeLists.txt | 1 +
clang-tidy/ClangTidyForceLinker.h | 5 ++
clang-tidy/{zircon => darwin}/CMakeLists.txt | 7 +--
.../DarwinTidyModule.cpp} | 24 ++++-----
clang-tidy/darwin/DispatchOnceNonstaticCheck.cpp | 62 ++++++++++++++++++++++
clang-tidy/darwin/DispatchOnceNonstaticCheck.h | 35 ++++++++++++
clang-tidy/plugin/CMakeLists.txt | 1 +
clang-tidy/tool/CMakeLists.txt | 1 +
clangd/CMakeLists.txt | 1 +
docs/ReleaseNotes.rst | 6 +++
.../checks/darwin-dispatch-once-nonstatic.rst | 22 ++++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/darwin-dispatch-once-nonstatic.mm | 48 +++++++++++++++++
13 files changed, 199 insertions(+), 15 deletions(-)
copy clang-tidy/{zircon => darwin}/CMakeLists.txt (54%)
copy clang-tidy/{boost/BoostTidyModule.cpp => darwin/DarwinTidyModule.cpp} (53%)
create mode 100644 clang-tidy/darwin/DispatchOnceNonstaticCheck.cpp
create mode 100644 clang-tidy/darwin/DispatchOnceNonstaticCheck.h
create mode 100644 docs/clang-tidy/checks/darwin-dispatch-once-nonstatic.rst
create mode 100644 test/clang-tidy/darwin-dispatch-once-nonstatic.mm
--
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-arm-next-allmodconfig
in repository toolchain/ci/gcc.
from be17627e88d [arm] Fix use of CRC32 intrinsics with Armv8-a and hard-float
adds 4b61247b9a5 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2011a89a 2: update: gcc-be17627e88d18ea90a94a397ca213e349da30beb: 19877
new 0fb3295f 2: update: binutils-gcc-linux: 19879
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 (2011a89a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 219 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10630 ++++++------
04-build_abe-stage1/console.log | 18619 +++++++++++----------
05-build_linux/console.log | 1095 +-
07-check_regression/console.log | 16 +-
08-update_baseline/console.log | 96 +-
console.log | 31113 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
10 files changed, 31620 insertions(+), 30624 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.