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 7bcd7f47359 Daily bump.
adds 6d7071776e0 Daily bump.
adds f9da2663f50 Add UNSPEC_MASKOP to kupck<mode> instructions in sse.md on x86.
adds 43c2505b31a Fix issue with x86_64_const_vector_operand predicate on x86.
adds 2907bfc3412 PR target/106231: Optimize (any_extend:DI (ctz:SI ...)) on x86_64.
adds 06039e71f02 Replace manual swapping idiom with std::swap in aarch64.cc
new ce92603fbe3 Improve common reduction vs builtin code generation in loop [...]
new 9c8349ee1a3 arc: Fix interrupt's epilogue.
new 7313381d2ce arm: Replace arm_builtin_vectorized_function [PR106253]
new c8697735aba libgcc/arc: Update udivmodsi4 and make the lib safe for rf16
The 4 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/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.cc | 12 +-
gcc/config/arc/arc.cc | 2 +-
gcc/config/arm/arm-builtins.cc | 123 ---------------
gcc/config/arm/arm-protos.h | 1 -
gcc/config/arm/arm.cc | 4 -
gcc/config/arm/arm_neon_builtins.def | 1 -
gcc/config/arm/iterators.md | 7 +
gcc/config/arm/neon.md | 17 +-
gcc/config/i386/i386.md | 60 +++++++
gcc/config/i386/predicates.md | 4 +
gcc/config/i386/sse.md | 36 +++--
gcc/testsuite/gcc.target/arc/interrupt-13.c | 15 ++
gcc/testsuite/gcc.target/arm/vect_binary_1.c | 50 ++++++
gcc/testsuite/gcc.target/arm/vect_unary_1.c | 224 +++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr106231-1.c | 8 +
gcc/testsuite/gcc.target/i386/pr106231-2.c | 8 +
gcc/tree-loop-distribution.cc | 64 +++++---
libgcc/config/arc/lib1funcs.S | 2 +
libgcc/config/arc/lib2funcs.c | 2 +-
20 files changed, 470 insertions(+), 172 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/interrupt-13.c
create mode 100644 gcc/testsuite/gcc.target/arm/vect_binary_1.c
create mode 100644 gcc/testsuite/gcc.target/arm/vect_unary_1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-2.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/base-artifacts.
discards 59f4226d 0: update: binutils-gcc-linux-glibc-gdb: 6
new 719a9755 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (59f4226d)
\
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 1612 -> 1616 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 37920 -> 38088 bytes
05-build_abe-gcc/console.log.xz | Bin 213408 -> 211808 bytes
06-clean_sysroot/console.log.xz | Bin 312 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 9084 -> 8672 bytes
08-build_abe-glibc/console.log.xz | Bin 238768 -> 241392 bytes
09-build_abe-gdb/console.log.xz | Bin 37472 -> 38916 bytes
10-check_regression/console.log.xz | Bin 416 -> 432 bytes
11-update_baseline/console.log | 18 +++++++++---------
jenkins/manifest.sh | 20 ++++++++++----------
11 files changed, 19 insertions(+), 19 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 c8697735aba libgcc/arc: Update udivmodsi4 and make the lib safe for rf16
new 87f46a16ec0 Fix builtin vs non-builtin partition merge in loop distribution
new 7501eec65c6 arc: Add ARCHS release 310a tune variant.
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-arch.h | 3 +-
gcc/config/arc/arc-cpus.def | 1 +
gcc/config/arc/arc-tables.opt | 3 +
gcc/config/arc/arc.cc | 192 +++++++++++++++++++------------
gcc/config/arc/arc.md | 32 ++++--
gcc/config/arc/arc.opt | 3 +
gcc/config/arc/arcHS4x.md | 17 ++-
gcc/config/arc/t-multilib | 4 +-
gcc/doc/invoke.texi | 16 +++
gcc/testsuite/gcc.dg/tree-ssa/ldist-24.c | 5 +-
gcc/testsuite/gcc.dg/tree-ssa/ldist-36.c | 3 +-
gcc/tree-loop-distribution.cc | 5 +-
12 files changed, 187 insertions(+), 97 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_gnu_apm/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/glibc.
from cd4f43be3d linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)
adds 51e2d3b53b nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore
No new revisions were added by this update.
Summary of changes:
nptl/cleanup_defer.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_apm/gnu-release-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 9ef182fc 4: update: binutils-gcc-linux-glibc: 1
new 0fd724f3 4: update: binutils-gcc-linux-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 (9ef182fc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_apm/gnu-release- [...]
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 1644 -> 1904 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 31000 -> 30100 bytes
04-build_abe-stage1/console.log.xz | Bin 70184 -> 67916 bytes
06-build_abe-linux/console.log.xz | Bin 9192 -> 8952 bytes
07-build_abe-glibc/console.log.xz | Bin 235980 -> 233856 bytes
08-build_abe-stage2/console.log.xz | Bin 178848 -> 172700 bytes
09-benchmark/benchmark-build.log | 102 +-
09-benchmark/benchmark.log | 100 +-
09-benchmark/console.log.xz | Bin 3788 -> 3736 bytes
10-check_regression/console.log.xz | Bin 7308 -> 7204 bytes
10-check_regression/csv-results-0/md5sum.csv | 80698 +--
10-check_regression/csv-results-0/perf.csv | 3986 +-
10-check_regression/csv-results-0/results.csv | 445062 ++++++------
10-check_regression/csv-results-0/size.csv | 632642 +++++++++---------
10-check_regression/csv-results-0/vect.csv | 42 +-
10-check_regression/csv-results-1/md5sum.csv | 76983 +--
10-check_regression/csv-results-1/perf.csv | 3802 +-
10-check_regression/csv-results-1/results.csv | 430593 ++++++------
10-check_regression/csv-results-1/size.csv | 616319 +++++++++--------
10-check_regression/csv-results-1/vect.csv | 47 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 12 +-
10-check_regression/results-full.csv | 4058 +-
10-check_regression/results-internal.csv | 238 +-
10-check_regression/results.log | 5353 +-
11-update_baseline/console.log | 8453 +-
11-update_baseline/csv-results-0/md5sum.csv | 80698 +--
11-update_baseline/csv-results-0/perf.csv | 3986 +-
11-update_baseline/csv-results-0/results.csv | 445062 ++++++------
11-update_baseline/csv-results-0/size.csv | 632642 +++++++++---------
11-update_baseline/csv-results-0/vect.csv | 42 +-
11-update_baseline/csv-results-1/md5sum.csv | 76983 +--
11-update_baseline/csv-results-1/perf.csv | 3802 +-
11-update_baseline/csv-results-1/results.csv | 430593 ++++++------
11-update_baseline/csv-results-1/size.csv | 616319 +++++++++--------
11-update_baseline/csv-results-1/vect.csv | 47 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 12 +-
11-update_baseline/results-full.csv | 4058 +-
11-update_baseline/results-internal.csv | 238 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1281532 -> 1281404 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 94228 -> 94160 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3565984 -> 3565472 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 15116 -> 15092 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 4208732 -> 4208040 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 36524 -> 36536 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 167588 -> 167564 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 126184 -> 126188 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 979532 -> 978884 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 724812 -> 724784 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 46404 -> 46420 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 207912 -> 207844 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1820444 -> 1821244 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 6261164 -> 6260560 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 715912 -> 715748 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1407952 -> 1407816 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 1232500 -> 1231776 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 379260 -> 379256 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 148116 -> 148168 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 145216 -> 145180 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 61660 -> 61628 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 564860 -> 564768 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 2073712 -> 2073888 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 26336 -> 26324 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 1066832 -> 1067460 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 88384 -> 88456 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 1574944 -> 0 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 255304 -> 255156 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 11752812 -> 11751964 bytes
jenkins/manifest.sh | 20 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1281532 -> 1281404 bytes
save-temps/401.bzip2.tar.xz | Bin 94228 -> 94160 bytes
save-temps/403.gcc.tar.xz | Bin 3565984 -> 3565472 bytes
save-temps/410.bwaves.tar.xz | Bin 15116 -> 15092 bytes
save-temps/416.gamess.tar.xz | Bin 4208732 -> 4208040 bytes
save-temps/429.mcf.tar.xz | Bin 36524 -> 36536 bytes
save-temps/433.milc.tar.xz | Bin 167588 -> 167564 bytes
save-temps/434.zeusmp.tar.xz | Bin 126184 -> 126188 bytes
save-temps/435.gromacs.tar.xz | Bin 979532 -> 978884 bytes
save-temps/436.cactusADM.tar.xz | Bin 724812 -> 724784 bytes
save-temps/437.leslie3d.tar.xz | Bin 46404 -> 46420 bytes
save-temps/444.namd.tar.xz | Bin 207912 -> 207844 bytes
save-temps/445.gobmk.tar.xz | Bin 1820444 -> 1821244 bytes
save-temps/447.dealII.tar.xz | Bin 6261164 -> 6260560 bytes
save-temps/450.soplex.tar.xz | Bin 715912 -> 715748 bytes
save-temps/453.povray.tar.xz | Bin 1407952 -> 1407816 bytes
save-temps/454.calculix.tar.xz | Bin 1232500 -> 1231776 bytes
save-temps/456.hmmer.tar.xz | Bin 379260 -> 379256 bytes
save-temps/458.sjeng.tar.xz | Bin 148116 -> 148168 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 145216 -> 145180 bytes
save-temps/462.libquantum.tar.xz | Bin 61660 -> 61628 bytes
save-temps/464.h264ref.tar.xz | Bin 564860 -> 564768 bytes
save-temps/465.tonto.tar.xz | Bin 2073712 -> 2073888 bytes
save-temps/470.lbm.tar.xz | Bin 26336 -> 26324 bytes
save-temps/471.omnetpp.tar.xz | Bin 1066832 -> 1067460 bytes
save-temps/473.astar.tar.xz | Bin 88384 -> 88456 bytes
save-temps/481.wrf.tar.xz | Bin 1574944 -> 0 bytes
save-temps/482.sphinx3.tar.xz | Bin 255304 -> 255156 bytes
save-temps/483.xalancbmk.tar.xz | Bin 11752812 -> 11751964 bytes
101 files changed, 2269261 insertions(+), 2333849 deletions(-)
delete mode 100644 11-update_baseline/top-artifacts/save-temps/481.wrf.tar.xz
delete mode 100644 save-temps/481.wrf.tar.xz
--
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/gcc.
from 7bcd7f47359 Daily bump.
adds 6d7071776e0 Daily bump.
adds f9da2663f50 Add UNSPEC_MASKOP to kupck<mode> instructions in sse.md on x86.
adds 43c2505b31a Fix issue with x86_64_const_vector_operand predicate on x86.
adds 2907bfc3412 PR target/106231: Optimize (any_extend:DI (ctz:SI ...)) on x86_64.
adds 06039e71f02 Replace manual swapping idiom with std::swap in aarch64.cc
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/config/aarch64/aarch64.cc | 12 +++---
gcc/config/i386/i386.md | 60 ++++++++++++++++++++++++++++++
gcc/config/i386/predicates.md | 4 ++
gcc/config/i386/sse.md | 36 +++++++++++-------
gcc/testsuite/gcc.target/i386/pr106231-1.c | 8 ++++
gcc/testsuite/gcc.target/i386/pr106231-2.c | 8 ++++
7 files changed, 109 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-2.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_bootstrap/master-arm-bootstrap_O3
in repository toolchain/ci/binutils-gdb.
from f39cc214d5 Automatic date update in version.in
adds 38733fdc8c Automatic date update in version.in
adds 53944a3bf5 [gdbsupport] Add parallel_for_each_debug
adds 68a5118c48 [gdb/testsuite] Fix gdb.arch/i386-mpx.exp
adds 9d9dd861e9 [gdb/testsuite] Fix regression in step-indirect-call-thunk.e [...]
adds c3d3b64b34 [gdb/testsuite] Allow override of ASAN_OPTIONS in lib/gdb.exp
adds 4319180c81 [gdbsupport] Improve thread scheduling in parallel_for_each
adds 37cea58867 x86: re-order insn template fields
adds 7e864bf71d x86: correct VMOVSH attributes
adds 602d2b520d gdb/python: look for python, then python 3 at configure time
adds 9a14143c59 [gdb/testsuite] Remove duplicate of supports_gnuc
new 5154216259 arc: Update missing cipher.
new bbcab3366b opcodes/arc: Implement style support in the disassembler
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:
bfd/version.h | 2 +-
gas/ChangeLog | 5 +
gas/config/tc-arc.c | 2 +-
gas/testsuite/gas/i386/evex-wig.s | 12 +
gas/testsuite/gas/i386/evex-wig1-intel.d | 9 +
gas/testsuite/gas/i386/evex-wig1.d | 9 +
gdb/configure | 12 +-
gdb/configure.ac | 3 +-
gdb/testsuite/gdb.arch/i386-mpx.exp | 2 +-
.../gdb.base/step-indirect-call-thunk.exp | 6 +-
gdb/testsuite/lib/gdb.exp | 14 +-
gdbsupport/parallel-for.h | 32 +-
opcodes/ChangeLog | 10 +
opcodes/arc-dis.c | 148 +-
opcodes/disassemble.c | 5 +
opcodes/i386-gen.c | 4 +-
opcodes/i386-opc.h | 14 +-
opcodes/i386-opc.tbl | 4 +-
opcodes/i386-tbl.h | 7436 ++++++++++----------
19 files changed, 3942 insertions(+), 3787 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 5a360837 0: update: binutils-gcc: 2
new d5a62028 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 (5a360837)
\
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 1624 -> 1656 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2732 bytes
04-build_abe-binutils/console.log.xz | Bin 51716 -> 51492 bytes
05-build_abe-bootstrap_O3/console.log.xz | Bin 461328 -> 460524 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 37 -------------------------------
jenkins/manifest.sh | 12 +++++-----
7 files changed, 6 insertions(+), 43 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_gnu_tx1/gnu-master-aarch64-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 60a73bef 0: update: binutils-gcc-linux-glibc: 1
new fc7902b3 0: update: binutils-gcc-linux-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 (60a73bef)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_gnu_tx1/gnu-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 1692 -> 1644 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2744 bytes
03-build_abe-binutils/console.log.xz | Bin 30284 -> 31264 bytes
04-build_abe-stage1/console.log.xz | Bin 73004 -> 75016 bytes
06-build_abe-linux/console.log.xz | Bin 9156 -> 9152 bytes
07-build_abe-glibc/console.log.xz | Bin 238996 -> 241200 bytes
08-build_abe-stage2/console.log.xz | Bin 176412 -> 183420 bytes
09-benchmark/benchmark-build.log | 120 +-
09-benchmark/benchmark.log | 118 +-
09-benchmark/console.log.xz | Bin 3800 -> 3808 bytes
10-check_regression/console.log.xz | Bin 7812 -> 7752 bytes
10-check_regression/csv-results-0/md5sum.csv | 80717 ++-
10-check_regression/csv-results-0/perf.csv | 3344 +-
10-check_regression/csv-results-0/results.csv | 70822 ++-
10-check_regression/csv-results-0/size.csv | 526398 ++++++++---------
10-check_regression/csv-results-0/vect.csv | 462 +-
10-check_regression/csv-results-1/md5sum.csv | 75992 +--
10-check_regression/csv-results-1/perf.csv | 3380 +-
10-check_regression/csv-results-1/results.csv | 65038 +--
10-check_regression/csv-results-1/size.csv | 552184 +++++++++---------
10-check_regression/csv-results-1/vect.csv | 508 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 3438 +-
10-check_regression/results-internal.csv | 247 +-
10-check_regression/results.log | 4720 +-
11-update_baseline/console.log | 6387 +-
11-update_baseline/csv-results-0/md5sum.csv | 80717 ++-
11-update_baseline/csv-results-0/perf.csv | 3344 +-
11-update_baseline/csv-results-0/results.csv | 70822 ++-
11-update_baseline/csv-results-0/size.csv | 526398 ++++++++---------
11-update_baseline/csv-results-0/vect.csv | 462 +-
11-update_baseline/csv-results-1/md5sum.csv | 75992 +--
11-update_baseline/csv-results-1/perf.csv | 3380 +-
11-update_baseline/csv-results-1/results.csv | 65038 +--
11-update_baseline/csv-results-1/size.csv | 552184 +++++++++---------
11-update_baseline/csv-results-1/vect.csv | 508 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-full.csv | 3438 +-
11-update_baseline/results-internal.csv | 247 +-
11-update_baseline/results.log | 4706 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1419800 -> 1420016 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 105620 -> 105684 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3926520 -> 3927912 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 19460 -> 19476 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 5257804 -> 5251912 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 39480 -> 39848 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 186044 -> 185668 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 160716 -> 160976 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 1115372 -> 1115452 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 808052 -> 808688 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 57256 -> 57144 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 247292 -> 247772 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1912596 -> 1913544 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 6880208 -> 7007804 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 813436 -> 803288 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1611672 -> 1605560 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 1413084 -> 1425628 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 426992 -> 427464 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 163648 -> 162996 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 171628 -> 171592 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 69848 -> 70132 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 633276 -> 632912 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 2736996 -> 2738348 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 28552 -> 28752 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 1166932 -> 1170288 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 100352 -> 99952 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 2256252 -> 2290392 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 287488 -> 287392 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 13092172 -> 13022352 bytes
jenkins/manifest.sh | 18 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1419800 -> 1420016 bytes
save-temps/401.bzip2.tar.xz | Bin 105620 -> 105684 bytes
save-temps/403.gcc.tar.xz | Bin 3926520 -> 3927912 bytes
save-temps/410.bwaves.tar.xz | Bin 19460 -> 19476 bytes
save-temps/416.gamess.tar.xz | Bin 5257804 -> 5251912 bytes
save-temps/429.mcf.tar.xz | Bin 39480 -> 39848 bytes
save-temps/433.milc.tar.xz | Bin 186044 -> 185668 bytes
save-temps/434.zeusmp.tar.xz | Bin 160716 -> 160976 bytes
save-temps/435.gromacs.tar.xz | Bin 1115372 -> 1115452 bytes
save-temps/436.cactusADM.tar.xz | Bin 808052 -> 808688 bytes
save-temps/437.leslie3d.tar.xz | Bin 57256 -> 57144 bytes
save-temps/444.namd.tar.xz | Bin 247292 -> 247772 bytes
save-temps/445.gobmk.tar.xz | Bin 1912596 -> 1913544 bytes
save-temps/447.dealII.tar.xz | Bin 6880208 -> 7007804 bytes
save-temps/450.soplex.tar.xz | Bin 813436 -> 803288 bytes
save-temps/453.povray.tar.xz | Bin 1611672 -> 1605560 bytes
save-temps/454.calculix.tar.xz | Bin 1413084 -> 1425628 bytes
save-temps/456.hmmer.tar.xz | Bin 426992 -> 427464 bytes
save-temps/458.sjeng.tar.xz | Bin 163648 -> 162996 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 171628 -> 171592 bytes
save-temps/462.libquantum.tar.xz | Bin 69848 -> 70132 bytes
save-temps/464.h264ref.tar.xz | Bin 633276 -> 632912 bytes
save-temps/465.tonto.tar.xz | Bin 2736996 -> 2738348 bytes
save-temps/470.lbm.tar.xz | Bin 28552 -> 28752 bytes
save-temps/471.omnetpp.tar.xz | Bin 1166932 -> 1170288 bytes
save-temps/473.astar.tar.xz | Bin 100352 -> 99952 bytes
save-temps/481.wrf.tar.xz | Bin 2256252 -> 2290392 bytes
save-temps/482.sphinx3.tar.xz | Bin 287488 -> 287392 bytes
save-temps/483.xalancbmk.tar.xz | Bin 13092172 -> 13022352 bytes
100 files changed, 1403155 insertions(+), 1378092 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 7313381d2ce arm: Replace arm_builtin_vectorized_function [PR106253]
new c8697735aba libgcc/arc: Update udivmodsi4 and make the lib safe for rf16
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:
libgcc/config/arc/lib1funcs.S | 2 ++
libgcc/config/arc/lib2funcs.c | 2 +-
2 files changed, 3 insertions(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm
in repository toolchain/ci/gcc.
from 6d7071776e0 Daily bump.
adds f9da2663f50 Add UNSPEC_MASKOP to kupck<mode> instructions in sse.md on x86.
adds 43c2505b31a Fix issue with x86_64_const_vector_operand predicate on x86.
adds 2907bfc3412 PR target/106231: Optimize (any_extend:DI (ctz:SI ...)) on x86_64.
new 06039e71f02 Replace manual swapping idiom with std::swap in aarch64.cc
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/config/aarch64/aarch64.cc | 12 +++---
gcc/config/i386/i386.md | 60 ++++++++++++++++++++++++++++++
gcc/config/i386/predicates.md | 4 ++
gcc/config/i386/sse.md | 36 +++++++++++-------
gcc/testsuite/gcc.target/i386/pr106231-1.c | 8 ++++
gcc/testsuite/gcc.target/i386/pr106231-2.c | 8 ++++
6 files changed, 108 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-2.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-arm
in repository toolchain/ci/binutils-gdb.
from c3d3b64b34 [gdb/testsuite] Allow override of ASAN_OPTIONS in lib/gdb.exp
adds 4319180c81 [gdbsupport] Improve thread scheduling in parallel_for_each
adds 37cea58867 x86: re-order insn template fields
adds 7e864bf71d x86: correct VMOVSH attributes
new 602d2b520d gdb/python: look for python, then python 3 at configure time
new 9a14143c59 [gdb/testsuite] Remove duplicate of supports_gnuc
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:
gas/testsuite/gas/i386/evex-wig.s | 12 +
gas/testsuite/gas/i386/evex-wig1-intel.d | 9 +
gas/testsuite/gas/i386/evex-wig1.d | 9 +
gdb/configure | 12 +-
gdb/configure.ac | 3 +-
gdb/testsuite/lib/gdb.exp | 11 -
gdbsupport/parallel-for.h | 8 +
opcodes/i386-gen.c | 4 +-
opcodes/i386-opc.h | 14 +-
opcodes/i386-opc.tbl | 4 +-
opcodes/i386-tbl.h | 7436 +++++++++++++++---------------
11 files changed, 3782 insertions(+), 3740 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_check/master-arm
in repository toolchain/ci/base-artifacts.
discards 64f943c8 0: update: binutils-gcc: 1
new a1c6b765 0: update: binutils-gcc: 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 (64f943c8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-arm (a1c6b765)
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 1584 -> 1608 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 51296 -> 51008 bytes
04-build_abe-gcc/console.log.xz | Bin 231068 -> 233444 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3812 -> 3804 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2392 -> 2648 bytes
07-check_regression/console.log.xz | Bin 3352 -> 3296 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 10 +-
07-check_regression/results.compare | 42 +-
07-check_regression/results.compare2 | 61 +-
07-check_regression/results.regressions | 42 +-
08-update_baseline/console.log | 531 ++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 10 +-
08-update_baseline/results.compare | 42 +-
08-update_baseline/results.compare2 | 61 +-
08-update_baseline/results.regressions | 42 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2764800 -> 2803788 bytes
sumfiles/g++.sum | 134 +-
sumfiles/gcc.log.xz | Bin 2372804 -> 2353088 bytes
sumfiles/gcc.sum | 4428 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 914048 -> 899028 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2172 -> 2156 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 202064 -> 201900 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2536 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 458132 -> 459416 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2735 insertions(+), 2760 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 9c8349ee1a3 arc: Fix interrupt's epilogue.
new 7313381d2ce arm: Replace arm_builtin_vectorized_function [PR106253]
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/config/arm/arm-builtins.cc | 123 ---------------
gcc/config/arm/arm-protos.h | 1 -
gcc/config/arm/arm.cc | 4 -
gcc/config/arm/arm_neon_builtins.def | 1 -
gcc/config/arm/iterators.md | 7 +
gcc/config/arm/neon.md | 17 +-
gcc/testsuite/gcc.target/arm/vect_binary_1.c | 50 ++++++
gcc/testsuite/gcc.target/arm/vect_unary_1.c | 224 +++++++++++++++++++++++++++
8 files changed, 297 insertions(+), 130 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/vect_binary_1.c
create mode 100644 gcc/testsuite/gcc.target/arm/vect_unary_1.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_check_gcc/master-aarch64
in repository toolchain/ci/gdb.
from 38733fdc8c Automatic date update in version.in
adds 53944a3bf5 [gdbsupport] Add parallel_for_each_debug
adds 68a5118c48 [gdb/testsuite] Fix gdb.arch/i386-mpx.exp
adds 9d9dd861e9 [gdb/testsuite] Fix regression in step-indirect-call-thunk.e [...]
adds c3d3b64b34 [gdb/testsuite] Allow override of ASAN_OPTIONS in lib/gdb.exp
adds 4319180c81 [gdbsupport] Improve thread scheduling in parallel_for_each
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.arch/i386-mpx.exp | 2 +-
.../gdb.base/step-indirect-call-thunk.exp | 6 +++-
gdb/testsuite/lib/gdb.exp | 25 ++++++++++++-----
gdbsupport/parallel-for.h | 32 +++++++++++++++++++++-
4 files changed, 55 insertions(+), 10 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/gcc.
from 6d7071776e0 Daily bump.
adds f9da2663f50 Add UNSPEC_MASKOP to kupck<mode> instructions in sse.md on x86.
adds 43c2505b31a Fix issue with x86_64_const_vector_operand predicate on x86.
adds 2907bfc3412 PR target/106231: Optimize (any_extend:DI (ctz:SI ...)) on x86_64.
No new revisions were added by this update.
Summary of changes:
gcc/config/i386/i386.md | 60 ++++++++++++++++++++++++++++++
gcc/config/i386/predicates.md | 4 ++
gcc/config/i386/sse.md | 36 +++++++++++-------
gcc/testsuite/gcc.target/i386/pr106231-1.c | 8 ++++
gcc/testsuite/gcc.target/i386/pr106231-2.c | 8 ++++
5 files changed, 102 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr106231-2.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_check_gcc/master-aarch64
in repository toolchain/ci/binutils-gdb.
from 38733fdc8c Automatic date update in version.in
adds 53944a3bf5 [gdbsupport] Add parallel_for_each_debug
adds 68a5118c48 [gdb/testsuite] Fix gdb.arch/i386-mpx.exp
adds 9d9dd861e9 [gdb/testsuite] Fix regression in step-indirect-call-thunk.e [...]
adds c3d3b64b34 [gdb/testsuite] Allow override of ASAN_OPTIONS in lib/gdb.exp
adds 4319180c81 [gdbsupport] Improve thread scheduling in parallel_for_each
No new revisions were added by this update.
Summary of changes:
gdb/testsuite/gdb.arch/i386-mpx.exp | 2 +-
.../gdb.base/step-indirect-call-thunk.exp | 6 +++-
gdb/testsuite/lib/gdb.exp | 25 ++++++++++++-----
gdbsupport/parallel-for.h | 32 +++++++++++++++++++++-
4 files changed, 55 insertions(+), 10 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 7611cf06 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 32eb5751 0: update: binutils-gcc-linux-glibc-gdb-qemu: 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 (7611cf06)
\
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 1648 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 30276 -> 30752 bytes
04-build_abe-stage1/console.log.xz | Bin 72660 -> 73696 bytes
05-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
06-build_abe-linux/console.log.xz | Bin 8592 -> 8672 bytes
07-build_abe-glibc/console.log.xz | Bin 238764 -> 239248 bytes
08-build_abe-stage2/console.log.xz | Bin 202036 -> 203256 bytes
09-build_abe-gdb/console.log.xz | Bin 37596 -> 38004 bytes
10-build_abe-qemu/console.log.xz | Bin 31372 -> 31268 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3888 -> 3880 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2464 -> 2940 bytes
13-check_regression/console.log.xz | Bin 2964 -> 6036 bytes
13-check_regression/extra-bisect-params | 2 +-
13-check_regression/fails.sum | 69 +-
13-check_regression/results.compare | 112 +-
13-check_regression/results.compare2 | 490 ++-
13-check_regression/results.regressions | 102 +-
14-update_baseline/console.log | 907 ++++--
14-update_baseline/extra-bisect-params | 2 +-
14-update_baseline/fails.sum | 69 +-
14-update_baseline/results.compare | 112 +-
14-update_baseline/results.compare2 | 490 ++-
14-update_baseline/results.regressions | 102 +-
jenkins/manifest.sh | 18 +-
sumfiles/g++.log.xz | Bin 3371412 -> 3393012 bytes
sumfiles/g++.sum | 171 +-
sumfiles/gcc.log.xz | Bin 2965020 -> 2987376 bytes
sumfiles/gcc.sum | 5082 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1025320 -> 1025968 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2292 -> 2288 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 200088 -> 199960 bytes
sumfiles/libgomp.sum | 21 +-
sumfiles/libitm.log.xz | Bin 2664 -> 2656 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 415268 -> 418660 bytes
sumfiles/libstdc++.sum | 16 +-
39 files changed, 4898 insertions(+), 2917 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.