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 0ec12aa846 onsuccess: #49: boot: [TCWG CI] https://ci.linaro.org/job/tc [...]
new 72374979c1 onsuccess: #50: boot: [TCWG CI] https://ci.linaro.org/job/tc [...]
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 2316 -> 2324 bytes
02-prepare_abe/console.log.xz | Bin 2612 -> 2664 bytes
03-build_abe-binutils/console.log.xz | Bin 27952 -> 27808 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 18040 -> 18096 bytes
04-build_abe-stage1/console.log.xz | Bin 72736 -> 72924 bytes
04-build_abe-stage1/make-gcc-stage1.log.xz | Bin 52672 -> 52688 bytes
05-build_abe-qemu/console.log.xz | Bin 36020 -> 36096 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 28016 -> 28072 bytes
06-build_linux/console.log.xz | Bin 3048 -> 3048 bytes
07-boot_linux/console.log.xz | Bin 6176 -> 6176 bytes
08-check_regression/console.log.xz | Bin 448 -> 448 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 24 ++++++++++++------------
16 files changed, 16 insertions(+), 16 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-allyesconfig
in repository toolchain/ci/base-artifacts.
from 2dc62805c6 onsuccess: #46: 21688: [TCWG CI] https://ci.linaro.org/job/t [...]
new f391056426 onsuccess: #47: all: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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 2108 -> 2352 bytes
02-prepare_abe/console.log.xz | Bin 2600 -> 2648 bytes
03-build_abe-binutils/console.log.xz | Bin 27740 -> 27580 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17940 -> 18008 bytes
04-build_kernel_llvm/console.log.xz | Bin 65748 -> 65712 bytes
05-build_abe-qemu/console.log.xz | Bin 34928 -> 35904 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 26788 -> 27960 bytes
06-build_linux/console.log.xz | Bin 3752 -> 3072 bytes
07-boot_linux/console.log.xz | Bin 0 -> 504 bytes
08-check_regression/console.log.xz | Bin 528 -> 452 bytes
git/binutils_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 25 ++++++++++++++-----------
results | 4 +++-
16 files changed, 21 insertions(+), 16 deletions(-)
create mode 100644 07-boot_linux/console.log.xz
--
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_bootstrap_build/master-aarch64-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
from ee26bb363f onsuccess: #62: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new b2f0c53572 onsuccess: #63: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 2172 -> 2204 bytes
02-prepare_abe/console.log.xz | Bin 2600 -> 2668 bytes
04-build_abe-bootstrap_profiled/console.log.xz | Bin 310208 -> 312104 bytes
.../make-gcc-stage2.log.xz | Bin 244396 -> 244752 bytes
05-check_regression/console.log.xz | Bin 468 -> 472 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 10 +++++-----
8 files changed, 7 insertions(+), 7 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 releases/gcc-13
in repository gcc.
from 4ac89ab3588 runtime: use a C function to call mmap
new ff00fa1914e aarch64: Fix whitespace in ls64 builtin implementation [PR110100]
new 9df688cbf90 aarch64: Fix wrong code with st64b builtin [PR110100]
new 4eb01f98760 aarch64: Allow compiler to define ls64 builtins [PR110132]
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/config/aarch64/aarch64-builtins.cc | 88 +++++++++++++---------
gcc/config/aarch64/aarch64.md | 24 +++---
gcc/config/aarch64/arm_acle.h | 33 --------
.../aarch64/acle/acle.exp | 2 +-
gcc/testsuite/g++.target/aarch64/acle/ls64.C | 10 +++
gcc/testsuite/g++.target/aarch64/acle/ls64_lto.C | 10 +++
gcc/testsuite/gcc.target/aarch64/acle/ls64_lto.c | 10 +++
gcc/testsuite/gcc.target/aarch64/acle/pr110100.c | 7 ++
gcc/testsuite/gcc.target/aarch64/acle/pr110132.c | 15 ++++
gcc/testsuite/lib/target-supports.exp | 2 +-
10 files changed, 117 insertions(+), 84 deletions(-)
copy gcc/testsuite/{gcc.target => g++.target}/aarch64/acle/acle.exp (98%)
create mode 100644 gcc/testsuite/g++.target/aarch64/acle/ls64.C
create mode 100644 gcc/testsuite/g++.target/aarch64/acle/ls64_lto.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/ls64_lto.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/pr110100.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/pr110132.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 master
in repository toolchain/ci/interesting-commits.
from 6043e43b Add entry c72a7b849853716d94e8d313be5dce3c22850113 from https [...]
new 87df704e Add entry c72a7b849853716d94e8d313be5dce3c22850113 from https [...]
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/sha1/c72a7b849853716d94e8d313be5dce3c22850113/commit-log.txt | 2 +-
gcc/sha1/c72a7b849853716d94e8d313be5dce3c22850113/status.txt | 4 ++++
.../master-aarch64-check_bootstrap/reproduction_instructions.txt | 8 ++++----
.../master-aarch64-check_bootstrap}/summary.txt | 0
.../tcwg_bootstrap_check/status.txt | 3 +++
5 files changed, 12 insertions(+), 5 deletions(-)
copy gcc/sha1/{6a2e8dcbbd4bab374b27abea375bf7a921047800 => c72a7b849853716d94e8d31 [...]
copy gcc/sha1/{000f8b9a6a0ec7eaae9535e73c8f4fc3ea10a364/tcwg_gnu_embed_check_gcc/m [...]
create mode 100644 gcc/sha1/c72a7b849853716d94e8d313be5dce3c22850113/tcwg_bootstra [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.