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-allmodconfig
in repository toolchain/ci/llvm-project.
from 0df13627c6a [CUDA] Fix order of memcpy arguments in __shfl_*(<64-bit type>).
adds c21e178bf22 [Concepts] Transform constraints of non-template functions [...]
new 6f8ad14521e [ELF][PPC32] Support canonical PLT
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:
clang/include/clang/AST/ASTConcept.h | 6 +-
clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 +
clang/include/clang/Sema/Sema.h | 13 +++-
clang/lib/AST/ASTConcept.cpp | 4 +-
clang/lib/Sema/SemaConcept.cpp | 58 +++++++++--------
clang/lib/Sema/SemaExpr.cpp | 3 +-
clang/lib/Sema/SemaExprCXX.cpp | 3 +-
clang/lib/Sema/SemaOverload.cpp | 20 +++---
clang/lib/Sema/SemaTemplateInstantiate.cpp | 17 +++--
clang/test/SemaTemplate/cxx2a-constraint-exprs.cpp | 60 ++++++++++++++----
lld/ELF/Arch/PPC.cpp | 27 +++++---
lld/ELF/Relocations.cpp | 8 ++-
lld/ELF/SyntheticSections.cpp | 5 +-
lld/ELF/SyntheticSections.h | 4 +-
lld/test/ELF/ppc32-canonical-plt.s | 72 ++++++++++++++++++++++
15 files changed, 228 insertions(+), 74 deletions(-)
create mode 100644 lld/test/ELF/ppc32-canonical-plt.s
--
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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 0bf8f4a3 0: update: llvm-linux: 16
new 4c0fad64 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 (0bf8f4a3)
\
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 | 24 +-
02-build_llvm/console.log | 12568 +++++++++++++++++------------------
03-build_linux/console.log | 836 +--
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 10 +-
console.log | 13462 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13471 insertions(+), 13439 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-master-aarch64-next-defconfig
in repository toolchain/ci/gcc.
from c671727004b Daily bump.
adds 8b91e848130 c++: Fix ICE with lambda in member operator (PR93279)
adds 9c1179c339e c++: Fix ICE with constrained friend (PR93400).
adds 53d172975f2 Fix gcc.target/aarch64/vec_zeroextend.c for big-endian
adds 98dd8c97e44 Remove assertion in get_info_about_necessary_edges
adds 10be08aa276 Fix missing SCNuMAX defines in inttypes.h on hpux11.[01]*
adds de0684bf3f7 c++: Poor diagnostic for dynamic_cast in constexpr context [...]
adds cc74832213b testsuite: Fix up pr92788.C FAIL on ia32.
adds 05107d4e4cc testsuite: Fix up pr93166.C test, so that it doesn't FAIL w [...]
new d0683c187f1 Daily bump.
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:
fixincludes/ChangeLog | 6 +
fixincludes/fixincl.x | 45 ++++-
fixincludes/inclhack.def | 15 ++
fixincludes/tests/base/inttypes.h | 9 +
gcc/ChangeLog | 6 +
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 21 ++
gcc/cp/constexpr.c | 15 +-
gcc/cp/constraint.cc | 23 +++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 2 +
gcc/cp/name-lookup.c | 6 +
gcc/cp/pt.c | 31 +--
gcc/ipa-cp.c | 3 -
gcc/testsuite/ChangeLog | 25 +++
.../g++.dg/cpp0x/lambda/lambda-template16.C | 15 ++
gcc/testsuite/g++.dg/cpp2a/concepts-friend3.C | 3 +
gcc/testsuite/g++.dg/cpp2a/concepts-friend5.C | 8 +
gcc/testsuite/g++.dg/cpp2a/concepts-pr84140.C | 5 +-
gcc/testsuite/g++.dg/cpp2a/constexpr-dynamic18.C | 22 +++
gcc/testsuite/g++.dg/lto/pr93166_0.C | 213 +++++++++++++++++++++
.../{g++.dg => g++.target/i386}/pr92788.C | 4 +-
gcc/testsuite/gcc.target/aarch64/vec_zeroextend.c | 8 +-
23 files changed, 449 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template16.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend5.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dynamic18.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr93166_0.C
rename gcc/testsuite/{g++.dg => g++.target/i386}/pr92788.C (98%)
--
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-master-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 9d478e75 0: update: binutils-gcc-linux: boot
new 7b073b66 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 (9d478e75)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 184 +-
02-prepare_abe/console.log | 206 +-
03-build_abe-binutils/console.log | 11892 +++++++-------
04-build_abe-stage1/console.log | 15711 +++++++++---------
05-build_linux/console.log | 2772 ++--
06-boot_linux/console.log | 444 +-
07-check_regression/console.log | 10 +-
08-update_baseline/console.log | 10 +-
console.log | 31422 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 31322 insertions(+), 31341 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_bmk_tk1/llvm-release-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 53a288b2 0: update: binutils-gcc-glibc-llvm: 1
new d9f6be69 0: update: binutils-gcc-glibc-llvm: 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 (53a288b2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/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 | 220 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11274 +-
04-build_abe-stage1/console.log | 18205 ++-
05-build_abe-linux/console.log | 298 +-
06-build_abe-glibc/console.log | 38235 +++---
07-build_abe-stage2/console.log | 44336 ++++---
08-build_llvm-true/console.log | 12559 +-
10-benchmark--Os_LTO_mthumb/benchmark-start.log | 2 +-
10-benchmark--Os_LTO_mthumb/benchmark.log | 23 +-
10-benchmark--Os_LTO_mthumb/console.log | 189 +-
11-check_regression/console.log | 3000 +-
11-check_regression/results-0.csv | 2042 +-
11-check_regression/results-1.csv | 2041 +-
11-check_regression/results-compare.csv | 13 +-
11-check_regression/results-full.csv | 2211 +-
11-check_regression/results.csv | 165 +-
11-check_regression/results.log | 2470 +-
12-update_baseline/console.log | 210 +-
12-update_baseline/results-0.csv | 2042 +-
12-update_baseline/results-1.csv | 2041 +-
12-update_baseline/results-compare.csv | 13 +-
12-update_baseline/results-full.csv | 2211 +-
12-update_baseline/results.csv | 165 +-
12-update_baseline/results.log | 2494 +-
console.log | 129226 ++++++++++-----------
jenkins/manifest.sh | 16 +-
results | 2 +-
results_id | 2 +-
29 files changed, 138123 insertions(+), 138020 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-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/gcc.
from c671727004b Daily bump.
adds 8b91e848130 c++: Fix ICE with lambda in member operator (PR93279)
adds 9c1179c339e c++: Fix ICE with constrained friend (PR93400).
adds 53d172975f2 Fix gcc.target/aarch64/vec_zeroextend.c for big-endian
adds 98dd8c97e44 Remove assertion in get_info_about_necessary_edges
adds 10be08aa276 Fix missing SCNuMAX defines in inttypes.h on hpux11.[01]*
adds de0684bf3f7 c++: Poor diagnostic for dynamic_cast in constexpr context [...]
new cc74832213b testsuite: Fix up pr92788.C FAIL on ia32.
new 05107d4e4cc testsuite: Fix up pr93166.C test, so that it doesn't FAIL w [...]
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:
fixincludes/ChangeLog | 6 +
fixincludes/fixincl.x | 45 ++++-
fixincludes/inclhack.def | 15 ++
fixincludes/tests/base/inttypes.h | 9 +
gcc/ChangeLog | 6 +
gcc/cp/ChangeLog | 21 ++
gcc/cp/constexpr.c | 15 +-
gcc/cp/constraint.cc | 23 +++
gcc/cp/cp-tree.h | 1 +
gcc/cp/decl.c | 2 +
gcc/cp/name-lookup.c | 6 +
gcc/cp/pt.c | 31 +--
gcc/ipa-cp.c | 3 -
gcc/testsuite/ChangeLog | 25 +++
.../g++.dg/cpp0x/lambda/lambda-template16.C | 15 ++
gcc/testsuite/g++.dg/cpp2a/concepts-friend3.C | 3 +
gcc/testsuite/g++.dg/cpp2a/concepts-friend5.C | 8 +
gcc/testsuite/g++.dg/cpp2a/concepts-pr84140.C | 5 +-
gcc/testsuite/g++.dg/cpp2a/constexpr-dynamic18.C | 22 +++
gcc/testsuite/g++.dg/lto/pr93166_0.C | 213 +++++++++++++++++++++
.../{g++.dg => g++.target/i386}/pr92788.C | 4 +-
gcc/testsuite/gcc.target/aarch64/vec_zeroextend.c | 8 +-
22 files changed, 448 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-template16.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-friend5.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dynamic18.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr93166_0.C
rename gcc/testsuite/{g++.dg => g++.target/i386}/pr92788.C (98%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.