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-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards c0afcc2bb 0: update: gcc-2b1b8379e4b6b259774f56759044cd347012cdb6: 1
new a049abe40 0: update: gcc-32244cd831c781020ebc44d7b557149d9d26c6f5: 1
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 (c0afcc2bb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 128 +-
02-prepare_abe/console.log | 172 +-
03-build_abe-bootstrap_O3/console.log | 67178 +++++++++++++++----------------
console.log | 67478 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
5 files changed, 67617 insertions(+), 67349 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 lld.
from 5c63f0cbd [lld][WebAssembly] Fix static linking of -fPIC code with exte [...]
new 3a000037f [WebAssembly] Elide data segments for .bss sections
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/wasm/Inputs/locals-duplicate1.ll | 6 +++---
test/wasm/Inputs/locals-duplicate2.ll | 6 +++---
test/wasm/bss-only.ll | 14 ++++++++++++++
test/wasm/custom-section-name.ll | 17 ++++++++++-------
test/wasm/data-layout.ll | 6 ------
test/wasm/data-segments.ll | 11 -----------
test/wasm/locals-duplicate.test | 26 +++++++++++++-------------
wasm/OutputSections.cpp | 16 +++++++++++++++-
wasm/OutputSections.h | 2 +-
wasm/OutputSegment.h | 1 +
wasm/SyntheticSections.cpp | 6 ++++++
wasm/SyntheticSections.h | 4 +---
wasm/Writer.cpp | 9 ++++++++-
13 files changed, 75 insertions(+), 49 deletions(-)
create mode 100644 test/wasm/bss-only.ll
--
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-next-defconfig
in repository toolchain/ci/llvm-project.
from 35127d79b90 Merging r372606:
adds 99e5b1a41a8 Merging r372020 and r372182:
adds 1c4b5a8dfed Merging r372188:
No new revisions were added by this update.
Summary of changes:
.../Transforms/Instrumentation/InstrProfiling.cpp | 40 +++++++-----
.../test/Instrumentation/InstrProfiling/PR23499.ll | 4 +-
llvm/test/Instrumentation/InstrProfiling/comdat.ll | 8 +--
.../test/Instrumentation/InstrProfiling/linkage.ll | 4 +-
polly/lib/CodeGen/IslNodeBuilder.cpp | 7 ++-
polly/test/Isl/CodeGen/OpenMP/matmul-parallel.ll | 72 ++++++++++++++++++++++
6 files changed, 107 insertions(+), 28 deletions(-)
create mode 100644 polly/test/Isl/CodeGen/OpenMP/matmul-parallel.ll
--
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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 7b85591c3 0: update: llvm-linux: boot
new 10fa149c7 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 (7b85591c3)
\
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 | 186 +-
02-build_llvm/console.log | 11956 +++++++++++++++++-----------------
03-build_linux/console.log | 716 +-
04-boot_linux/console.log | 480 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13354 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 13359 insertions(+), 13363 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 ea4934045a [Clang][OpenMP Offload] Move offload registration code to th [...]
new cf4a18c6aa [Concept] Associated Constraints Infrastructure
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/AST/ASTNodeTraverser.h | 3 +
include/clang/AST/DeclTemplate.h | 174 ++++++++-------------
include/clang/AST/RecursiveASTVisitor.h | 8 +-
include/clang/Basic/DiagnosticSemaKinds.td | 4 +-
include/clang/Sema/Sema.h | 8 +-
lib/AST/ASTContext.cpp | 2 +-
lib/AST/DeclTemplate.cpp | 55 +++++--
lib/Sema/SemaConcept.cpp | 2 +-
lib/Sema/SemaTemplate.cpp | 92 +++++------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 15 +-
lib/Serialization/ASTReader.cpp | 6 +-
lib/Serialization/ASTReaderDecl.cpp | 8 +-
lib/Serialization/ASTWriter.cpp | 8 +-
lib/Serialization/ASTWriterDecl.cpp | 4 +-
test/CXX/temp/concept/p4.cpp | 6 +
.../temp.constr.decl/class-template-decl.cpp | 24 ++-
.../temp.constr.decl/func-template-decl.cpp | 59 +++++++
.../temp.constr.decl/var-template-decl.cpp | 25 +++
18 files changed, 293 insertions(+), 210 deletions(-)
create mode 100644 test/CXX/temp/concept/p4.cpp
create mode 100644 test/CXX/temp/temp.constr/temp.constr.decl/func-template-decl.cpp
create mode 100644 test/CXX/temp/temp.constr/temp.constr.decl/var-template-decl.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d6e0ea0c4 0: update: llvm-linux: all
new 8e65e7460 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 (d6e0ea0c4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 14 +-
02-build_llvm/console.log | 12239 ++++++++++++++++++-------------------
03-build_linux/console.log | 656 +-
04-boot_linux/console.log | 2 +-
console.log | 12911 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
6 files changed, 12921 insertions(+), 12911 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.