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 89f2c0c63c22 [clang] disable implicit moves when not in CPlusPLus
adds d811546f803c [compiler-rt] Move -fno-omit-frame-pointer check to common [...]
adds 8d78ac26f475 [OpenMP]Fix PR51349: Remove AlwaysInline for if regions.
adds 6aa054242d60 [LLD] Add required `ppc` target to the test cases. NFC
adds 6a5ccb2ec438 [compiler-rt] Implement __clear_cache() on OpenBSD/riscv64
adds 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 [...]
new 80f974e40f81 [AArch64][GlobalISel] Use ZExtValue for zext(xor) when inv [...]
new d0f0b5b99262 Thread safety analysis: Warn when demoting locks on back edges
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:
clang/docs/ReleaseNotes.rst | 2 +
clang/lib/Analysis/ThreadSafety.cpp | 31 ++++++------
clang/lib/CodeGen/CGOpenMPRuntime.cpp | 3 +-
clang/test/OpenMP/parallel_if_codegen_PR51349.cpp | 38 ++++++++++++++
clang/test/SemaCXX/warn-thread-safety-analysis.cpp | 42 ++++++++++++++++
clang/tools/scan-build/libexec/ccc-analyzer | 3 ++
compiler-rt/cmake/builtin-config-ix.cmake | 1 -
compiler-rt/cmake/config-ix.cmake | 1 +
compiler-rt/lib/builtins/clear_cache.c | 9 +++-
lld/test/ELF/compressed-debug-input-err.s | 2 +-
lld/test/ELF/compressed-debug-input.s | 2 +-
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 ++++++++++++++++++++++
16 files changed, 225 insertions(+), 22 deletions(-)
create mode 100644 clang/test/OpenMP/parallel_if_codegen_PR51349.cpp
--
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/binutils-gdb.
from adfdd8afb9 Automatic date update in version.in
adds 5a6c9dc29f Automatic date update in version.in
adds 0d5a11affe Automatic date update in version.in
adds 6060c2f337 Automatic date update in version.in
adds 27439f0eda 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f79c4bedc 0: update: binutils-llvm-linux-qemu: all
new 824e62867 0: update: binutils-llvm-linux-qemu: all
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 (f79c4bedc)
\
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 1584 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2788 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 41320 -> 41928 bytes
04-build_llvm/console.log.xz | Bin 58844 -> 57796 bytes
05-build_abe-qemu/console.log.xz | Bin 30252 -> 30476 bytes
06-build_linux/console.log.xz | Bin 4180 -> 4160 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 520 -> 528 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 12 insertions(+), 12 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 f3e6645633 nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mu [...]
adds 0b5ca7c3e5 regex: copy back from Gnulib
No new revisions were added by this update.
Summary of changes:
include/intprops.h | 18 +++++++--
include/regex.h | 3 +-
misc/sys/cdefs.h | 22 ++++++-----
posix/regcomp.c | 8 ++--
posix/regex.c | 1 +
posix/regex.h | 49 ++++++++++++++++++------
posix/regex_internal.c | 10 ++++-
posix/regex_internal.h | 8 +++-
posix/regexec.c | 101 ++++++++++++++++++++++++++++---------------------
9 files changed, 142 insertions(+), 78 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/linux.
from d9fb678414c0 Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub [...]
adds d5f6545934c4 qnx4: work around gcc false positive warning bug
adds 1511df6f5e9e s390/bpf: Fix branch shortening during codegen pass
adds 6e61dc9da0b7 s390/bpf: Fix 64-bit subtraction of the -0x80000000 constant
adds db7bee653859 s390/bpf: Fix optimizing out zero-extensions
adds 92477dd1faa6 Merge tag 's390-5.15-ebpf-jit-fixes' of git://git.kernel.o [...]
No new revisions were added by this update.
Summary of changes:
arch/s390/net/bpf_jit_comp.c | 70 ++++++++++++++++++++++++--------------------
fs/qnx4/dir.c | 36 +++++++++++++++++------
2 files changed, 65 insertions(+), 41 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/base-artifacts.
discards 6155ac50a 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new c9f85d159 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 (6155ac50a)
\
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 1560 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 42612 -> 42568 bytes
04-build_abe-stage1/console.log.xz | Bin 90320 -> 90344 bytes
06-build_abe-linux/console.log.xz | Bin 10568 -> 8964 bytes
07-build_abe-glibc/console.log.xz | Bin 229036 -> 229016 bytes
08-build_abe-stage2/console.log.xz | Bin 216588 -> 216144 bytes
09-build_abe-gdb/console.log.xz | Bin 42576 -> 42620 bytes
10-build_abe-qemu/console.log.xz | Bin 29972 -> 30704 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3864 bytes
12-build_abe-check_gcc/console.log.xz | Bin 3020 -> 2836 bytes
13-check_regression/console.log.xz | Bin 3316 -> 2704 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 6 -
13-check_regression/results.compare | 33 +-
13-check_regression/results.compare2 | 92 +-
13-check_regression/results.regressions | 40 -
14-update_baseline/console.log | 548 ++++-----
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 6 -
14-update_baseline/results.compare | 33 +-
14-update_baseline/results.compare2 | 92 +-
14-update_baseline/results.regressions | 40 -
jenkins/manifest.sh | 22 +-
sumfiles/g++.log.xz | Bin 2526240 -> 2530236 bytes
sumfiles/g++.sum | 14 +-
sumfiles/gcc.log.xz | Bin 2108508 -> 2101848 bytes
sumfiles/gcc.sum | 2000 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 835016 -> 832588 bytes
sumfiles/gfortran.sum | 4 +-
sumfiles/libatomic.log.xz | Bin 2244 -> 2248 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 164332 -> 164436 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2660 -> 2652 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 418532 -> 413480 bytes
sumfiles/libstdc++.sum | 8 +-
38 files changed, 1301 insertions(+), 1645 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards b93d7bead 0: update: binutils-gcc: 2
new e2fb402fc 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 (b93d7bead)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-aar [...]
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 1536 -> 1516 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 51136 -> 51164 bytes
05-build_abe-bootstrap/console.log.xz | Bin 256356 -> 255744 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 8 ++++----
6 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.