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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts/tcwg_kernel/llvm-master-arm-stable-defconfig.
from 0fa0bb4 onsuccess: #44: boot: [TCWG CI] https://ci.linaro.org/job/tcw [...]
new f852d06 onsuccess: #45: boot: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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 2316 -> 2392 bytes
02-prepare_abe/console.log.xz | Bin 2616 -> 2592 bytes
03-build_abe-binutils/console.log.xz | Bin 27836 -> 27444 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17812 -> 17644 bytes
04-build_kernel_llvm/console.log.xz | Bin 66704 -> 67040 bytes
05-build_abe-qemu/console.log.xz | Bin 34024 -> 33556 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 22516 -> 22016 bytes
06-build_linux/console.log.xz | Bin 3164 -> 3172 bytes
07-boot_linux/console.log.xz | Bin 5700 -> 5704 bytes
08-check_regression/console.log.xz | Bin 1204 -> 1200 bytes
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 283 ++++++++++++++++++-----------
jenkins/notify-init.log | 104 ++++++-----
jenkins/rewrite.log | 27 ++-
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 48 ++---
notify/mail-subject.txt | 2 +-
23 files changed, 291 insertions(+), 195 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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts/tcwg_kernel/llvm-master-arm-next-allnoconfig.
from 1c53cdc onsuccess: #47: all: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new 262d2a7 onsuccess: #48: all: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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 2300 -> 2296 bytes
02-prepare_abe/console.log.xz | Bin 2592 -> 2624 bytes
03-build_abe-binutils/console.log.xz | Bin 27636 -> 27068 bytes
03-build_abe-binutils/make-binutils.log.xz | Bin 17784 -> 17608 bytes
04-build_kernel_llvm/console.log.xz | Bin 67404 -> 67532 bytes
05-build_abe-qemu/console.log.xz | Bin 33964 -> 34036 bytes
05-build_abe-qemu/make-qemu.log.xz | Bin 22492 -> 22388 bytes
06-build_linux/console.log.xz | Bin 2956 -> 2964 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 1192 -> 1192 bytes
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/notify-full.log | 238 ++++++++++++++---------------
jenkins/notify-init.log | 88 +++++------
jenkins/rewrite.log | 18 +--
jenkins/run-build.env | 6 +-
manifest.sh | 4 +-
notify/jira/comments.txt | 2 +-
notify/mail-body.txt | 54 +++----
notify/mail-subject.txt | 2 +-
23 files changed, 211 insertions(+), 211 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 244d1321340 MATCH: Add `~MAX(~X, Y)` pattern: [PR96694]
new e6bcf839894 MATCH: `(nop_convert)-(convert)a` into -(convert)a if we ar [...]
new 8e995e84233 MATCH: Add pattern for `(x | y) & (x & z)`
new ab286761bf7 MATCH: Add `(x | c) & ~(y | c)` and `x & ~(y | x)` patterns [...]
The 3 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/match.pd | 30 +++++++++++++++++++++++++++-
gcc/testsuite/gcc.dg/tree-ssa/andor-6.c | 19 ++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/andor-7.c | 16 +++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/andor-8.c | 19 ++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/andor-bool-1.c | 13 ++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/neg-cast-2.c | 20 +++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/neg-cast-3.c | 15 ++++++++++++++
7 files changed, 131 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/andor-6.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/andor-7.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/andor-8.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/andor-bool-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/neg-cast-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/neg-cast-3.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.
unknown user pushed a change to branch master
in repository gcc.
from b78cedc6b5b c++: improve verify_constant diagnostic [PR91483]
new b34f3736356 MATCH: Transform `(1 >> X) !=/== 0` into `X ==/!= 0`
new 244d1321340 MATCH: Add `~MAX(~X, Y)` pattern: [PR96694]
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/match.pd | 17 +++++++++--
gcc/testsuite/gcc.dg/tree-ssa/minmax-24.c | 31 ++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr105832-1.c | 25 ++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr105832-2.c | 30 +++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr105832-3.c | 46 ++++++++++++++++++++++++++++++
5 files changed, 146 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/minmax-24.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr105832-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr105832-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr105832-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.