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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ed51772a 0: update: binutils-gcc-linux: all
new 6a26c695 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 (ed51772a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-m [...]
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 | 54 +-
02-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 10536 ++++++-------
04-build_abe-stage1/console.log | 18570 +++++++++++-----------
05-build_linux/console.log | 1050 +-
06-boot_linux/console.log | 2 +-
console.log | 30628 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 30654 insertions(+), 30618 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 5033aa103b5 [NewPM][Sancov] Make Sancov a Module Pass instead of 2 Passes
new eb4fbb65902 [LLD] [COFF] Implement MinGW default manifest handling
new 423d592be2a [Attributor][Fix] Make sure we do not delete live code
new 250999543c8 [Attributor][Stats] Use the right statistics macro
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:
include/llvm/Object/WindowsResource.h | 8 +-
lib/Object/WindowsResource.cpp | 100 ++++++++++++++++++++++--
lib/Transforms/IPO/Attributor.cpp | 20 ++++-
test/Transforms/FunctionAttrs/liveness.ll | 60 +++++++++++++-
test/Transforms/FunctionAttrs/noreturn_async.ll | 8 +-
test/Transforms/FunctionAttrs/noreturn_sync.ll | 4 +-
6 files changed, 182 insertions(+), 18 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 5542545ce [WebAssembly] Initialize memory in start function
new 15e93788c [LLD] [COFF] Implement MinGW default manifest handling
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:
COFF/DriverUtils.cpp | 4 ++-
test/COFF/Inputs/manifest-lang0.res | Bin 0 -> 80 bytes
test/COFF/Inputs/manifest-lang0.yaml | 21 ++++++++++++
test/COFF/Inputs/manifest-lang1.res | Bin 0 -> 80 bytes
test/COFF/Inputs/manifest-lang1.yaml | 21 ++++++++++++
test/COFF/Inputs/manifest-lang2.res | Bin 0 -> 80 bytes
test/COFF/Inputs/manifest-lang2.yaml | 21 ++++++++++++
test/COFF/merge-resource-manifest.test | 61 +++++++++++++++++++++++++++++++++
8 files changed, 127 insertions(+), 1 deletion(-)
create mode 100644 test/COFF/Inputs/manifest-lang0.res
create mode 100644 test/COFF/Inputs/manifest-lang0.yaml
create mode 100644 test/COFF/Inputs/manifest-lang1.res
create mode 100644 test/COFF/Inputs/manifest-lang1.yaml
create mode 100644 test/COFF/Inputs/manifest-lang2.res
create mode 100644 test/COFF/Inputs/manifest-lang2.yaml
create mode 100644 test/COFF/merge-resource-manifest.test
--
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 11911b2d6c [OpenMP][Docs] Provide implementation status details
new 9ff46a3fe1 Generate parent context id from Decl* instead of DeclContext*.
new 3c6ee3daca [NewPM][Sancov] Make Sancov a Module Pass instead of 2 Passes
new 940249d817 [c++20] P1143R2: Add support for the C++20 'constinit' keyword.
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:
include/clang/AST/Decl.h | 8 +
include/clang/Basic/Attr.td | 20 +-
include/clang/Basic/DiagnosticCommonKinds.td | 12 +-
include/clang/Basic/DiagnosticParseKinds.td | 3 +-
include/clang/Basic/DiagnosticSemaKinds.td | 34 ++-
include/clang/Basic/Specifiers.h | 3 +-
include/clang/Basic/TokenKinds.def | 1 +
lib/AST/Decl.cpp | 16 ++
lib/AST/JSONNodeDumper.cpp | 11 +-
lib/CodeGen/BackendUtil.cpp | 8 -
lib/Frontend/InitPreprocessor.cpp | 4 +-
lib/Parse/ParseDecl.cpp | 12 +-
lib/Parse/ParseDeclCXX.cpp | 2 +
lib/Parse/ParseTentative.cpp | 1 +
lib/Sema/DeclSpec.cpp | 15 +-
lib/Sema/SemaDecl.cpp | 172 +++++++++++--
lib/Sema/SemaDeclAttr.cpp | 4 +-
lib/Sema/SemaType.cpp | 4 +-
test/AST/ast-dump-decl-context-json.cpp | 286 +++++++++++++++++++++
test/AST/ast-dump-decl-json.c | 2 +-
test/AST/ast-dump-funcs-json.cpp | 2 +-
test/AST/ast-dump-template-decls-json.cpp | 4 +-
test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p1.cpp | 55 ++++
test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p2.cpp | 8 +
test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p3.cpp | 6 +
test/FixIt/fixit-c++2a.cpp | 38 ++-
test/Lexer/cxx-features.cpp | 4 +
test/Lexer/cxx2a_keyword_as_cxx17.cpp | 2 +
test/Misc/pragma-attribute-cxx.cpp | 4 +-
...pragma-attribute-supported-attributes-list.test | 2 +-
test/Parser/cxx0x-decl.cpp | 19 +-
.../attr-require-constant-initialization.cpp | 11 +
www/cxx_status.html | 2 +-
33 files changed, 683 insertions(+), 92 deletions(-)
create mode 100644 test/AST/ast-dump-decl-context-json.cpp
create mode 100644 test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p1.cpp
create mode 100644 test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p2.cpp
create mode 100644 test/CXX/dcl.dcl/dcl.spec/dcl.constinit/p3.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/gnu-release-aarch64-stable-allyesconfig
in repository toolchain/ci/gcc.
from d0aa310e2e2 PR tree-optimization/91597 * tree-vrp.c (extract_range_fr [...]
adds 756e7d0687a Daily bump.
adds 8ba5c53ded9 [AArch64] Fix PR81800
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.md | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/aarch64/no-inline-lrint_3.c | 17 +++++++++++++++++
5 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/no-inline-lrint_3.c
--
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/binutils-gdb.
from e5cc07bada Automatic date update in version.in
adds decfa2f08c 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 94eede8c 0: update: binutils-gcc-linux: all
new 142dfcb5 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 (94eede8c)
\
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 | 160 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 10655 ++++++++-------
04-build_abe-stage1/console.log | 14008 +++++++++----------
05-build_linux/console.log | 792 +-
06-boot_linux/console.log | 6 +-
console.log | 26061 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26069 insertions(+), 26063 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_gnu/gnu-release-arm-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 89936eab 0: update: gcc-d591999e7db181b4356f3889773d7c0f03543673: 1
new d8524380 0: update: gcc-de2837045d0cf335d871c03bdd392e719003e2b2: 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 (89936eab)
\
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 | 130 +-
02-prepare_abe/console.log | 374 +-
03-build_abe-bootstrap_ubsan/console.log | 86705 ++++++++++++++--------------
05-check_regression/console.log | 9 +-
06-update_baseline/console.log | 9 +-
console.log | 87338 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 87309 insertions(+), 87266 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.