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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
from eb51a88fc8 27: onsuccess: #476: boot: Success after binutils: 25 commits
new 6dab62e5b6 28: onsuccess: #478: boot: Success after binutils/llvm/linux [...]
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.xz | Bin 1656 -> 1724 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 31672 -> 31940 bytes
04-build_kernel_llvm/console.log.xz | Bin 66896 -> 66928 bytes
05-build_abe-qemu/console.log.xz | Bin 31728 -> 30984 bytes
06-build_linux/console.log.xz | Bin 3388 -> 3340 bytes
07-boot_linux/console.log.xz | Bin 508 -> 504 bytes
08-check_regression/console.log.xz | Bin 3024 -> 4368 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 31 +++++++++++++++++--------------
17 files changed, 25 insertions(+), 22 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-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
from fd95e56292 26: onsuccess: #480: boot: Success after binutils/llvm/qemu: [...]
new 5a962451e2 27: onsuccess: #481: boot: Success after binutils/llvm/linux [...]
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.xz | Bin 1780 -> 1720 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 31828 -> 32376 bytes
04-build_kernel_llvm/console.log.xz | Bin 66820 -> 66928 bytes
05-build_abe-qemu/console.log.xz | Bin 31068 -> 31492 bytes
06-build_linux/console.log.xz | Bin 3388 -> 3440 bytes
07-boot_linux/console.log.xz | Bin 6256 -> 6316 bytes
08-check_regression/console.log.xz | Bin 4012 -> 4668 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
17 files changed, 24 insertions(+), 24 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 devel/omp/gcc-12
in repository gcc.
from cd2d5296d42 Merge branch 'releases/gcc-12' into devel/omp/gcc-12
new feb3286ad25 Revert "OpenMP: Generate SIMD clones for functions with "de [...]
new bda072403f8 OpenMP: Generate SIMD clones for functions with "declare target"
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:
gcc/ChangeLog.omp | 29 ++++
gcc/common.opt | 20 ++-
gcc/doc/invoke.texi | 19 ++-
gcc/flag-types.h | 9 ++
gcc/omp-simd-clone.cc | 168 +++++++++++++++------
gcc/opts.cc | 3 +-
gcc/testsuite/ChangeLog.omp | 17 +++
gcc/testsuite/g++.dg/gomp/target-simd-clone-1.C | 25 +++
gcc/testsuite/g++.dg/gomp/target-simd-clone-2.C | 23 +++
gcc/testsuite/gcc.dg/gomp/target-simd-clone-1.c | 17 ++-
gcc/testsuite/gcc.dg/gomp/target-simd-clone-2.c | 24 +--
gcc/testsuite/gcc.dg/gomp/target-simd-clone-3.c | 25 +--
gcc/testsuite/gcc.dg/gomp/target-simd-clone-4.c | 16 +-
gcc/testsuite/gcc.dg/gomp/target-simd-clone-5.c | 25 ++-
gcc/testsuite/gcc.dg/gomp/target-simd-clone-6.c | 24 ++-
gcc/testsuite/gcc.dg/gomp/target-simd-clone-7.c | 15 ++
gcc/testsuite/gcc.dg/gomp/target-simd-clone-8.c | 25 +++
.../lib/{scanipa.exp => scanoffloadipa.exp} | 86 +++++------
libgomp/ChangeLog.omp | 10 ++
libgomp/testsuite/lib/libgomp.exp | 1 +
libgomp/testsuite/libgomp.c/target-simd-clone-1.c | 43 ++++++
libgomp/testsuite/libgomp.c/target-simd-clone-2.c | 39 +++++
libgomp/testsuite/libgomp.c/target-simd-clone-3.c | 40 +++++
23 files changed, 569 insertions(+), 134 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/gomp/target-simd-clone-1.C
create mode 100644 gcc/testsuite/g++.dg/gomp/target-simd-clone-2.C
create mode 100644 gcc/testsuite/gcc.dg/gomp/target-simd-clone-7.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/target-simd-clone-8.c
copy gcc/testsuite/lib/{scanipa.exp => scanoffloadipa.exp} (54%)
create mode 100644 libgomp/testsuite/libgomp.c/target-simd-clone-1.c
create mode 100644 libgomp/testsuite/libgomp.c/target-simd-clone-2.c
create mode 100644 libgomp/testsuite/libgomp.c/target-simd-clone-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_gnu_native_fast_check_gdb/master-arm
in repository toolchain/ci/base-artifacts.
from e5ed095028 20: onsuccess: #25: 1: Success after binutils/gcc/linux/gdb: [...]
new 373789301c 21: onsuccess: #26: 1: Success after binutils/gcc/linux/gdb: [...]
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.xz | Bin 1684 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2704 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 52032 -> 52260 bytes
04-build_abe-gcc/console.log.xz | Bin 234252 -> 234348 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9272 -> 8540 bytes
07-build_abe-glibc/console.log.xz | Bin 235324 -> 235536 bytes
08-build_abe-gdb/console.log.xz | Bin 51016 -> 51768 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3864 bytes
10-build_abe-check_gdb/console.log.xz | Bin 2540 -> 2828 bytes
11-check_regression/console.log.xz | Bin 5696 -> 5544 bytes
11-check_regression/results.compare | 4 ++--
11-check_regression/results.compare2 | 6 +++---
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/linux_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
sumfiles/gdb.log.xz | Bin 14488 -> 14460 bytes
sumfiles/gdb.sum | 34 +++++++++++++++++-----------------
24 files changed, 46 insertions(+), 46 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-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from 4c9a042182 45: onsuccess: #580: all: Success after binutils: 25 commits
new 0c10a7a675 46: onsuccess: #582: all: Success after binutils/llvm/linux/ [...]
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.xz | Bin 1672 -> 1684 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 31796 -> 31912 bytes
04-build_kernel_llvm/console.log.xz | Bin 66636 -> 64500 bytes
05-build_abe-qemu/console.log.xz | Bin 31436 -> 31192 bytes
06-build_linux/console.log.xz | Bin 3268 -> 3668 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 2996 -> 4320 bytes
08-check_regression/mail-body.txt | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 31 +++++++++++++++++--------------
results | 2 +-
19 files changed, 28 insertions(+), 25 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-next-defconfig
in repository toolchain/ci/base-artifacts.
from 0031921885 26: onsuccess: #446: boot: Success after binutils: 25 commits
new 2d7fe8b660 27: onsuccess: #448: boot: Success after binutils/llvm/linux [...]
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.xz | Bin 1648 -> 1680 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 31460 -> 32356 bytes
04-build_kernel_llvm/console.log.xz | Bin 65800 -> 63608 bytes
05-build_abe-qemu/console.log.xz | Bin 31204 -> 30908 bytes
06-build_linux/console.log.xz | Bin 3188 -> 3136 bytes
07-boot_linux/console.log.xz | Bin 5632 -> 5652 bytes
08-check_regression/console.log.xz | Bin 2984 -> 4376 bytes
08-check_regression/mail-body.txt | 2 +-
09-update_baseline/console.log | 16 ++++++++--------
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 31 +++++++++++++++++--------------
results | 2 +-
20 files changed, 36 insertions(+), 33 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
from 79302879b5 29: onsuccess: #510: boot: Success after binutils/gcc/qemu: [...]
new 24d8e6aadc 30: onsuccess: #511: boot: Success after binutils/gcc/linux/ [...]
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.xz | Bin 1704 -> 1728 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 31688 -> 32660 bytes
04-build_abe-stage1/console.log.xz | Bin 73740 -> 73340 bytes
05-build_abe-qemu/console.log.xz | Bin 31424 -> 31580 bytes
06-build_linux/console.log.xz | Bin 6220 -> 6264 bytes
07-boot_linux/console.log.xz | Bin 6252 -> 6276 bytes
08-check_regression/console.log.xz | Bin 3916 -> 4644 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
17 files changed, 24 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.