This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross
in repository toolchain/ci/interesting-commits.
from b038e4f Add last-good f69a6c40123d40543cb229364272d6ae930ec766 from h [...]
new 6231cd1 Add regression 21b27a613451c90738c88fc9c24366f6de1f7f5a from [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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_cross
in repository toolchain/ci/interesting-commits.
from 174c3a5 Add regression d8d451ec344af2fde2fd9248bf707207f89f8a29 from [...]
new b038e4f Add last-good f69a6c40123d40543cb229364272d6ae930ec766 from h [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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_tk1/llvm-release-arm-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards 52ce7bb8 0: update: binutils-gcc-glibc-llvm: 1
new 53b6528c 0: update: binutils-gcc-glibc-llvm: 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 (52ce7bb8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/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 | 14 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11229 +--
04-build_abe-stage1/console.log | 18203 ++--
05-build_abe-linux/console.log | 244 +-
06-build_abe-glibc/console.log | 34245 ++++---
07-build_abe-stage2/console.log | 44414 ++++----
08-build_llvm-true/console.log | 12584 ++-
10-benchmark--O2_LTO_marm/benchmark-start.log | 2 +-
10-benchmark--O2_LTO_marm/benchmark.log | 16 +-
10-benchmark--O2_LTO_marm/console.log | 550 +-
11-check_regression/console.log | 766 +-
11-check_regression/results-0.csv | 116 +-
11-check_regression/results-1.csv | 117 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 125 +-
11-check_regression/results.csv | 48 +-
11-check_regression/results.log | 2714 +-
12-update_baseline/console.log | 82 +-
12-update_baseline/results-0.csv | 116 +-
12-update_baseline/results-1.csv | 117 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 125 +-
12-update_baseline/results.csv | 48 +-
12-update_baseline/results.log | 2658 +-
console.log | 123337 +++++++++++------------
jenkins/manifest.sh | 12 +-
results_id | 2 +-
28 files changed, 126139 insertions(+), 126257 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_tx1/gnu-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/gcc.
from f69a6c40123 Daily bump.
adds 21b27a61345 Daily bump.
adds dc7a8afce35 Record and restore postorder information in breaking alias sccs.
adds 8c25c91b117 Schedule reduction partition in the last.
adds 00672d956d0 [PATCH, rs6000]Add support to enable vmsumudm behind vec_ms [...]
adds 34ffcfe7621 Daily bump.
new 4175295d158 Daily bump.
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 | 30 +++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/altivec.h | 1 +
gcc/config/rs6000/altivec.md | 11 ++
gcc/config/rs6000/rs6000-builtin.def | 2 +
gcc/config/rs6000/rs6000-c.c | 6 +
gcc/doc/extend.texi | 10 ++
gcc/testsuite/ChangeLog | 23 ++++
gcc/testsuite/g++.dg/tree-ssa/pr95638.C | 150 +++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr95804.c | 18 +++
.../gcc.target/powerpc/builtins-msum-runnable.c | 74 ++++++++++
.../gcc.target/powerpc/vsx-builtin-msum.c | 26 ++++
gcc/tree-loop-distribution.c | 38 +++++-
13 files changed, 384 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr95638.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95804.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-msum-runnable.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-builtin-msum.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_bmk_tx1/gnu-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 44f15733 0: update: binutils-gcc-glibc: 1
new 30109a28 0: update: binutils-gcc-glibc: 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 (44f15733)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarc [...]
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 | 130 +-
02-prepare_abe/console.log | 212 +-
03-build_abe-binutils/console.log | 11503 +--
04-build_abe-stage1/console.log | 13807 ++--
05-build_abe-linux/console.log | 276 +-
06-build_abe-glibc/console.log | 39866 +++++------
07-build_abe-stage2/console.log | 36339 +++++-----
09-benchmark--Os_LTO/benchmark-start.log | 2 +-
09-benchmark--Os_LTO/benchmark.log | 6 +-
09-benchmark--Os_LTO/console.log | 156 +-
10-check_regression/console.log | 1124 +-
10-check_regression/results-0.csv | 212 +-
10-check_regression/results-1.csv | 206 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 224 +-
10-check_regression/results.csv | 72 +-
10-check_regression/results.log | 4344 +-
11-update_baseline/console.log | 1132 +-
11-update_baseline/results-0.csv | 212 +-
11-update_baseline/results-1.csv | 206 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 224 +-
11-update_baseline/results.csv | 72 +-
11-update_baseline/results.log | 4276 +-
console.log | 104559 ++++++++++++++--------------
jenkins/manifest.sh | 10 +-
results_id | 2 +-
27 files changed, 109660 insertions(+), 109628 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.