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_binutils/master-arm
in repository toolchain/ci/base-artifacts.
from 4ebc645d87 61: onsuccess: #113: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new a39f8f1ef0 62: onsuccess: #114: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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:
00-sumfiles/binutils.log.xz | Bin 62096 -> 62040 bytes
00-sumfiles/gas.log.xz | Bin 101040 -> 101052 bytes
00-sumfiles/ld.log.xz | Bin 114172 -> 114200 bytes
01-reset_artifacts/console.log.xz | Bin 2228 -> 2212 bytes
02-prepare_abe/console.log.xz | Bin 2428 -> 2448 bytes
03-build_abe-binutils/console.log.xz | Bin 26952 -> 27068 bytes
04-build_abe-stage1/console.log.xz | Bin 88944 -> 89720 bytes
06-build_abe-linux/console.log.xz | Bin 9032 -> 9024 bytes
07-build_abe-glibc/console.log.xz | Bin 232740 -> 233712 bytes
08-build_abe-stage2/console.log.xz | Bin 225940 -> 228460 bytes
09-build_abe-gdb/console.log.xz | Bin 34288 -> 34568 bytes
10-build_abe-qemu/console.log.xz | Bin 32284 -> 30672 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3844 -> 3856 bytes
12-build_abe-check_binutils/console.log.xz | Bin 2920 -> 3132 bytes
12-build_abe-check_binutils/flaky.xfail | 2 +-
13-check_regression/console.log.xz | Bin 1236 -> 1248 bytes
13-check_regression/results.compare | 2 +-
13-check_regression/results.compare2 | 4 ++--
14-update_baseline/console.log | 9 --------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/gdb_rev | 2 +-
git/linux_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 2 +-
manifest.sh | 34 ++++++++++++++---------------
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 2 +-
sumfiles/ld.sum | 2 +-
29 files changed, 30 insertions(+), 39 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 ba39d2be0ba gimple-range-op: Handle sqrt (basic bounds only)
new 7ebd4a1d619 Fortran: Fix (mostly) comment typos
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:
gcc/fortran/arith.cc | 2 +-
gcc/fortran/check.cc | 2 +-
gcc/fortran/class.cc | 2 +-
gcc/fortran/decl.cc | 24 ++++++++++++------------
gcc/fortran/dependency.cc | 2 +-
gcc/fortran/expr.cc | 2 +-
gcc/fortran/frontend-passes.cc | 6 +++---
gcc/fortran/gfortran.h | 4 ++--
gcc/fortran/gfortran.texi | 8 ++++----
gcc/fortran/intrinsic.cc | 2 +-
gcc/fortran/iresolve.cc | 2 +-
gcc/fortran/match.cc | 2 +-
gcc/fortran/module.cc | 2 +-
gcc/fortran/primary.cc | 6 +++---
gcc/fortran/resolve.cc | 6 +++---
gcc/fortran/simplify.cc | 4 ++--
gcc/fortran/trans-array.cc | 4 ++--
gcc/fortran/trans-decl.cc | 2 +-
gcc/fortran/trans-expr.cc | 6 +++---
gcc/fortran/trans-intrinsic.cc | 2 +-
gcc/fortran/trans-openmp.cc | 6 +++---
gcc/fortran/trans-stmt.cc | 10 +++++-----
22 files changed, 53 insertions(+), 53 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 9ffddbfc738 Implement range-op entry for sin/cos
new ba39d2be0ba gimple-range-op: Handle sqrt (basic bounds only)
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:
gcc/gimple-range-op.cc | 84 ++++++++++++++++++++++
.../tree-ssa/{range-sincos.c => range-sqrt.c} | 16 ++---
gcc/testsuite/gfortran.dg/ieee/ieee_6.f90 | 2 +-
3 files changed, 92 insertions(+), 10 deletions(-)
copy gcc/testsuite/gcc.dg/tree-ssa/{range-sincos.c => range-sqrt.c} (66%)
--
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 d76c343d6a6 testsuite/C++: suppress filename canonicalization in module tests
new bd539c9b801 Add targetm.libm_function_max_error
new 9ffddbfc738 Implement range-op entry for sin/cos
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/config/arc/arc.cc | 36 +++++++++++
gcc/config/i386/i386.cc | 55 +++++++++++++++-
gcc/config/linux-protos.h | 2 +
gcc/config/linux.cc | 11 ++++
gcc/config/linux.h | 3 +
gcc/config/or1k/or1k.cc | 31 +++++++++
gcc/config/rs6000/linux.h | 3 +
gcc/config/rs6000/linux64.h | 3 +
gcc/config/rs6000/rs6000-linux.cc | 40 ++++++++++++
gcc/config/rs6000/rs6000-protos.h | 2 +
gcc/doc/tm.texi | 15 +++++
gcc/doc/tm.texi.in | 2 +
gcc/gimple-range-op.cc | 97 ++++++++++++++++++++++++++++
gcc/target.def | 17 +++++
gcc/targhooks.cc | 68 +++++++++++++++++++
gcc/targhooks.h | 3 +
gcc/testsuite/gcc.dg/tree-ssa/range-sincos.c | 43 ++++++++++++
gcc/value-range.h | 3 +
18 files changed, 433 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/range-sincos.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_gnu_woa_check_binutils/master-woa64
in repository toolchain/ci/base-artifacts.
from 8d571f6fcc 55: onsuccess: #82: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new c42c7922a2 56: onsuccess: #83: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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:
00-sumfiles/binutils.log.xz | Bin 8144 -> 8156 bytes
00-sumfiles/gas.log.xz | Bin 143488 -> 143352 bytes
00-sumfiles/ld.log.xz | Bin 25804 -> 25804 bytes
01-reset_artifacts/console.log.xz | Bin 2068 -> 2016 bytes
02-prepare_abe/console.log.xz | Bin 2460 -> 2452 bytes
03-build_abe-binutils/console.log.xz | Bin 24980 -> 25084 bytes
04-build_abe-dejagnu/console.log.xz | Bin 3944 -> 3936 bytes
05-build_abe-check_binutils/console.log.xz | Bin 3492 -> 3708 bytes
05-build_abe-check_binutils/flaky.xfail | 2 +-
06-check_regression/console.log.xz | Bin 1236 -> 1236 bytes
06-check_regression/results.compare | 10 +++++-----
06-check_regression/results.compare2 | 6 +++---
git/binutils_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 10 +++++-----
manifest.sh | 8 ++++----
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 ++--
sumfiles/ld.sum | 2 +-
19 files changed, 24 insertions(+), 24 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 9be54d6abad testsuite/C++: cope with IPv6 being unavailable
new d76c343d6a6 testsuite/C++: suppress filename canonicalization in module tests
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:
gcc/testsuite/g++.dg/modules/alias-1_b.C | 2 +-
gcc/testsuite/g++.dg/modules/alias-1_d.C | 2 +-
gcc/testsuite/g++.dg/modules/alias-1_e.C | 2 +-
gcc/testsuite/g++.dg/modules/alias-1_f.C | 2 +-
gcc/testsuite/g++.dg/modules/cpp-6_c.C | 2 +-
gcc/testsuite/g++.dg/modules/dir-only-2_b.C | 2 +-
6 files changed, 6 insertions(+), 6 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-stable-defconfig
in repository toolchain/ci/base-artifacts.
from 36aaff6898 65: onsuccess: #15: boot: [TCWG CI] https://ci.linaro.org/jo [...]
new 968f12a59d 66: onsuccess: #16: boot: [TCWG CI] https://ci.linaro.org/jo [...]
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 1984 -> 2168 bytes
02-prepare_abe/console.log.xz | Bin 2428 -> 2428 bytes
03-build_abe-binutils/console.log.xz | Bin 27000 -> 27312 bytes
04-build_abe-stage1/console.log.xz | Bin 89356 -> 89308 bytes
05-build_abe-qemu/console.log.xz | Bin 31800 -> 32476 bytes
06-build_linux/console.log.xz | Bin 4576 -> 3140 bytes
07-boot_linux/console.log.xz | Bin 5624 -> 5644 bytes
08-check_regression/console.log.xz | Bin 528 -> 528 bytes
09-update_baseline/console.log | 9 ---------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 28 ++++++++++++++--------------
15 files changed, 19 insertions(+), 28 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 f9b91090361 harden-conditionals: detach values before compares
new 9be54d6abad testsuite/C++: cope with IPv6 being unavailable
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:
gcc/testsuite/g++.dg/modules/bad-mapper-3.C | 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 143a12bd5a5 Re: Keeping track of rs6000-coff archive element pointers
new be3d663386f x86: rework AMX multiplication insn disassembly
new 1f506c06eff x86: rework AMX control insn disassembly
new 2b6132c33c2 gas: move shift count check
new 6b50f5f4cb8 x86/Intel: reduce ELF/PE conditional scope in x86_cons()
new ffe983ed7a9 x86: limit data passed to prefix_name()
new e4452aa670e x86: limit data passed to i386_dis_printf()
new a48ddc3b572 RISC-V: Relax R_RISCV_[PCREL_]LO12_I/S to R_RISCV_GPREL_I/S [...]
new 03e63766ef0 RISC-V: Enable x0 base relaxation for relax_pc even if --no [...]
The 8 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:
bfd/elfnn-riscv.c | 63 +-----
gas/config/tc-i386.c | 10 +-
gas/expr.c | 28 +--
gas/testsuite/gas/i386/x86-64-amx-bad.d | 2 +-
opcodes/i386-dis.c | 373 +++++++++++---------------------
5 files changed, 157 insertions(+), 319 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_fast_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
from 1d2a797f65 96: onsuccess: #142: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
new f284126cc8 97: onsuccess: #143: 1: [TCWG CI] https://ci.linaro.org/job/ [...]
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:
00-sumfiles/g++.log.xz | Bin 1408 -> 1408 bytes
00-sumfiles/gcc.log.xz | Bin 371920 -> 371032 bytes
00-sumfiles/gfortran.log.xz | Bin 55256 -> 55808 bytes
00-sumfiles/libatomic.log.xz | Bin 436 -> 436 bytes
00-sumfiles/libgomp.log.xz | Bin 432 -> 432 bytes
00-sumfiles/libitm.log.xz | Bin 432 -> 432 bytes
00-sumfiles/libstdc++.log.xz | Bin 424 -> 424 bytes
01-reset_artifacts/console.log.xz | Bin 2192 -> 2228 bytes
02-prepare_abe/console.log.xz | Bin 2420 -> 2440 bytes
03-build_abe-binutils/console.log.xz | Bin 35080 -> 34952 bytes
04-build_abe-gcc/console.log.xz | Bin 205376 -> 205696 bytes
05-clean_sysroot/console.log.xz | Bin 312 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 8716 -> 8980 bytes
07-build_abe-glibc/console.log.xz | Bin 241544 -> 241144 bytes
08-build_abe-gdb/console.log.xz | Bin 34720 -> 34796 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3848 bytes
10-build_abe-check_gcc/console.log.xz | Bin 3484 -> 3748 bytes
10-build_abe-check_gcc/flaky.xfail | 2 +-
11-check_regression/console.log.xz | Bin 1332 -> 1332 bytes
11-check_regression/results.compare | 18 +++++++++---------
11-check_regression/results.compare2 | 6 +++---
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/results.compare | 18 +++++++++---------
manifest.sh | 20 ++++++++++----------
sumfiles/g++.sum | 2 +-
sumfiles/gcc.sum | 2 +-
sumfiles/gfortran.sum | 2 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.sum | 2 +-
32 files changed, 41 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 5a8e7e1332c Automatic date update in version.in
new 6b258591644 Make bfd_byte an int8_t, flagword a uint32_t
new 4cb2aab8ab9 Remove deprecated bfd_read
new 143a12bd5a5 Re: Keeping track of rs6000-coff archive element pointers
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:
bfd/bfd-in.h | 30 ++++++------------------------
bfd/bfd-in2.h | 30 ++++++------------------------
bfd/coff-rs6000.c | 35 ++++++++++++++++++++++++++---------
bfd/libbfd-in.h | 2 +-
bfd/libbfd.c | 28 ----------------------------
bfd/libbfd.h | 2 +-
include/coff/xcoff.h | 10 +++++-----
7 files changed, 45 insertions(+), 92 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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
from e448dfa505 61: onsuccess: #17: 23551: [TCWG CI] https://ci.linaro.org/j [...]
new 27c469b8c6 62: onsuccess: #18: 23583: [TCWG CI] https://ci.linaro.org/j [...]
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 2196 -> 1988 bytes
02-prepare_abe/console.log.xz | Bin 2428 -> 2416 bytes
03-build_abe-binutils/console.log.xz | Bin 27144 -> 26920 bytes
04-build_abe-stage1/console.log.xz | Bin 88828 -> 88892 bytes
05-build_abe-qemu/console.log.xz | Bin 31604 -> 31856 bytes
06-build_linux/console.log.xz | Bin 8980 -> 3948 bytes
08-check_regression/console.log.xz | Bin 616 -> 616 bytes
09-update_baseline/console.log | 9 ---------
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/linux_rev | 2 +-
git/qemu_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 28 ++++++++++++++--------------
results | 2 +-
15 files changed, 20 insertions(+), 29 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-code_size-coremark/gnu_eabi-arm_eabi-master-O2
in repository toolchain/ci/base-artifacts.
from 8bd739f038 5: onsuccess: #11: 1: [TCWG CI] https://ci.linaro.org/job/tc [...]
new 93945c2643 6: onsuccess: #12: 1: [TCWG CI] https://ci.linaro.org/job/tc [...]
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 1956 -> 1936 bytes
02-prepare_abe/console.log.xz | Bin 2500 -> 2456 bytes
03-build_abe-binutils/console.log.xz | Bin 26936 -> 26880 bytes
04-build_abe-stage1/console.log.xz | Bin 87596 -> 87508 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-newlib/console.log.xz | Bin 12228 -> 12320 bytes
07-build_abe-stage2/console.log.xz | Bin 162752 -> 163040 bytes
08-benchmark/benchmark-build.log | 98 ++++++++++++++--------------
08-benchmark/benchmark.log | 96 +++++++++++++--------------
08-benchmark/console.log.xz | Bin 4032 -> 4044 bytes
09-check_regression/console.log.xz | Bin 6016 -> 6008 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/newlib_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 26 ++++----
results-vs-first/tcwg-benchmark-results.log | 62 +++++++++---------
results-vs-prev/tcwg-benchmark-results.log | 62 +++++++++---------
results_id | 2 +-
19 files changed, 177 insertions(+), 177 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_woa_build/master-woa64
in repository toolchain/ci/base-artifacts.
from 1d11c8c1c0 49: onsuccess: #59: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new 769fe8f4b6 50: onsuccess: #61: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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 2032 -> 2016 bytes
02-prepare_abe/console.log.xz | Bin 2428 -> 2444 bytes
04-build_abe-binutils/console.log.xz | Bin 24752 -> 24808 bytes
05-check_regression/console.log.xz | Bin 548 -> 548 bytes
git/binutils_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 8 ++++----
7 files changed, 6 insertions(+), 6 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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
from a7a6445aee 70: force: #22: : [TCWG CI] https://ci.linaro.org/job/tcwg_k [...]
new f62d30ce7e 71: onsuccess: #23: 7891: [TCWG CI] https://ci.linaro.org/jo [...]
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 1968 -> 2216 bytes
02-prepare_abe/console.log.xz | Bin 2412 -> 2468 bytes
03-build_abe-binutils/console.log.xz | Bin 27368 -> 27396 bytes
04-build_abe-stage1/console.log.xz | Bin 71576 -> 70980 bytes
05-build_abe-qemu/console.log.xz | Bin 32292 -> 32848 bytes
06-build_linux/console.log.xz | Bin 5804 -> 5996 bytes
08-check_regression/console.log.xz | Bin 1496 -> 608 bytes
08-check_regression/results.regressions | 9 ---------
08-check_regression/trigger-bisect | 2 --
08-check_regression/trigger-notify | 0
09-update_baseline/console.log | 9 +++++++++
git/gcc_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/check-regression-status.txt | 2 +-
manifest.sh | 12 ++++++------
results | 9 ---------
16 files changed, 18 insertions(+), 29 deletions(-)
delete mode 100644 08-check_regression/results.regressions
delete mode 100644 08-check_regression/trigger-bisect
delete mode 100644 08-check_regression/trigger-notify
--
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-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
from e8380a88d9 69: force: #21: boot: [TCWG CI] https://ci.linaro.org/job/tc [...]
new a7a6445aee 70: force: #22: : [TCWG CI] https://ci.linaro.org/job/tcwg_k [...]
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 2192 -> 1968 bytes
02-prepare_abe/console.log.xz | Bin 2444 -> 2412 bytes
03-build_abe-binutils/console.log.xz | Bin 27548 -> 27368 bytes
04-build_abe-stage1/console.log.xz | Bin 71588 -> 71576 bytes
05-build_abe-qemu/console.log.xz | Bin 33064 -> 32292 bytes
06-build_linux/console.log.xz | Bin 5100 -> 5804 bytes
07-boot_linux/console.log.xz | Bin 6192 -> 0 bytes
08-check_regression/console.log.xz | Bin 528 -> 1496 bytes
08-check_regression/results.regressions | 9 +++++++++
08-check_regression/trigger-bisect | 2 ++
.../trigger-notify | 0
git/gcc_rev | 2 +-
jenkins/notify.sh | 2 +-
mail/check-regression-status.txt | 2 +-
manifest.sh | 6 +++---
results | 15 ++++++++++-----
16 files changed, 27 insertions(+), 11 deletions(-)
delete mode 100644 07-boot_linux/console.log.xz
create mode 100644 08-check_regression/results.regressions
create mode 100644 08-check_regression/trigger-bisect
copy 09-update_baseline/console.log => 08-check_regression/trigger-notify (100%)
--
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 master
in repository toolchain/ci/interesting-commits.
from 86b8f381 Add entry b4c69e6b663753f41259e2e19ad03cfc11457534 from https [...]
new 3c23c40d Add entry a38bb14f013e96e7225f904d0e8b701b0b386314 from https [...]
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:
gcc/basepoints/gcc-14-252-ga38bb14f013 | 1 +
.../gnu-master-aarch64-next-defconfig/build_url | 1 +
.../gnu-master-aarch64-next-defconfig/last_good | 1 +
.../gnu-master-aarch64-next-defconfig/summary.txt | 40 +++++++++++++
.../tcwg_kernel/status.txt | 65 ++++++++++++++++++++++
5 files changed, 108 insertions(+)
create mode 120000 gcc/basepoints/gcc-14-252-ga38bb14f013
create mode 100644 gcc/sha1/a38bb14f013e96e7225f904d0e8b701b0b386314/tcwg_kernel/g [...]
create mode 100644 gcc/sha1/a38bb14f013e96e7225f904d0e8b701b0b386314/tcwg_kernel/g [...]
create mode 100644 gcc/sha1/a38bb14f013e96e7225f904d0e8b701b0b386314/tcwg_kernel/g [...]
create mode 100644 gcc/sha1/a38bb14f013e96e7225f904d0e8b701b0b386314/tcwg_kernel/s [...]
--
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-code_size-coremark/gnu_eabi-arm_eabi-master-Os_LTO
in repository toolchain/ci/base-artifacts.
from f08549bf47 79: onsuccess: #35: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
new 27116c30c3 80: onsuccess: #36: 1: [TCWG CI] https://ci.linaro.org/job/t [...]
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 1976 -> 1944 bytes
02-prepare_abe/console.log.xz | Bin 2512 -> 2428 bytes
03-build_abe-binutils/console.log.xz | Bin 26872 -> 26848 bytes
04-build_abe-stage1/console.log.xz | Bin 87628 -> 87632 bytes
06-build_abe-newlib/console.log.xz | Bin 12288 -> 12280 bytes
07-build_abe-stage2/console.log.xz | Bin 162124 -> 162276 bytes
08-benchmark/benchmark-build.log | 98 ++++++++++++++--------------
08-benchmark/benchmark.log | 96 +++++++++++++--------------
08-benchmark/console.log.xz | Bin 4040 -> 4052 bytes
09-check_regression/console.log.xz | Bin 6244 -> 6252 bytes
git/binutils_rev | 2 +-
git/gcc_rev | 2 +-
git/newlib_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 26 ++++----
results-vs-first/tcwg-benchmark-results.log | 2 +-
results-vs-prev/tcwg-benchmark-results.log | 6 +-
results_id | 2 +-
18 files changed, 119 insertions(+), 119 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 32a98ccd233 Daily bump.
new f9b91090361 harden-conditionals: detach values before compares
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:
gcc/gimple-harden-conditionals.cc | 25 +++++++++++++---------
.../c-c++-common/torture/harden-cond-comp.c | 24 +++++++++++++++++++++
2 files changed, 39 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/harden-cond-comp.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/gnu-master-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
from e7baa4e187 68: onsuccess: #20: boot: [TCWG CI] https://ci.linaro.org/jo [...]
new e8380a88d9 69: force: #21: boot: [TCWG CI] https://ci.linaro.org/job/tc [...]
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 2096 -> 2192 bytes
02-prepare_abe/console.log.xz | Bin 2408 -> 2444 bytes
03-build_abe-binutils/console.log.xz | Bin 27464 -> 27548 bytes
04-build_abe-stage1/console.log.xz | Bin 71176 -> 71588 bytes
05-build_abe-qemu/console.log.xz | Bin 31788 -> 33064 bytes
06-build_linux/console.log.xz | Bin 5052 -> 5100 bytes
07-boot_linux/console.log.xz | Bin 6160 -> 6192 bytes
08-check_regression/console.log.xz | Bin 528 -> 528 bytes
09-update_baseline/console.log | 9 ---------
git/gcc_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 10 +++++-----
12 files changed, 7 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
from d2e1653f9b 67: onsuccess: #14: boot: [TCWG CI] https://ci.linaro.org/jo [...]
new e7baa4e187 68: onsuccess: #20: boot: [TCWG CI] https://ci.linaro.org/jo [...]
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 1972 -> 2096 bytes
02-prepare_abe/console.log.xz | Bin 2416 -> 2408 bytes
03-build_abe-binutils/console.log.xz | Bin 27376 -> 27464 bytes
04-build_abe-stage1/console.log.xz | Bin 71484 -> 71176 bytes
05-build_abe-qemu/console.log.xz | Bin 32148 -> 31788 bytes
06-build_linux/console.log.xz | Bin 5088 -> 5052 bytes
07-boot_linux/console.log.xz | Bin 6164 -> 6160 bytes
08-check_regression/console.log.xz | Bin 524 -> 528 bytes
09-update_baseline/console.log | 9 +++++++++
git/qemu_rev | 2 +-
jenkins/notify.sh | 2 +-
manifest.sh | 21 +++++++++------------
12 files changed, 20 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.