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-defconfig
in repository toolchain/ci/base-artifacts.
discards b9d0d28 2: update: llvm-linux: 25
discards cd4fa1e 1: reset: linux-691efbedc60d2a7364a90e38882fc762f06f52c4: 25
discards 0d190b9 0: update: llvm-7c1f15e355fbbf8e238ffc4e8ffd7b80db4d9f93: boot
new ff782d6 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 (b9d0d28)
\
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 | 102 +-
02-build_llvm/console.log | 11809 +++++++++++++++++-----------------
03-build_linux/console.log | 677 +-
04-boot_linux/console.log | 225 +
05-check_regression/console.log | 15 +-
06-update_baseline/console.log | 95 +-
console.log | 12923 ++++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
results | 6 +-
9 files changed, 13306 insertions(+), 12560 deletions(-)
create mode 100644 04-boot_linux/console.log
--
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 a8d29d072c7 [ARM] sext of a load is free
new 1ae2155dce9 [X86] Disable use of zmm registers for varargs musttail cal [...]
new eb1f253790f [CostModel][X86][AArch64] Check all 3 cost kinds in aggregates.ll
new 7f61636e257 [ThinLTO][AutoFDO] Fix memory corruption due to race condit [...]
new 82e34f3e3dd [NFC][PowerPC] Add the test case shrink-wrap.mir and shrink [...]
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:
include/llvm/ProfileData/SampleProf.h | 47 ++--------
lib/ProfileData/SampleProf.cpp | 2 -
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Transforms/IPO/SampleProfile.cpp | 75 ++++++++++++++-
test/Analysis/CostModel/AArch64/aggregates.ll | 116 ++++++++++++++++++-----
test/Analysis/CostModel/X86/aggregates.ll | 116 ++++++++++++++++++-----
test/CodeGen/PowerPC/shrink-wrap.ll | 54 +++++++++++
test/CodeGen/PowerPC/shrink-wrap.mir | 130 ++++++++++++++++++++++++++
test/CodeGen/X86/musttail-fastcall.ll | 90 +++++++++++++++++-
9 files changed, 537 insertions(+), 95 deletions(-)
create mode 100644 test/CodeGen/PowerPC/shrink-wrap.ll
create mode 100644 test/CodeGen/PowerPC/shrink-wrap.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 gcc-9-branch
in repository gcc.
from eae3c7b5dd0 2019-08-12 Richard Biener <rguenther(a)suse.de>
new 2ce7d7b9974 PR c++/90538 - multiple expansions of capture packs
new 91e3f7ab58e PR c++/91378 - ICE with noexcept and auto return type.
new fc834a5fe8a PR c++/88095, CTAD for literal operator templates per P0732
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:
gcc/cp/ChangeLog | 23 +++++++
gcc/cp/cp-tree.h | 9 +--
gcc/cp/lambda.c | 30 +++++---
gcc/cp/parser.c | 7 +-
gcc/cp/pt.c | 80 +++++++++++-----------
gcc/testsuite/ChangeLog | 10 +++
.../g++.dg/cpp0x/lambda/lambda-variadic9.C | 16 +++++
gcc/testsuite/g++.dg/cpp0x/range-for19.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/auto-fn56.C | 19 +++++
gcc/testsuite/g++.dg/cpp1y/lambda-init16.C | 2 +-
.../g++.dg/cpp2a/udlit-class-nttp-ctad-neg.C | 24 +++++++
.../g++.dg/cpp2a/udlit-class-nttp-ctad-neg2.C | 20 ++++++
gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-ctad.C | 24 +++++++
gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-neg.C | 12 ++++
gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-neg2.C | 13 ++++
gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp.C | 16 +++++
16 files changed, 247 insertions(+), 60 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic9.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn56.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-ctad-neg.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-ctad-neg2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-ctad.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-neg.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp-neg2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/udlit-class-nttp.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_gnu/gnu-release-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards ceab7a1 0: update: gcc-ab1d84c5d8d409ac0f145878de701202b11fc6a8: 0
new 4449eb3 0: update: gcc-6f128e321a9e6449d7530c1566bf8f94df1deada: 0
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 (ceab7a1)
\
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 | 229 +-
02-prepare_abe/console.log | 419 +-
03-build_abe-bootstrap_debug/console.log | 86841 ++++++++++++++--------------
04-check_regression/console.log | 12 +-
05-update_baseline/console.log | 12 +-
console.log | 87513 +++++++++++++++--------------
jenkins/manifest.sh | 13 +-
7 files changed, 87577 insertions(+), 87462 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0b3ae4a 0: update: llvm-linux: 16
new 98a4ba2 0: update: llvm-linux: 16
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 (0b3ae4a)
\
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 | 130 +-
02-build_llvm/console.log | 11800 ++++++++++++++++++------------------
03-build_linux/console.log | 780 ++-
06-update_baseline/console.log | 28 -
console.log | 12738 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
6 files changed, 12873 insertions(+), 12613 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 edb506d79d2 [AMDGPU] Printf runtime binding pass
new a8d29d072c7 [ARM] sext of a load is free
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/Target/ARM/ARMTargetTransformInfo.cpp | 21 +++++++++++++++++++++
test/Analysis/CostModel/ARM/cast.ll | 28 ++++++++++++++--------------
2 files changed, 35 insertions(+), 14 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 f1fb2b3 0: update: llvm-linux: all
new ec0f57f 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 (f1fb2b3)
\
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 | 16 +-
02-build_llvm/console.log | 11804 ++++++++++++++++++-----------------
03-build_linux/console.log | 816 ++-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 +
console.log | 12673 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 12861 insertions(+), 12495 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/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 01f7b61d41 Automatic date update in version.in
adds d3a33b07fa 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f04ba7b 0: update: binutils-gcc-linux: boot
new bc97dbe 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 (f04ba7b)
\
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 | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11186 ++++++++--------
04-build_abe-stage1/console.log | 13006 +++++++++---------
05-build_linux/console.log | 654 +-
06-boot_linux/console.log | 6 +-
console.log | 25477 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
9 files changed, 25566 insertions(+), 25387 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.