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-aarch64
in repository toolchain/ci/base-artifacts.
discards dc3b7da2b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 2f3074647 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (dc3b7da2b)
\
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 1564 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 43444 -> 43724 bytes
04-build_abe-stage1/console.log.xz | Bin 71524 -> 71660 bytes
06-build_abe-linux/console.log.xz | Bin 8960 -> 8968 bytes
07-build_abe-glibc/console.log.xz | Bin 235156 -> 234956 bytes
08-build_abe-stage2/console.log.xz | Bin 190524 -> 189780 bytes
09-build_abe-gdb/console.log.xz | Bin 43120 -> 43076 bytes
10-build_abe-qemu/console.log.xz | Bin 31152 -> 31156 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3868 -> 3888 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2760 -> 2732 bytes
13-check_regression/console.log.xz | Bin 10344 -> 10032 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 23 -
13-check_regression/results.compare | 25 +-
13-check_regression/results.compare2 | 1738 ++++++------
13-check_regression/results.regressions | 43 -
14-update_baseline/console.log | 4616 +++++++++++++++----------------
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 23 -
14-update_baseline/results.compare | 25 +-
14-update_baseline/results.compare2 | 1738 ++++++------
14-update_baseline/results.regressions | 43 -
jenkins/manifest.sh | 16 +-
sumfiles/g++.log.xz | Bin 3255344 -> 3264068 bytes
sumfiles/g++.sum | 2296 +++++----------
sumfiles/gcc.log.xz | Bin 2827568 -> 2804732 bytes
sumfiles/gcc.sum | 4112 ++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 852908 -> 853816 bytes
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.log.xz | Bin 2268 -> 2272 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 163404 -> 163456 bytes
sumfiles/libgomp.sum | 8 +-
sumfiles/libitm.log.xz | Bin 2640 -> 2640 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 406592 -> 404396 bytes
sumfiles/libstdc++.sum | 6 +-
38 files changed, 6866 insertions(+), 7854 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-update_baseline/results.regressions
--
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 gcc.
from 1b07d9dce6c Fortran: Handle allocated() with coindexed scalars [PR93834]
new 053e1d64210 Create a ranger-local flag for non-executable edges.
new fe4e6c824a5 Look for a relation between operands only when possible.
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/gimple-range-cache.cc | 3 ++-
gcc/gimple-range-cache.h | 2 +-
gcc/gimple-range-fold.cc | 4 ++++
gcc/gimple-range-gori.cc | 5 +++--
gcc/gimple-range-gori.h | 7 ++++++-
gcc/gimple-range.cc | 22 ++++++++++++++++++----
gcc/gimple-range.h | 1 +
gcc/gimple-ssa-evrp.c | 12 +++++++++---
gcc/testsuite/gcc.dg/pr102463.c | 21 +++++++++++++++++++++
gcc/vr-values.c | 24 ++++++++++++++++++------
gcc/vr-values.h | 8 ++++++--
11 files changed, 89 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr102463.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_kernel/llvm-release-aarch64-next-defconfig
in repository toolchain/ci/llvm-project.
from 08642a395f23 Fix syntax error in Clang release notes
adds dda88bfc06b5 [clang][scan-build] Use cc/c++ instead of gcc/g++ on OpenBSD.
adds b96ee8f581f6 [X86] combineX86ShuffleChain - ensure we only peek through [...]
adds 5b95eb0b442e [debuginfo-test][cross-project-tests] Release note for new [...]
adds 80f974e40f81 [AArch64][GlobalISel] Use ZExtValue for zext(xor) when inv [...]
adds d0f0b5b99262 Thread safety analysis: Warn when demoting locks on back edges
adds ee6913cc8317 [analyzer] Add 13.0.0 release notes
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 48 +++++++++++++++++-
clang/lib/Analysis/ThreadSafety.cpp | 31 ++++++------
clang/test/SemaCXX/warn-thread-safety-analysis.cpp | 42 ++++++++++++++++
clang/tools/scan-build/libexec/ccc-analyzer | 3 ++
llvm/docs/ReleaseNotes.rst | 9 ++++
.../AArch64/GISel/AArch64InstructionSelector.cpp | 12 ++++-
llvm/lib/Target/X86/X86ISelLowering.cpp | 2 +-
.../AArch64/GlobalISel/opt-fold-xor-tbz-tbnz.mir | 32 ++++++++++++
llvm/test/CodeGen/X86/vector-reduce-mul.ll | 58 ++++++++++++++++++++++
9 files changed, 219 insertions(+), 18 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-aarch64-next-defconfig
in repository toolchain/ci/binutils-gdb.
from 0d5a11affe Automatic date update in version.in
adds 6060c2f337 Automatic date update in version.in
adds 27439f0eda Automatic date update in version.in
adds fcc561a54d Automatic date update in version.in
adds f0f39c9cfa 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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 6837166a5 0: update: binutils-llvm-linux-qemu: boot
new 4e8172b03 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 (6837166a5)
\
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.xz | Bin 1704 -> 1792 bytes
02-prepare_abe/console.log.xz | Bin 2792 -> 2788 bytes
03-build_abe-binutils/console.log.xz | Bin 42932 -> 43720 bytes
04-build_llvm/console.log.xz | Bin 58024 -> 57544 bytes
05-build_abe-qemu/console.log.xz | Bin 30844 -> 31044 bytes
06-build_linux/console.log.xz | Bin 3768 -> 3628 bytes
07-boot_linux/console.log.xz | Bin 6076 -> 6088 bytes
08-check_regression/console.log.xz | Bin 524 -> 412 bytes
08-check_regression/results.regressions | 2 --
09-update_baseline/console.log | 27 +++++++++++----------------
09-update_baseline/results.regressions | 2 --
jenkins/manifest.sh | 22 +++++++++++-----------
results | 2 +-
13 files changed, 23 insertions(+), 32 deletions(-)
delete mode 100644 08-check_regression/results.regressions
delete mode 100644 09-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.