This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 62e8a2946b [Sema][NFCI] Don't allocate storage for the various Correcti [...]
new 994377621e [clang-format] Refine structured binding detection
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/Format/TokenAnnotator.cpp | 16 ++++++++--------
unittests/Format/FormatTestObjC.cpp | 24 ++++++++++++++++++++++++
2 files changed, 32 insertions(+), 8 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 25e6f9e3 0: good: llvm-linux: all
new 517fec2a 0: good: 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 (25e6f9e3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 14 +-
02-build_llvm/console.log | 9307 +++++++++++++++++++--------------------
03-build_linux/console.log | 85 +-
04-boot_linux/console.log | 2 +-
console.log | 9434 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
6 files changed, 9442 insertions(+), 9410 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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bcf4c7b7 0: good: llvm-linux: boot
new c171d639 0: good: 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 (bcf4c7b7)
\
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 | 16 +-
02-build_llvm/console.log | 9227 ++++++++++++++++++++-------------------
03-build_linux/console.log | 66 +-
console.log | 9337 ++++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
5 files changed, 9313 insertions(+), 9343 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 08e5a720011 merge-request.sh: Update 8.0 metabug for 8.0.1
new 58dc6ce2d06 MISched: Don't schedule regions with 0 instructions
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/CodeGen/MachineScheduler.cpp | 8 +-
.../sched-assert-onlydbg-value-empty-region.mir | 115 +++++++++++++++++++++
2 files changed, 121 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/sched-assert-onlydbg-value-empty-region.mir
--
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 a24f048837 [clang] Remove cmake warning message (NFC)
new 62e8a2946b [Sema][NFCI] Don't allocate storage for the various Correcti [...]
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/Parse/Parser.h | 5 ++-
include/clang/Sema/Sema.h | 20 ++++++------
include/clang/Sema/TypoCorrection.h | 31 +++++++++++++++++--
lib/Parse/ParseDecl.cpp | 2 +-
lib/Parse/ParseExpr.cpp | 22 ++++++++-----
lib/Parse/ParseExprCXX.cpp | 2 +-
lib/Parse/ParseStmt.cpp | 11 ++++---
lib/Parse/ParseTentative.cpp | 10 ++++--
lib/Parse/Parser.cpp | 8 ++---
lib/Sema/SemaCXXScopeSpec.cpp | 13 +++++---
lib/Sema/SemaCodeComplete.cpp | 5 +--
lib/Sema/SemaDecl.cpp | 62 ++++++++++++++++++++-----------------
lib/Sema/SemaDeclCXX.cpp | 40 +++++++++++++++---------
lib/Sema/SemaDeclObjC.cpp | 44 ++++++++++++++------------
lib/Sema/SemaExpr.cpp | 52 +++++++++++++++++--------------
lib/Sema/SemaExprMember.cpp | 16 ++++++----
lib/Sema/SemaExprObjC.cpp | 19 +++++++-----
lib/Sema/SemaInit.cpp | 10 ++++--
lib/Sema/SemaLambda.cpp | 4 +--
lib/Sema/SemaLookup.cpp | 43 ++++++++++++-------------
lib/Sema/SemaOpenMP.cpp | 20 +++++++++---
lib/Sema/SemaOverload.cpp | 35 ++++++++++-----------
lib/Sema/SemaTemplate.cpp | 27 +++++++++-------
lib/Sema/SemaTemplateVariadic.cpp | 14 ++++++---
lib/Sema/SemaType.cpp | 9 ++++--
25 files changed, 312 insertions(+), 212 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 binutils-gdb.
from 0f83012ea0 Add linux_get_hwcap
new d45963c2b2 Fix s390 build
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:
gdb/ChangeLog | 4 ++++
gdb/s390-linux-nat.c | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.