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 82a344f2067 Use CASE_CONVERT in a few more cases
adds 3a3eda000fd tree-optimization/105437 - BB vect with extern defs of thro [...]
adds 880a9845dc1 gcov: Fix first time gcov info dump
adds 02f03c5c826 expand: Throw away non-external decls without varpool nodes [...]
adds 576f975cabb libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]
adds 86d821ddf56 libstdc++: Don't use std::tolower in <charconv> [PR103911]
adds 41e3db05d69 tree-optimization/104240 - SLP discovery with swapped comparisons
No new revisions were added by this update.
Summary of changes:
gcc/cfgexpand.cc | 3 ++-
gcc/gcov-io.cc | 5 ++++-
gcc/testsuite/g++.dg/vect/pr105437.cc | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr105415.c | 26 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c | 14 ++++++++++++++
gcc/tree-vect-slp.cc | 26 +++++++++++++++++++++++++-
libstdc++-v3/src/c++17/floating_from_chars.cc | 13 ++++++-------
libstdc++-v3/testsuite/20_util/from_chars/7.cc | 1 +
8 files changed, 102 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr105437.cc
create mode 100644 gcc/testsuite/gcc.dg/pr105415.c
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.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_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 18945043a 0: update: gcc-82a344f206725ba002af4fed318f37dfb7e566a0: 1
new 88158b465 0: update: gcc-41e3db05d697405256b6002d8432955a93d249f1: 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 (18945043a)
\
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 1480 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 37060 -> 36588 bytes
04-build_abe-gcc/console.log.xz | Bin 208124 -> 206988 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3832 -> 3832 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2604 -> 2540 bytes
07-check_regression/console.log.xz | Bin 3248 -> 3444 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 10 +-
07-check_regression/results.compare | 36 +-
07-check_regression/results.compare2 | 82 +-
07-check_regression/results.regressions | 36 +-
08-update_baseline/console.log | 660 ++---
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 10 +-
08-update_baseline/results.compare | 36 +-
08-update_baseline/results.compare2 | 82 +-
08-update_baseline/results.regressions | 36 +-
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3489764 -> 3531308 bytes
sumfiles/g++.sum | 138 +-
sumfiles/gcc.log.xz | Bin 2991260 -> 2985696 bytes
sumfiles/gcc.sum | 4197 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1035264 -> 1030444 bytes
sumfiles/gfortran.sum | 42 +-
sumfiles/libatomic.log.xz | Bin 2188 -> 2184 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 201476 -> 201644 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 433580 -> 420092 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2724 insertions(+), 2689 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 41e3db05d69 tree-optimization/104240 - SLP discovery with swapped comparisons
new 1cb220498e1 Assume a call is expensive when it mismatches
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/tree-scalar-evolution.cc | 7 +++++--
1 file changed, 5 insertions(+), 2 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_build/master-aarch64
in repository toolchain/ci/gcc.
from 82a344f2067 Use CASE_CONVERT in a few more cases
adds 3a3eda000fd tree-optimization/105437 - BB vect with extern defs of thro [...]
adds 880a9845dc1 gcov: Fix first time gcov info dump
adds 02f03c5c826 expand: Throw away non-external decls without varpool nodes [...]
adds 576f975cabb libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]
adds 86d821ddf56 libstdc++: Don't use std::tolower in <charconv> [PR103911]
adds 41e3db05d69 tree-optimization/104240 - SLP discovery with swapped comparisons
No new revisions were added by this update.
Summary of changes:
gcc/cfgexpand.cc | 3 ++-
gcc/gcov-io.cc | 5 ++++-
gcc/testsuite/g++.dg/vect/pr105437.cc | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr105415.c | 26 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c | 14 ++++++++++++++
gcc/tree-vect-slp.cc | 26 +++++++++++++++++++++++++-
libstdc++-v3/src/c++17/floating_from_chars.cc | 13 ++++++-------
libstdc++-v3/testsuite/20_util/from_chars/7.cc | 1 +
8 files changed, 102 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr105437.cc
create mode 100644 gcc/testsuite/gcc.dg/pr105415.c
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.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_cross_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 7c8f2771e 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
new 50eadc99e 2: update: binutils-gcc-linux-glibc-gdb-qemu: 0
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 (7c8f2771e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_build/master-a [...]
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 1728 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 17544 -> 17668 bytes
12-check_regression/console.log.xz | Bin 412 -> 412 bytes
13-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 6 ++---
6 files changed, 26 insertions(+), 26 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_tx1/llvm-master-aarch64-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards 748aa6568 6: update: linux-d8b78dc2f5825ad86e82aa47f35bf5463334d84c: 1
new 78e41dfc7 6: update: llvm-3d6fe7ace8b0a335273162a977439d5521e6548b: 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 (748aa6568)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_tx1/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 1652 -> 1844 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 30836 -> 30572 bytes
04-build_abe-stage1/console.log.xz | Bin 74872 -> 73996 bytes
06-build_abe-linux/console.log.xz | Bin 9180 -> 9672 bytes
07-build_abe-glibc/console.log.xz | Bin 237856 -> 237448 bytes
08-build_abe-stage2/console.log.xz | Bin 180316 -> 176320 bytes
09-build_llvm-true/console.log.xz | Bin 62924 -> 61756 bytes
10-benchmark/benchmark-build.log | 80 +-
10-benchmark/benchmark.log | 78 +-
10-benchmark/console.log.xz | Bin 3336 -> 3420 bytes
11-check_regression/console.log.xz | Bin 5016 -> 5084 bytes
11-check_regression/results-0.csv | 167738 +++++-----
11-check_regression/results-1.csv | 169571 +++++-----
11-check_regression/results-brief.csv | 32 +-
11-check_regression/results-full.csv | 1956 +-
11-check_regression/results-internal.csv | 135 +-
11-check_regression/results-md5sum-0.csv | 49074 +--
11-check_regression/results-md5sum-1.csv | 48309 +--
11-check_regression/results-perf-0.csv | 1926 +-
11-check_regression/results-perf-1.csv | 1902 +-
11-check_regression/results-size-0.csv | 243618 ++++++++-------
11-check_regression/results-size-1.csv | 243513 +++++++-------
11-check_regression/results-vect-0.csv | 22 +-
11-check_regression/results-vect-1.csv | 22 +-
11-check_regression/results.log | 2460 +-
12-update_baseline/console.log | 9020 +-
12-update_baseline/results-0.csv | 203212 ++++++------
12-update_baseline/results-1.csv | 169571 +++++-----
12-update_baseline/results-brief.csv | 32 +-
12-update_baseline/results-full.csv | 1834 +-
12-update_baseline/results-internal.csv | 135 +-
12-update_baseline/results-md5sum-0.csv | 46844 +--
12-update_baseline/results-md5sum-1.csv | 48309 +--
12-update_baseline/results-perf-1.csv | 1902 +-
12-update_baseline/results-size-0.csv | 295764 +++++++++---------
12-update_baseline/results-size-1.csv | 243513 +++++++-------
12-update_baseline/results-vect-0.csv | 24 +-
12-update_baseline/results-vect-1.csv | 22 +-
12-update_baseline/results.log | 1918 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1296084 -> 1284284 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 109648 -> 109288 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3590212 -> 3601864 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 34620 -> 34596 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 198784 -> 198796 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 2070036 -> 2076988 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3526808 -> 3572456 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 536400 -> 547600 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1256364 -> 1255104 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 162500 -> 162348 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 55880 -> 55612 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 26036 -> 25992 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 834100 -> 836304 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 79340 -> 79336 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 244848 -> 244076 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 7276228 -> 7328176 bytes
jenkins/manifest.sh | 10 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1296084 -> 1284284 bytes
save-temps/401.bzip2.tar.xz | Bin 109648 -> 109288 bytes
save-temps/403.gcc.tar.xz | Bin 3590212 -> 3601864 bytes
save-temps/429.mcf.tar.xz | Bin 34620 -> 34596 bytes
save-temps/444.namd.tar.xz | Bin 198784 -> 198796 bytes
save-temps/445.gobmk.tar.xz | Bin 2070036 -> 2076988 bytes
save-temps/447.dealII.tar.xz | Bin 3526808 -> 3572456 bytes
save-temps/450.soplex.tar.xz | Bin 536400 -> 547600 bytes
save-temps/453.povray.tar.xz | Bin 1256364 -> 1255104 bytes
save-temps/458.sjeng.tar.xz | Bin 162500 -> 162348 bytes
save-temps/462.libquantum.tar.xz | Bin 55880 -> 55612 bytes
save-temps/470.lbm.tar.xz | Bin 26036 -> 25992 bytes
save-temps/471.omnetpp.tar.xz | Bin 834100 -> 836304 bytes
save-temps/473.astar.tar.xz | Bin 79340 -> 79336 bytes
save-temps/482.sphinx3.tar.xz | Bin 244848 -> 244076 bytes
save-temps/483.xalancbmk.tar.xz | Bin 7276228 -> 7328176 bytes
74 files changed, 977890 insertions(+), 974658 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-aarch64
in repository toolchain/ci/gdb.
from e9c5fe2f40 Automatic date update in version.in
adds 94afbc7b1b [gdb/testsuite] Fix gdb.multi/attach-no-multi-process.exp wi [...]
adds a55939ca58 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/gdb.multi/attach-no-multi-process.exp | 9 ++++++---
2 files changed, 7 insertions(+), 4 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-aarch64
in repository toolchain/ci/gcc.
from 95874f95095 Daily bump.
adds 75bbc3da3e5 Denormalize VR_VARYING to VR_RANGE before passing it to set [...]
adds 69daa9244a2 rs6000: "Y" is DS-form, not DQ-form
adds bee8b8602ff Daily bump.
adds 28cfea987e1 libgcov: add ATTRIBUTE_UNUSED for dump_string
adds 4a0e89b10f6 system.h: Include <initializer_list> in system.h unconditionally
adds 82a344f2067 Use CASE_CONVERT in a few more cases
adds 3a3eda000fd tree-optimization/105437 - BB vect with extern defs of thro [...]
adds 880a9845dc1 gcov: Fix first time gcov info dump
adds 02f03c5c826 expand: Throw away non-external decls without varpool nodes [...]
adds 576f975cabb libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]
adds 86d821ddf56 libstdc++: Don't use std::tolower in <charconv> [PR103911]
new 41e3db05d69 tree-optimization/104240 - SLP discovery with swapped comparisons
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/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/cfgexpand.cc | 3 ++-
gcc/config/rs6000/constraints.md | 2 +-
gcc/cp/constexpr.cc | 3 +--
gcc/cp/cp-gimplify.cc | 3 +--
gcc/cp/pt.cc | 3 +--
gcc/dojump.cc | 4 +---
gcc/gcov-io.cc | 5 ++++-
gcc/system.h | 1 +
gcc/testsuite/g++.dg/vect/pr105437.cc | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr105415.c | 26 ++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c | 14 ++++++++++++++
gcc/tree-ssa-dom.cc | 3 +--
gcc/tree-ssanames.cc | 11 ++++++++++-
gcc/tree-vect-slp.cc | 26 +++++++++++++++++++++++++-
libgcc/libgcov-driver.c | 1 +
libstdc++-v3/src/c++17/floating_from_chars.cc | 13 ++++++-------
libstdc++-v3/testsuite/20_util/from_chars/7.cc | 1 +
19 files changed, 130 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/vect/pr105437.cc
create mode 100644 gcc/testsuite/gcc.dg/pr105415.c
create mode 100644 gcc/testsuite/gcc.dg/vect/bb-slp-pr104240.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.