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-defconfig
in repository toolchain/ci/llvm-project.
from d4a57c84834c workflows: Update workaround for lldb on Mac OS
adds cd4ebb2918ae [LazyCallGraph] Skip blockaddresses
adds 578e500fe5ba [Sparc] Create an error when `__builtin_longjmp` is used
adds c1b51f098751 [msan] Disabled test failing on new GLIBC
adds 2c6c3e4b713b [asan] Fix "no matching function" on GCC
adds bdd28a2a138f [sanitizer] Don't test __pthread_mutex_lock with GLIBC 2.34
adds 5b2990a6ff77 [ELF] #undef PPC to support GCC powerpc32 build
adds 59289a837b00 [AA] Handle callbr instructions in alias analysis
adds b40f07b048c4 [msan] Add stat-family interceptors on Linux
adds abc0cf92bb14 [sanitizer] Intercept lstat on Linux
adds d9f927f2cfe8 [sanitizer] Disable test incompartible with recert GLIBC
adds c95753ff5c11 [NFC][X86] Add MC tests for all untested VIA PadLock instructions
adds ae24102617c9 [X86] Don't add implicit REP prefix to VIA PadLock xstore
No new revisions were added by this update.
Summary of changes:
clang/lib/Basic/Targets/Sparc.h | 3 --
clang/test/Sema/builtin-longjmp.c | 2 +-
compiler-rt/lib/msan/msan_interceptors.cpp | 30 +++++++----
.../sanitizer_platform_interceptors.h | 11 ++--
.../TestCases/Posix/unpoison-alternate-stack.cpp | 2 +-
compiler-rt/test/lit.common.cfg.py | 2 +-
compiler-rt/test/msan/preinit_array.cpp | 3 ++
.../TestCases/Linux/pthread_mutex.cpp | 7 ++-
.../Linux/sysconf_interceptor_bypass_test.cpp | 5 +-
lld/ELF/Arch/PPC.cpp | 3 ++
llvm/include/llvm/Analysis/LazyCallGraph.h | 24 ++-------
llvm/lib/Analysis/AliasAnalysis.cpp | 6 ++-
llvm/lib/Target/X86/X86InstrSystem.td | 2 +-
llvm/test/Analysis/BasicAA/pr52735.ll | 29 +++++++++++
llvm/test/Analysis/LazyCallGraph/blockaddress.ll | 28 +++++++++++
llvm/test/MC/X86/padlock.s | 29 ++++++++++-
.../IPConstantProp/dangling-block-address.ll | 58 ++++++++--------------
llvm/test/Transforms/Attributor/liveness.ll | 12 +++--
llvm/unittests/Analysis/LazyCallGraphTest.cpp | 3 +-
19 files changed, 167 insertions(+), 92 deletions(-)
create mode 100644 llvm/test/Analysis/BasicAA/pr52735.ll
create mode 100644 llvm/test/Analysis/LazyCallGraph/blockaddress.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-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from 25a297446c Automatic date update in version.in
adds 446864d6d6 Automatic date update in version.in
adds 72a45cec0f Automatic date update in version.in
adds 6e67642edc Automatic date update in version.in
adds 862d4c203e 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-defconfig
in repository toolchain/ci/base-artifacts.
discards bd3b3036b 0: update: binutils-llvm-linux-qemu: boot
new 656a18208 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 (bd3b3036b)
\
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 1568 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 41372 -> 41488 bytes
04-build_llvm/console.log.xz | Bin 57312 -> 57792 bytes
05-build_abe-qemu/console.log.xz | Bin 29860 -> 30316 bytes
06-build_linux/console.log.xz | Bin 3764 -> 3868 bytes
07-boot_linux/console.log.xz | Bin 5772 -> 5788 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 22 +++++++++++-----------
10 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.
unknown user pushed a change to branch master
in repository gcc.
from 9c1ce17bc4a arm: Declare MVE types internally via pragma
new 5474092c9af Fortran: CASE selector expressions must be scalar
new ff0ad4b5e16 Fortran: BOZ literal constants are not interoperable
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/fortran/check.c | 6 ++++++
gcc/fortran/match.c | 13 +++++++++++++
gcc/testsuite/gfortran.dg/illegal_boz_arg_3.f90 | 7 +++++++
gcc/testsuite/gfortran.dg/select_10.f90 | 25 +++++++++++++++++++++++++
4 files changed, 51 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/illegal_boz_arg_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/select_10.f90
--
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_check_gcc/master-aarch64
in repository toolchain/ci/glibc.
from d3e4f5a101 s_sincosf.h: Change pio4 type to float [BZ #28713]
adds 163f625cf9 elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]
adds c6d7d6312c intl/plural.y: Avoid conflicting declarations of yyerror and yylex
No new revisions were added by this update.
Summary of changes:
elf/dl-load.c | 9 ++-------
intl/plural.y | 5 +++++
2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards f75a631d5 0: update: binutils-gcc-linux-glibc-gdb: 1
new ae11a9f63 0: update: binutils-gcc-linux-glibc-gdb: 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 (f75a631d5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
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 1556 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 38632 -> 38984 bytes
04-build_abe-gcc/console.log.xz | Bin 202748 -> 203392 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8688 -> 8680 bytes
07-build_abe-glibc/console.log.xz | Bin 236620 -> 235872 bytes
08-build_abe-gdb/console.log.xz | Bin 38104 -> 38564 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3820 -> 3828 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2524 -> 2804 bytes
11-check_regression/console.log.xz | Bin 3404 -> 3044 bytes
11-check_regression/fails.sum | 7 +-
11-check_regression/results.compare | 31 +-
11-check_regression/results.compare2 | 81 +-
11-check_regression/results.regressions | 31 +-
12-update_baseline/console.log | 552 ++--
12-update_baseline/fails.sum | 7 +-
12-update_baseline/results.compare | 31 +-
12-update_baseline/results.compare2 | 81 +-
12-update_baseline/results.regressions | 31 +-
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 3597964 -> 3629972 bytes
sumfiles/g++.sum | 106 +-
sumfiles/gcc.log.xz | Bin 3130664 -> 3132104 bytes
sumfiles/gcc.sum | 4278 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 924652 -> 914580 bytes
sumfiles/gfortran.sum | 44 +-
sumfiles/libatomic.log.xz | Bin 2272 -> 2272 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 184672 -> 185460 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2672 -> 2672 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 434176 -> 430000 bytes
sumfiles/libstdc++.sum | 10 +-
35 files changed, 2603 insertions(+), 2739 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 master
in repository linux.
from 2f47a9a4dfa3 Merge tag 'pm-5.16-rc7' of git://git.kernel.org/pub/scm/li [...]
new 27750a315aba crypto: qat - do not handle PFVF sources for qat_4xxx
new e19e22634519 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...]
new 04e57a2d952b tomoyo: Check exceeded quota early in tomoyo_domain_quota_ [...]
new f702e1107601 tomoyo: use hwight16() in tomoyo_domain_quota_is_ok()
new c9ea870c6e33 Merge tag 'tomoyo-pr-20211222' of git://git.osdn.net/gitro [...]
new 34f35f8f14bc ipmi: ssif: initialize ssif_info->client early
new 2b5160b12091 ipmi: bail out if init_srcu_struct fails
new 75d70d76cb7b ipmi: fix initialization when workqueue allocation fails
new ffb76a86f809 ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
new 074004058094 Merge tag 'for-linus-5.16-3' of git://github.com/cminyard/ [...]
new 484730e5862f parisc: Clear stale IIR value on instruction access rights trap
new 8f66fce0f465 parisc: Correct completer in lws start
new d3a5a68cff47 parisc: Fix mask used to select futex spinlock
new aacb2016063d parisc: remove ARCH_DEFCONFIG
new 3f066e882bf1 Merge tag 'for-5.16/parisc-7' of git://git.kernel.org/pub/ [...]
The 15 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:
arch/parisc/Kconfig | 5 -----
arch/parisc/include/asm/futex.h | 4 ++--
arch/parisc/kernel/syscall.S | 2 +-
arch/parisc/kernel/traps.c | 2 ++
drivers/char/ipmi/ipmi_msghandler.c | 21 ++++++++++-------
drivers/char/ipmi/ipmi_ssif.c | 7 +++---
drivers/crypto/qat/qat_4xxx/adf_4xxx_hw_data.c | 7 ++++++
security/tomoyo/util.c | 31 ++++++++++++--------------
8 files changed, 43 insertions(+), 36 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_bmk_llvm_apm/llvm-master-arm-spec2k6-Oz
in repository toolchain/ci/glibc.
from 691d9ae9e6 Remove ununsed tcb-offset
adds a94d9659cd Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.h
adds de8a0897e3 Regenerate ulps on x86_64 with GCC 12
adds e0fc721ce6 Linux: Fix 32-bit vDSO for clock_gettime on powerpc32
adds d3e4f5a101 s_sincosf.h: Change pio4 type to float [BZ #28713]
adds 163f625cf9 elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]
adds c6d7d6312c intl/plural.y: Avoid conflicting declarations of yyerror and yylex
No new revisions were added by this update.
Summary of changes:
elf/dl-load.c | 9 ++-------
intl/plural.y | 5 +++++
sysdeps/ieee754/flt-32/s_sincosf.h | 2 +-
sysdeps/unix/sysv/linux/clock_gettime.c | 2 +-
sysdeps/unix/sysv/linux/net/if_arp.h | 2 ++
sysdeps/x86_64/fpu/libm-test-ulps | 2 +-
6 files changed, 12 insertions(+), 10 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_bmk_llvm_apm/llvm-master-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards a109ffffe 0: update: binutils-gcc-linux-glibc-llvm: 1
new 26bf6917f 0: update: binutils-gcc-linux-glibc-llvm: 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 (a109ffffe)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_apm/llvm-master [...]
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 1572 -> 1676 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 30212 -> 30696 bytes
04-build_abe-stage1/console.log.xz | Bin 91216 -> 90280 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-linux/console.log.xz | Bin 8044 -> 9016 bytes
07-build_abe-glibc/console.log.xz | Bin 232024 -> 230440 bytes
08-build_abe-stage2/console.log.xz | Bin 204752 -> 203484 bytes
09-build_llvm-true/console.log.xz | Bin 59232 -> 60064 bytes
10-benchmark/benchmark-build.log | 46 +-
10-benchmark/benchmark.log | 44 +-
10-benchmark/console.log.xz | Bin 3072 -> 3108 bytes
11-check_regression/console.log.xz | Bin 1552 -> 5464 bytes
11-check_regression/results-0.csv | 1466 ++++++++
11-check_regression/results-1.csv | 1479 ++++++++
11-check_regression/results-brief.csv | 19 +
11-check_regression/results-compare.csv | 84 +
11-check_regression/results-full.csv | 1454 ++++++++
11-check_regression/results-perf-0.csv | 2675 +++++++-------
11-check_regression/results-perf-1.csv | 2829 +++++++--------
11-check_regression/results.csv | 84 +
11-check_regression/results.log | 3626 +++++++++----------
12-update_baseline/console.log | 2726 ++++++++++++++-
12-update_baseline/results-0.csv | 1466 ++++++++
12-update_baseline/results-1.csv | 1479 ++++++++
12-update_baseline/results-brief.csv | 19 +
12-update_baseline/results-compare.csv | 84 +
12-update_baseline/results-full.csv | 1454 ++++++++
12-update_baseline/results-perf-0.csv | 2675 +++++++-------
12-update_baseline/results-perf-1.csv | 2829 +++++++--------
12-update_baseline/results.csv | 84 +
12-update_baseline/results.log | 3632 ++++++++++----------
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1171248 -> 1161184 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 92172 -> 92020 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3299752 -> 3296464 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 32860 -> 32872 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 138440 -> 138400 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 184908 -> 185228 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1975008 -> 1978156 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3067304 -> 3172332 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 477364 -> 476360 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1098652 -> 1105808 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 315824 -> 315152 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 141324 -> 141820 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 48128 -> 47928 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 560340 -> 559060 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 25168 -> 25156 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 792620 -> 811200 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 69636 -> 69816 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 212280 -> 211872 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 6963264 -> 7001176 bytes
jenkins/manifest.sh | 28 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1171248 -> 1161184 bytes
save-temps/401.bzip2.tar.xz | Bin 92172 -> 92020 bytes
save-temps/403.gcc.tar.xz | Bin 3299752 -> 3296464 bytes
save-temps/429.mcf.tar.xz | Bin 32860 -> 32872 bytes
save-temps/433.milc.tar.xz | Bin 138440 -> 138400 bytes
save-temps/444.namd.tar.xz | Bin 184908 -> 185228 bytes
save-temps/445.gobmk.tar.xz | Bin 1975008 -> 1978156 bytes
save-temps/447.dealII.tar.xz | Bin 3067304 -> 3172332 bytes
save-temps/450.soplex.tar.xz | Bin 477364 -> 476360 bytes
save-temps/453.povray.tar.xz | Bin 1098652 -> 1105808 bytes
save-temps/456.hmmer.tar.xz | Bin 315824 -> 315152 bytes
save-temps/458.sjeng.tar.xz | Bin 141324 -> 141820 bytes
save-temps/462.libquantum.tar.xz | Bin 48128 -> 47928 bytes
save-temps/464.h264ref.tar.xz | Bin 560340 -> 559060 bytes
save-temps/470.lbm.tar.xz | Bin 25168 -> 25156 bytes
save-temps/471.omnetpp.tar.xz | Bin 792620 -> 811200 bytes
save-temps/473.astar.tar.xz | Bin 69636 -> 69816 bytes
save-temps/482.sphinx3.tar.xz | Bin 212280 -> 211872 bytes
save-temps/483.xalancbmk.tar.xz | Bin 6963264 -> 7001176 bytes
73 files changed, 21073 insertions(+), 9213 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-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e3544e1f1 8: update: gcc-31048012db98f5ec9c2ba537bfd850374bdd771f: 21277
new 2e025df44 8: update: binutils-gcc-linux-qemu: 21277
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 (e3544e1f1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 1600 -> 1596 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 29420 -> 30512 bytes
04-build_abe-stage1/console.log.xz | Bin 90936 -> 89756 bytes
05-build_abe-qemu/console.log.xz | Bin 31644 -> 30232 bytes
06-build_linux/console.log.xz | Bin 45976 -> 43940 bytes
08-check_regression/console.log.xz | Bin 484 -> 480 bytes
09-update_baseline/console.log | 165 ++++++++++++++++++++++-------------
jenkins/manifest.sh | 21 +++--
9 files changed, 116 insertions(+), 70 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_native_build/master-arm
in repository toolchain/ci/glibc.
from d3e4f5a101 s_sincosf.h: Change pio4 type to float [BZ #28713]
adds 163f625cf9 elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]
adds c6d7d6312c intl/plural.y: Avoid conflicting declarations of yyerror and yylex
No new revisions were added by this update.
Summary of changes:
elf/dl-load.c | 9 ++-------
intl/plural.y | 5 +++++
2 files changed, 7 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.