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.
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/binutils-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/base-artifacts.
discards bda52ac6d 2: update: binutils-gcc-linux-glibc-gdb: 0
new db9144d72 2: update: binutils-gcc-linux-glibc-gdb: 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 (bda52ac6d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/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 1524 -> 1576 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2756 bytes
04-build_abe-binutils/console.log.xz | Bin 24296 -> 24392 bytes
10-check_regression/console.log.xz | Bin 412 -> 412 bytes
11-update_baseline/console.log | 46 +++++++++++++++++------------------
jenkins/manifest.sh | 14 +++++------
6 files changed, 30 insertions(+), 30 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_bootstrap/master-arm-bootstrap_O3
in repository toolchain/ci/binutils-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_gcc_bootstrap/master-arm-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 9cd0ee962 0: update: binutils-gcc: 2
new 4764e7ea5 0: update: binutils-gcc: 2
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 (9cd0ee962)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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 1552 -> 1548 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2744 bytes
04-build_abe-binutils/console.log.xz | Bin 50664 -> 52688 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 457028 -> 457404 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 12 ++++++------
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/llvm-release-arm-mainline-allmodconfig
in repository toolchain/ci/llvm-project.
from 0e27d08cdeb3 [RISCV] Fix crash for section alignment with .option norvc
adds 2e7e14177186 workflows: Add a test to ensure that the LLVM version is correct
adds 1f9140064dfb Bump version to 14.0.3
No new revisions were added by this update.
Summary of changes:
.github/workflows/version-check.py | 32 ++++++++++++++++++++++
.github/workflows/version-check.yml | 26 ++++++++++++++++++
libcxx/CMakeLists.txt | 2 +-
libcxxabi/CMakeLists.txt | 2 +-
libunwind/CMakeLists.txt | 2 +-
llvm/CMakeLists.txt | 2 +-
llvm/utils/gn/secondary/llvm/version.gni | 2 +-
llvm/utils/lit/lit/__init__.py | 2 +-
llvm/utils/release/build_llvm_package.bat | 4 +--
.../llvm/include/llvm/Config/llvm-config.h | 2 +-
10 files changed, 67 insertions(+), 9 deletions(-)
create mode 100755 .github/workflows/version-check.py
create mode 100644 .github/workflows/version-check.yml
--
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-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from d9229193f1 Automatic date update in version.in
adds 600c091812 Automatic date update in version.in
adds 00415c4cb8 Automatic date update in version.in
adds 82a5bb730a s390: Avoid dynamic TLS relocs in PIE
adds 9a01457e02 s390: Add DT_JMPREL pointing to .rela.[i]plt with static-pie
adds 9c67f6382a x86: Properly handle function pointer reference
adds f232cf597f Automatic date update in version.in
adds 5b8cba9680 Automatic date update in version.in
adds c06df04e57 Automatic date update in version.in
adds 68e3c0247d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/elf32-i386.c | 41 ++++++++++++----------
bfd/elf64-s390.c | 41 ++++++++++++++--------
bfd/elf64-x86-64.c | 40 +++++++++++----------
bfd/version.h | 2 +-
.../{protected-func-1b.c => protected-func-3.c} | 10 ++++--
ld/testsuite/ld-x86-64/x86-64.exp | 18 ++++++++++
6 files changed, 97 insertions(+), 55 deletions(-)
copy ld/testsuite/ld-x86-64/{protected-func-1b.c => protected-func-3.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 054a58c0d 4: update: binutils-llvm-linux-qemu: 22461
new 34205071f 4: update: binutils-llvm-linux-qemu: 22461
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 (054a58c0d)
\
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 1716 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30140 -> 29912 bytes
04-build_llvm/console.log.xz | Bin 58588 -> 58540 bytes
05-build_abe-qemu/console.log.xz | Bin 31908 -> 31568 bytes
06-build_linux/console.log.xz | Bin 4844 -> 4956 bytes
08-check_regression/console.log.xz | Bin 480 -> 480 bytes
09-update_baseline/console.log | 118 +++++++++++++++++------------------
jenkins/manifest.sh | 22 +++----
9 files changed, 70 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_kernel/llvm-master-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a78ee3881 0: update: llvm-7c04454227f5c6bd3f515783950a815970c90558: boot
new e3a8baf31 0: update: qemu-f5643914a9e8f79c606a76e6a9d7ea82a3fc3e65: 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 (a78ee3881)
\
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 1548 -> 1628 bytes
02-prepare_abe/console.log.xz | Bin 2748 -> 2768 bytes
03-build_abe-binutils/console.log.xz | Bin 29360 -> 29604 bytes
04-build_llvm/console.log.xz | Bin 61500 -> 62976 bytes
05-build_abe-qemu/console.log.xz | Bin 33072 -> 32176 bytes
06-build_linux/console.log.xz | Bin 5312 -> 5292 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 416 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 8 ++++----
10 files changed, 9 insertions(+), 9 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_check_gcc/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 3922aaf52 0: update: glibc-d056c212130280c0a54d9a4f72170ec621b70ce5: 1
new 07263b9a6 0: update: linux-672c0c5173427e6b3e2a9bbb7be51ceeec78093a: 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 (3922aaf52)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/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 1604 -> 1532 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30012 -> 30248 bytes
04-build_abe-stage1/console.log.xz | Bin 72400 -> 72904 bytes
06-build_abe-linux/console.log.xz | Bin 11012 -> 8848 bytes
07-build_abe-glibc/console.log.xz | Bin 238132 -> 236412 bytes
08-build_abe-stage2/console.log.xz | Bin 198784 -> 200168 bytes
09-build_abe-gdb/console.log.xz | Bin 34384 -> 34468 bytes
10-build_abe-qemu/console.log.xz | Bin 33652 -> 33180 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3932 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2468 -> 2476 bytes
13-check_regression/console.log.xz | Bin 7704 -> 7272 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 183 --
13-check_regression/results.compare | 10 +-
13-check_regression/results.compare2 | 685 ++---
13-check_regression/results.regressions | 101 -
14-update_baseline/console.log | 2343 ++++++++--------
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 183 --
14-update_baseline/results.compare | 10 +-
14-update_baseline/results.compare2 | 685 ++---
14-update_baseline/results.regressions | 101 -
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 3343992 -> 3357352 bytes
sumfiles/g++.sum | 36 +-
sumfiles/gcc.log.xz | Bin 2946156 -> 2924108 bytes
sumfiles/gcc.sum | 4486 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1017692 -> 1019992 bytes
sumfiles/gfortran.sum | 6 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2288 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 196660 -> 196572 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2656 -> 2656 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 409128 -> 405692 bytes
sumfiles/libstdc++.sum | 8 +-
38 files changed, 4149 insertions(+), 4704 deletions(-)
delete mode 100644 13-check_regression/extra-bisect-params
delete mode 100644 13-check_regression/fails.sum
delete mode 100644 13-check_regression/results.regressions
delete mode 100644 14-update_baseline/extra-bisect-params
delete mode 100644 14-update_baseline/fails.sum
delete mode 100644 14-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.