This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/release-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 614a9580d44 c++: dependent bases and 'this' availability [PR103831]
adds d3b2060a0a6 Daily bump.
adds 7f49f50f756 tree-optimization/101615 - SLP permute opt with CTOR roots
adds b45761eab26 Daily bump.
adds a83c9d5a7eb Fix reverse scalar storage order issues in IPA-SRA
adds 006318b380c Daily bump.
new 3bd2fd28407 Fortran: check arguments of MASKL/MASKR intrinsics before s [...]
new 27424f10d4a Fortran: reject invalid non-constant pointer initialization [...]
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 | 33 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++
gcc/fortran/expr.c | 34 ++++++++++++++++
gcc/fortran/simplify.c | 6 +++
gcc/ipa-param-manipulation.c | 2 +-
gcc/ipa-sra.c | 56 +++++++++++++--------------
gcc/testsuite/ChangeLog | 39 +++++++++++++++++++
gcc/testsuite/gcc.dg/vect/bb-slp-pr101615-2.c | 23 +++++++++++
gcc/testsuite/gfortran.dg/masklr_3.f90 | 14 +++++++
gcc/testsuite/gfortran.dg/pr101762.f90 | 23 +++++++++++
gcc/testsuite/gnat.dg/lto25.adb | 14 +++++++
gcc/testsuite/gnat.dg/opt96.adb | 14 +++++++
gcc/testsuite/gnat.dg/opt96_pkg.adb | 16 ++++++++
gcc/testsuite/gnat.dg/opt96_pkg.ads | 32 +++++++++++++++
gcc/tree-vect-slp.c | 7 ++++
libsanitizer/ChangeLog | 6 +++
17 files changed, 300 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr101615-2.c
create mode 100644 gcc/testsuite/gfortran.dg/masklr_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr101762.f90
create mode 100644 gcc/testsuite/gnat.dg/lto25.adb
create mode 100644 gcc/testsuite/gnat.dg/opt96.adb
create mode 100644 gcc/testsuite/gnat.dg/opt96_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/opt96_pkg.ads
--
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_gcc_bootstrap/release-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from ebadd3ef87 Automatic date update in version.in
adds eb31394c23 Automatic date update in version.in
adds 6e072dd0f1 Automatic date update in version.in
adds 1f5be5f22a 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_gcc_bootstrap/release-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards e48f873e 0: update: binutils-gcc: 2
new 71dcdf01 0: update: binutils-gcc: 2
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 (e48f873e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-aa [...]
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.xz | Bin 1496 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2752 bytes
04-build_abe-binutils/console.log.xz | Bin 50520 -> 50224 bytes
05-build_abe-bootstrap/console.log.xz | Bin 245712 -> 246184 bytes
06-check_regression/console.log.xz | Bin 416 -> 420 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 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-mainline-defconfig
in repository toolchain/ci/llvm-project.
from bfb1bd1b9906 [Clang][Sema] Avoid crashing for va_arg expressions with b [...]
adds eecd0f055baa Have lit preserve SOURCE_DATE_EPOCH
adds eaeb7dcf3249 ARM: make FastISel & GISel pass -1 to ADJCALLSTACKUP to si [...]
adds 52a400d8e4c4 [InlineCost] model calls to llvm.is.constant* more carefully
adds 9d9efb1f67ff [lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC
adds b9a243d1cac2 [Coroutines] Enhance symmetric transfer for constant CmpInst
adds 5869ea6c6254 [sanitizer] msan build fix on non linux platforms
adds fc043d8a256b Revert "[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC"
No new revisions were added by this update.
Summary of changes:
compiler-rt/lib/msan/msan_interceptors.cpp | 1 +
llvm/lib/Analysis/InlineCost.cpp | 24 ++++++
llvm/lib/Target/ARM/ARMCallLowering.cpp | 2 +-
llvm/lib/Target/ARM/ARMFastISel.cpp | 2 +-
llvm/lib/Transforms/Coroutines/CoroSplit.cpp | 98 ++++++++++++++--------
.../CodeGen/ARM/GlobalISel/arm-call-lowering.ll | 16 ++--
.../CodeGen/ARM/GlobalISel/arm-param-lowering.ll | 26 +++---
.../GlobalISel/irtranslator-varargs-lowering.ll | 8 +-
llvm/test/CodeGen/ARM/fast-call-frame-restore.ll | 19 +++++
.../Transforms/Coroutines/coro-split-musttail4.ll | 65 ++++++++++++++
.../Inline/call-intrinsic-is-constant.ll | 39 +++++++++
llvm/utils/lit/lit/TestingConfig.py | 2 +-
12 files changed, 239 insertions(+), 63 deletions(-)
create mode 100644 llvm/test/CodeGen/ARM/fast-call-frame-restore.ll
create mode 100644 llvm/test/Transforms/Coroutines/coro-split-musttail4.ll
create mode 100644 llvm/test/Transforms/Inline/call-intrinsic-is-constant.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from d114d4e9bc Automatic date update in version.in
adds ebadd3ef87 Automatic date update in version.in
adds eb31394c23 Automatic date update in version.in
adds 6e072dd0f1 Automatic date update in version.in
adds 1f5be5f22a 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/llvm-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards a0f67d94 0: update: binutils-llvm-linux-qemu: boot
new 957e62cc 0: update: binutils-llvm-linux-qemu: 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 (a0f67d94)
\
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.xz | Bin 1552 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 41976 -> 42120 bytes
04-build_llvm/console.log.xz | Bin 56804 -> 59060 bytes
05-build_abe-qemu/console.log.xz | Bin 29976 -> 30404 bytes
06-build_linux/console.log.xz | Bin 3560 -> 3632 bytes
07-boot_linux/console.log.xz | Bin 5772 -> 5756 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
results | 2 +-
11 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_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/glibc.
from f01d482f03 s390x: Use <gcc-macros.h> in early HWCAP check
adds 4974c7cd8f elf tst-dl_find_object: Fix typo
No new revisions were added by this update.
Summary of changes:
elf/tst-dl_find_object.c | 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_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 37238562 0: update: gdb-e55d9a15795d2bf70e180b8515bf61d3e941c9d8: 1
new 8e6917c9 0: update: glibc-4974c7cd8f5683d77e54cb04ab7b925224da702a: 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 (37238562)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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.xz | Bin 1596 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 29300 -> 29648 bytes
04-build_abe-stage1/console.log.xz | Bin 91388 -> 92504 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 10956 -> 11252 bytes
07-build_abe-glibc/console.log.xz | Bin 229152 -> 232540 bytes
08-build_abe-stage2/console.log.xz | Bin 221608 -> 222756 bytes
09-build_abe-gdb/console.log.xz | Bin 37032 -> 33964 bytes
10-build_abe-qemu/console.log.xz | Bin 31864 -> 31776 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3856 -> 3864 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2460 -> 2548 bytes
13-check_regression/console.log.xz | Bin 2732 -> 2500 bytes
13-check_regression/results.compare | 42 +-
13-check_regression/results.compare2 | 38 +-
14-update_baseline/console.log | 282 ++--
14-update_baseline/results.compare | 42 +-
14-update_baseline/results.compare2 | 38 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2601160 -> 2623952 bytes
sumfiles/g++.sum | 102 +-
sumfiles/gcc.log.xz | Bin 2122592 -> 2133776 bytes
sumfiles/gcc.sum | 2474 ++++++++++++++++-----------------
sumfiles/gfortran.log.xz | Bin 889188 -> 866528 bytes
sumfiles/gfortran.sum | 92 +-
sumfiles/libatomic.log.xz | Bin 2260 -> 2260 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 183152 -> 183360 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2664 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 415896 -> 416236 bytes
sumfiles/libstdc++.sum | 16 +-
33 files changed, 1550 insertions(+), 1610 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.