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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 845d2116 0: update: binutils-gcc-linux: boot
new 24afea6c 0: update: binutils-gcc-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 (845d2116)
\
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 | 17 +-
02-prepare_abe/console.log | 179 +-
03-build_abe-binutils/console.log | 10728 +++++++--------
04-build_abe-stage1/console.log | 13595 +++++++++----------
05-build_linux/console.log | 693 +-
06-boot_linux/console.log | 362 +-
console.log | 25596 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
8 files changed, 25616 insertions(+), 25572 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 972131f95cb AMDGPU: Assume call pseudos are convergent
new 0cd028a8d52 AMDGPU: Add some tests for inlineasm behavior
new 662b7589c0e AMDGPU: Assume calls read exec
The 2 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/Target/AMDGPU/SIInstrInfo.cpp | 4 ++
test/CodeGen/AMDGPU/collapse-endcf2.mir | 121 ++++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/endpgm-dce.mir | 43 ++++++++++++
3 files changed, 168 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/collapse-endcf2.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8a75a214 4: update: llvm-linux: 17561
new 487707b8 4: update: llvm-linux: 17561
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 (8a75a214)
\
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 | 221 +-
02-build_llvm/console.log | 11721 ++++++++++++------------
03-build_linux/console.log | 6184 ++++++-------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 14 +-
console.log | 18146 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 18159 insertions(+), 18143 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 523219b1db2 [WebAssembly] Add the signature for the new llround builtin [...]
new 4865fdf3459 AMDGPU: Fix not marking new gfx10 SGPRs as CSRs
new 972131f95cb AMDGPU: Assume call pseudos are convergent
The 2 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/Target/AMDGPU/AMDGPUCallingConv.td | 6 +-
lib/Target/AMDGPU/SIInstructions.td | 6 ++
test/CodeGen/AMDGPU/csr-gfx10.ll | 15 +++
test/CodeGen/AMDGPU/tail-duplication-convergent.ll | 105 +++++++++++++++++++++
4 files changed, 129 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/csr-gfx10.ll
create mode 100644 test/CodeGen/AMDGPU/tail-duplication-convergent.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.
unknown user pushed a change to branch master
in repository clang.
from 7f3bed835e Rename identifiers to spell out analyze; NFC.
new 695aab4c2b Refactor: split Uninitialized state on APValue into an "Abse [...]
new beec40f7fd [c++20] P1330R0: permit simple-assignments that change the a [...]
The 2 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/APValue.h | 71 ++++----
include/clang/AST/Expr.h | 7 +
include/clang/Basic/DiagnosticASTKinds.td | 5 +-
include/clang/Basic/DiagnosticIDs.h | 2 +-
lib/AST/APValue.cpp | 29 ++--
lib/AST/Decl.cpp | 2 +-
lib/AST/ExprConstant.cpp | 229 +++++++++++++++++++++++--
lib/CodeGen/CGExprConstant.cpp | 6 +-
lib/CodeGen/CodeGenFunction.cpp | 2 +-
lib/CodeGen/CodeGenModule.cpp | 2 +-
lib/Sema/SemaTemplate.cpp | 5 +-
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp | 2 +-
test/SemaCXX/constant-expression-cxx2a.cpp | 101 +++++++++++
www/cxx_status.html | 3 +-
14 files changed, 395 insertions(+), 71 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 74a6da21d1a /cp 2019-05-21 Paolo Carlini <paolo.carlini(a)oracle.com>
new e30b480fa67 /cp 2019-05-21 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 16 +++++++++-------
gcc/testsuite/g++.dg/cpp0x/decltype-pr66548.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-arg-neg2.C | 4 ++--
gcc/testsuite/g++.dg/cpp0x/udlit-tmpl-parms-neg.C | 6 +++---
5 files changed, 20 insertions(+), 13 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-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 17ead591 0: update: llvm-linux: boot
new 2c9ed540 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 (17ead591)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 221 +-
02-build_llvm/console.log | 11809 +++++++++++++++----------------
03-build_linux/console.log | 1914 ++---
04-boot_linux/console.log | 388 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 14363 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 14380 insertions(+), 14339 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.