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-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from dfc42c99cd Automatic date update in version.in
adds e21d73cf73 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.
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-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 073e3e51 0: update: binutils-gcc-linux: all
new 00da04f7 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 (073e3e51)
\
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 | 112 +-
02-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 11058 +++++++--------
04-build_abe-stage1/console.log | 13806 ++++++++++---------
05-build_linux/console.log | 794 +-
06-boot_linux/console.log | 6 +-
console.log | 26219 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26220 insertions(+), 26203 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 edc9896bcd6 [Thumb2] tighten CHECK lines in test; NFC
new 593cd77e468 [IFS][NFC] llvm-ifs: Fixing build bot build break: revert r [...]
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:
tools/llvm-ifs/llvm-ifs.cpp | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 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 82c1c92a178 [IFS][NFC] llvm-ifs: Fixing build bot error due to commit c [...]
new edc9896bcd6 [Thumb2] tighten CHECK lines in test; NFC
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:
test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll | 6 ++++--
1 file changed, 4 insertions(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from 0cc2d216cba [IFS][NFC] llvm-ifs: Fixing build errors for bots using GCC.
new 4f065c6e5a9 [X86] Fix mul test cases in avx512-broadcast-unfold.ll to n [...]
new 952e2009ec1 gn build: Merge r370512
new 82c1c92a178 [IFS][NFC] llvm-ifs: Fixing build bot error due to commit c [...]
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:
test/CodeGen/X86/avx512-broadcast-unfold.ll | 276 +++------------------
tools/llvm-ifs/llvm-ifs.cpp | 8 -
.../clang-tools-extra/clang-tidy/llvm/BUILD.gn | 1 +
3 files changed, 38 insertions(+), 247 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 13ccac0e [clangd] Add highlighting for macro expansions.
new ac40974d [clang-tidy] Add llvm-prefer-register-over-unsigned to clang-tidy
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/llvm/CMakeLists.txt | 1 +
clang-tidy/llvm/LLVMTidyModule.cpp | 3 +
.../llvm/PreferRegisterOverUnsignedCheck.cpp | 64 +++++++++
clang-tidy/llvm/PreferRegisterOverUnsignedCheck.h | 36 ++++++
docs/ReleaseNotes.rst | 7 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/llvm-prefer-register-over-unsigned.rst | 27 ++++
.../llvm-prefer-register-over-unsigned.cpp | 143 +++++++++++++++++++++
.../llvm-prefer-register-over-unsigned2.cpp | 25 ++++
.../llvm-prefer-register-over-unsigned3.cpp | 33 +++++
10 files changed, 340 insertions(+)
create mode 100644 clang-tidy/llvm/PreferRegisterOverUnsignedCheck.cpp
create mode 100644 clang-tidy/llvm/PreferRegisterOverUnsignedCheck.h
create mode 100644 docs/clang-tidy/checks/llvm-prefer-register-over-unsigned.rst
create mode 100644 test/clang-tidy/llvm-prefer-register-over-unsigned.cpp
create mode 100644 test/clang-tidy/llvm-prefer-register-over-unsigned2.cpp
create mode 100644 test/clang-tidy/llvm-prefer-register-over-unsigned3.cpp
--
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 gcc-8-branch
in repository gcc.
from dd5c6778b28 [Darwin, X86, testsuite] Backport fixes for three PIE tests.
new c77f25811e4 [Darwin, X86, testsuite] Arrange to match Linux codegen.
new f80646206ae [X86, testsuite] Require native TLS where it's used.
new 977c1e1b72f [c++, testsuite] Require alias support for a test.
new 2f394cc5db9 [Darwin, X86, testsuite] Add xfails for PR90698.
The 4 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/testsuite/ChangeLog | 32 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr84497.C | 1 +
gcc/testsuite/gcc.target/i386/pr22076.c | 2 ++
gcc/testsuite/gcc.target/i386/pr49866.c | 1 +
gcc/testsuite/gcc.target/i386/pr61599-1.c | 1 +
gcc/testsuite/gcc.target/i386/pr63538.c | 4 ++--
gcc/testsuite/gcc.target/i386/stack-prot-sym.c | 1 +
7 files changed, 40 insertions(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from 73fa7185ea9 PR middle-end/91599 - GCC does not say where warning is happening
new 39a2733823d Fix ChangeLog
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:
libstdc++-v3/ChangeLog | 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.
unknown user pushed a change to branch master
in repository llvm.
from 505261e1643 [DFAPacketizer] Allow namespacing of automata per-itinerary
new 0cc2d216cba [IFS][NFC] llvm-ifs: Fixing build errors for bots using GCC.
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:
tools/llvm-ifs/llvm-ifs.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards d576a707 7: update: llvm-linux: 16048
new ca31ed49 7: update: linux-97ab07e11fbf55c86c3758e07ab295028bf17f94: 16048
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 (d576a707)
\
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 | 11984 ++++++++++++------------
03-build_linux/console.log | 6262 +++++++------
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 54 +-
console.log | 18528 +++++++++++++++++++-------------------
jenkins/manifest.sh | 7 +-
7 files changed, 18363 insertions(+), 18700 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.