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-stable-allmodconfig
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
new 5869ea6c6254 [sanitizer] msan build fix on non linux platforms
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:
compiler-rt/lib/msan/msan_interceptors.cpp | 1 +
lld/CMakeLists.txt | 9 ++
lld/ELF/Driver.cpp | 9 ++
lld/test/CMakeLists.txt | 1 +
lld/test/ELF/gc-sections-metadata-startstop.s | 1 +
lld/test/ELF/gc-sections-startstop-hint.s | 1 +
lld/test/ELF/gc-sections-startstop.s | 1 +
lld/test/lit.cfg.py | 3 +
lld/test/lit.site.cfg.py.in | 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 +-
20 files changed, 265 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-stable-allmodconfig
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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f5ae5d0b 2: update: binutils-llvm-linux-qemu: 21885
new 7d53b5bf 2: update: binutils-llvm-linux-qemu: 21885
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 (f5ae5d0b)
\
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 1580 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 41440 -> 41496 bytes
04-build_llvm/console.log.xz | Bin 58656 -> 59288 bytes
05-build_abe-qemu/console.log.xz | Bin 29528 -> 30012 bytes
06-build_linux/console.log.xz | Bin 5136 -> 5016 bytes
08-check_regression/console.log.xz | Bin 500 -> 480 bytes
09-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 20 ++++++++++----------
9 files changed, 19 insertions(+), 19 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_gcc_check/master-aarch64
in repository toolchain/ci/gcc.
from 952b7dbb418 ada: Fix up handling of ghost units [PR104027]
adds 617db51d7eb Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 113 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 6 ++
gcc/analyzer/ChangeLog | 30 ++++++
gcc/c-family/ChangeLog | 5 +
gcc/c/ChangeLog | 6 ++
gcc/cp/ChangeLog | 16 +++
gcc/fortran/ChangeLog | 12 +++
gcc/testsuite/ChangeLog | 131 +++++++++++++++++++++++++
libgcc/ChangeLog | 5 +
libgfortran/ChangeLog | 7 ++
libstdc++-v3/ChangeLog | 252 ++++++++++++++++++++++++++++++++++++++++++++++++
12 files changed, 584 insertions(+), 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_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 2d83ba53 0: update: binutils-gcc: 1
new 25e90f60 0: update: binutils-gcc: 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 (2d83ba53)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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 1532 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 37948 -> 38204 bytes
04-build_abe-gcc/console.log.xz | Bin 206976 -> 206888 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3840 -> 3840 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2804 -> 2376 bytes
07-check_regression/console.log.xz | Bin 25324 -> 3024 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 37 +-
07-check_regression/results.compare | 2653 +-------------
07-check_regression/results.compare2 | 2765 +-------------
07-check_regression/results.regressions | 83 +-
08-update_baseline/console.log | 5965 ++-----------------------------
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 37 +-
08-update_baseline/results.compare | 2653 +-------------
08-update_baseline/results.compare2 | 2765 +-------------
08-update_baseline/results.regressions | 83 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3455076 -> 3453572 bytes
sumfiles/g++.sum | 138 +-
sumfiles/gcc.log.xz | Bin 2953836 -> 2977064 bytes
sumfiles/gcc.sum | 4662 ++++++++++++------------
sumfiles/gfortran.log.xz | Bin 1021440 -> 1028948 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2184 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 188696 -> 188824 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 431804 -> 429372 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 2866 insertions(+), 19065 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-next-defconfig
in repository toolchain/ci/base-artifacts.
discards ba2566ed 2: update: binutils-llvm-linux-qemu: 37
new 4e9150fa 2: update: linux-bd8d9cef2a7932e688ca267ea1adf5ea6557c777: 37
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 (ba2566ed)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30796 -> 29492 bytes
04-build_llvm/console.log.xz | Bin 59792 -> 61480 bytes
05-build_abe-qemu/console.log.xz | Bin 30916 -> 31584 bytes
06-build_linux/console.log.xz | Bin 3884 -> 3376 bytes
08-check_regression/console.log.xz | Bin 480 -> 476 bytes
09-update_baseline/console.log | 216 +++++++++++++++++------------------
jenkins/manifest.sh | 13 +--
9 files changed, 113 insertions(+), 116 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_gcc_check_bootstrap/master-arm-check_bootstrap
in repository toolchain/ci/binutils-gdb.
from 62dd9d9177 Automatic date update in version.in
adds 2235ecb8af x86: reduce AVX512-FP16 set of insns decoded through vex_w_table[]
adds 740a1e7911 x86: reduce AVX512 FP set of insns decoded through vex_w_table[]
adds a364447b5e x86: record further wrong uses of EVEX.b
adds 928c8d70c8 x86: consistently use scalar_mode for AVX512-FP16 scalar insns
adds e6cfa893f4 x86: share yet more VEX table entries with EVEX decoding
adds fd47eb1a30 x86: drop ymmxmm_mode
adds ff66e8c5be PR28751 mbind2a / mbind2b regressions on powerpc*-linux
adds 2026dcfcc0 gdb/testsuite: enable __INTEL_LLVM_COMPILER preprocessor in [...]
adds 513569fbb7 gdb.dlang/demangle.exp: update expected output for _D8demang [...]
adds e55d9a1579 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/gdb.dlang/demangle.exp | 2 +-
gdb/testsuite/lib/compiler.c | 9 ++
gdb/testsuite/lib/compiler.cc | 9 ++
gdb/testsuite/lib/fortran.exp | 3 +-
include/bfdlink.h | 3 +
ld/emultempl/elf.em | 1 +
ld/ldelf.c | 11 +-
ld/testsuite/ld-elf/elf.exp | 4 +-
opcodes/i386-dis-evex-mod.h | 30 ----
opcodes/i386-dis-evex-prefix.h | 203 +++++++--------------------
opcodes/i386-dis-evex-w.h | 249 +---------------------------------
opcodes/i386-dis-evex.h | 82 +++++------
opcodes/i386-dis.c | 256 +++++++++++++----------------------
14 files changed, 230 insertions(+), 634 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_gcc_check_bootstrap/master-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 29a2111f 0: update: binutils-62dd9d917793f475024ce35eeb323608dc9d3bde: 1
new 7af90b78 0: update: binutils-gcc: 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 (29a2111f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/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 1488 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 50684 -> 51288 bytes
04-build_abe-bootstrap/console.log.xz | Bin 470984 -> 463636 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3800 -> 3820 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2528 -> 2364 bytes
07-check_regression/console.log.xz | Bin 2372 -> 27292 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 529 ++
07-check_regression/results.compare | 548 +-
07-check_regression/results.compare2 | 6730 +++++++++++++++++++++++-
07-check_regression/results.regressions | 101 +
08-update_baseline/console.log | 7599 ++++++++++++++++++++++++++-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 529 ++
08-update_baseline/results.compare | 548 +-
08-update_baseline/results.compare2 | 6730 +++++++++++++++++++++++-
08-update_baseline/results.regressions | 101 +
jenkins/manifest.sh | 13 +-
sumfiles/g++.log.xz | Bin 2794048 -> 2768564 bytes
sumfiles/g++.sum | 3097 ++++++-----
sumfiles/gcc.log.xz | Bin 2409680 -> 2454228 bytes
sumfiles/gcc.sum | 6695 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 931568 -> 927692 bytes
sumfiles/gfortran.sum | 861 +--
sumfiles/libatomic.log.xz | Bin 2308 -> 2304 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 180460 -> 193468 bytes
sumfiles/libgomp.sum | 1385 ++++-
sumfiles/libitm.log.xz | Bin 2728 -> 2720 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 468092 -> 472612 bytes
sumfiles/libstdc++.sum | 46 +-
33 files changed, 30278 insertions(+), 5246 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.