This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards d5f998b0 0: update: gcc-bcd9cd37231dc3ff4a13b2acb58089a9d278e338: -10
new 6203a0e5 0: update: gcc-69dfc98dfedd28d5a7a11dbb76d59602add13b23: -10
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 (d5f998b0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 140 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-bootstrap_profiled/console.log | 83791 +++++++++++++------------
console.log | 84361 +++++++++++++-------------
jenkins/manifest.sh | 10 +-
5 files changed, 84321 insertions(+), 84411 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_bmk/llvm-master-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 1c6e5fc7 0: update: glibc-cb755eede7abad9515d2194313ae3f9e1011791d: 0
new 3912ea00 0: update: llvm-772176dad1fa0328f37729e84fbaf333068485ef: 0
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 (1c6e5fc7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-arm-spec [...]
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 | 299 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 10050 +--
04-build_abe-stage1/console.log | 19384 +++---
05-build_abe-linux/console.log | 288 +-
06-build_abe-glibc/console.log | 39275 ++++++-----
07-build_abe-stage2/console.log | 46053 ++++++-------
08-build_llvm-true/console.log | 11672 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 9 +-
09-benchmark/console.log | 216 +-
10-check_regression/console.log | 36 +-
11-update_baseline/console.log | 32 +-
console.log | 127767 +++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
results_id | 2 +-
16 files changed, 127589 insertions(+), 127932 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
in repository toolchain/ci/interesting-commits.
from 07c65df Add commits from https://ci.linaro.org/job/tcwg_kernel-bisect [...]
new caf0f76 Add commits from https://ci.linaro.org/job/tcwg_kernel-bisect [...]
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:
linux | 2 ++
1 file changed, 2 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 gcc.
from 872cead5c9d PR c++/90592 add missing word "scope" to __func__ docs
new aeb35445570 Do not use tree_to_wide_ref that point to a temporary (PR c [...]
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 | 7 +++++++
gcc/tree-ssa-uninit.c | 2 +-
2 files changed, 8 insertions(+), 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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 5bfe385b [clangd-vscode] Do not customize uri converters in vscode
new bbcaec4c [clangd] Bump vscode extension version
new 3db2d00c [clang-tidy] New check calling out uses of +new in Objective-C code
new d0ed0276 [clangd] Also update package-lock.json
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:
clang-tidy/google/AvoidNSObjectNewCheck.cpp | 130 +++++++++++++++++++++
clang-tidy/google/AvoidNSObjectNewCheck.h | 38 ++++++
clang-tidy/google/CMakeLists.txt | 1 +
clang-tidy/google/GoogleTidyModule.cpp | 3 +
clangd/clients/clangd-vscode/package-lock.json | 2 +-
clangd/clients/clangd-vscode/package.json | 2 +-
docs/ReleaseNotes.rst | 6 +
.../checks/google-objc-avoid-nsobject-new.rst | 29 +++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/google-objc-avoid-nsobject-new.m | 80 +++++++++++++
10 files changed, 290 insertions(+), 2 deletions(-)
create mode 100644 clang-tidy/google/AvoidNSObjectNewCheck.cpp
create mode 100644 clang-tidy/google/AvoidNSObjectNewCheck.h
create mode 100644 docs/clang-tidy/checks/google-objc-avoid-nsobject-new.rst
create mode 100644 test/clang-tidy/google-objc-avoid-nsobject-new.m
--
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 ea6dbca95a1 * c-ada-spec.c (compare_node): Compare the DECL_UIDs as a [...]
new 8e7a5561759 PR target/90568 * config/i386/i386.md (stack_protect_test [...]
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 | 6 ++++++
gcc/config/i386/i386.md | 2 +-
2 files changed, 7 insertions(+), 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-lts-defconfig
in repository toolchain/ci/gcc.
from b2dcbf9a594 c-family/ Backport from mainline 2018-05-10 Eric Botcazo [...]
adds 5f77d5d6759 Backported from mainline 2019-05-21 Uroš Bizjak <ubizja [...]
adds 69dfc98dfed Daily bump.
new fc0ffd78b0e * gnat.dg/opt78.ad[sb]: New test.
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 | 15 +++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/cpuid.h | 17 +++++++++++++++++
gcc/config/i386/i386.md | 8 ++++++++
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.target/i386/pr90547.c | 21 +++++++++++++++++++++
gcc/testsuite/gnat.dg/opt78.adb | 16 ++++++++++++++++
gcc/testsuite/gnat.dg/opt78.ads | 13 +++++++++++++
8 files changed, 103 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr90547.c
create mode 100644 gcc/testsuite/gnat.dg/opt78.adb
create mode 100644 gcc/testsuite/gnat.dg/opt78.ads
--
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-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from cc1d3efc1c Automatic date update in version.in
adds d9143b9c02 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.