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_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards ffc24a423 0: update: binutils-gcc: 2
new 3853594ec 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 (ffc24a423)
\
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 1560 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2740 bytes
04-build_abe-binutils/console.log.xz | Bin 52964 -> 51872 bytes
.../console.log.xz | Bin 945740 -> 945348 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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-arm
in repository toolchain/ci/gdb.
from ba4ba9711a libctf: workaround automake bug with conditional info pages
adds 7a34f66b23 gdb/remote: fix use after free bug
adds cc7ea7504c gdb/testsuite: give a test a real name
adds bf94cfb631 gdb: make value_subscripted_rvalue static
adds 69ce6091e6 aarch64: Fix uninitialised memory
new ce1a6f421d gdb: make saved_filename an std::string
new 857dfb92de gdb: return *this in target_waitstatus setters
new 7509b82979 gdb: change store_waitstatus to return a target_waitstatus by value
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/cli/cli-logging.c | 20 ++++++------
gdb/gnu-nat.c | 2 +-
gdb/inf-child.c | 17 +++++-----
gdb/inf-child.h | 5 ++-
gdb/inf-ptrace.c | 3 +-
gdb/linux-nat.c | 6 ++--
gdb/netbsd-nat.c | 2 +-
gdb/procfs.c | 2 +-
gdb/remote.c | 35 +++++++++++++++++++--
gdb/rs6000-aix-nat.c | 2 +-
gdb/target/waitstatus.h | 48 +++++++++++++++++++----------
gdb/testsuite/gdb.python/py-send-packet.exp | 3 +-
gdb/valarith.c | 10 ++++--
gdb/value.h | 4 ---
opcodes/aarch64-dis.c | 2 +-
opcodes/aarch64-opc.c | 2 ++
16 files changed, 108 insertions(+), 55 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-arm
in repository toolchain/ci/gcc.
from 66e157188bd gcc: Fix "argument list too long" from install-plugins
adds d8282345435 [Committed] New testcase for C++/71792, bitfields and auto
adds 31c200c6e11 Make sure that we get unique test names if several DejaGnu [...]
adds 6262e3a22b3 fortran: Fix setting of array lower bound for named arrays
adds fe7c3ecff1f pch: Add support for PCH for relocatable executables [PR71934]
adds 7e71909af2c x86: Speed up target attribute handling by using a cache
adds 97ffef35532 testsuite: Fix up pr103456.c testcase [PR103456]
new f7854b90897 Add TARGET_IFUNC_REF_LOCAL_OK
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/attribs.c | 2 +-
gcc/attribs.h | 1 +
gcc/c-family/c-pch.c | 15 -------
gcc/config/avr/avr.c | 5 +--
gcc/config/darwin.c | 2 +-
gcc/config/i386/i386-expand.c | 2 +-
gcc/config/i386/i386-options.c | 26 ++++++++++-
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/i386.c | 25 ++++++++++-
gcc/config/pa/pa.c | 4 +-
gcc/config/rs6000/rs6000.c | 30 +++++++------
gcc/doc/gty.texi | 9 ++++
gcc/doc/tm.texi | 5 +++
gcc/doc/tm.texi.in | 2 +
gcc/fortran/trans-stmt.c | 17 +++----
gcc/gengtype-state.c | 32 +++++++++++++
gcc/gengtype.c | 39 ++++++++++++++--
gcc/gengtype.h | 6 +++
gcc/ggc-common.c | 52 ++++++++++++++++++++++
gcc/ggc.h | 4 ++
gcc/output.h | 14 +++---
gcc/target.def | 8 ++++
gcc/testsuite/g++.dg/torture/pr71792.C | 42 +++++++++++++++++
gcc/testsuite/gcc.dg/ubsan/pr103456.c | 2 +-
gcc/testsuite/gcc.target/i386/pr83782-1.c | 26 +++++++++++
gcc/testsuite/gcc.target/i386/pr83782-2.c | 26 +++++++++++
gcc/testsuite/gfortran.dg/allocate_with_mold_4.f90 | 24 ++++++++++
.../gfortran.dg/allocate_with_source_26.f90 | 8 ++--
gcc/testsuite/lib/gcc-dg.exp | 14 +++++-
gcc/tree-core.h | 2 +-
gcc/varasm.c | 11 ++---
libcpp/include/line-map.h | 4 +-
32 files changed, 387 insertions(+), 73 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr71792.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr83782-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr83782-2.c
create mode 100644 gcc/testsuite/gfortran.dg/allocate_with_mold_4.f90
--
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-arm
in repository toolchain/ci/binutils-gdb.
from ba4ba9711a libctf: workaround automake bug with conditional info pages
adds 7a34f66b23 gdb/remote: fix use after free bug
adds cc7ea7504c gdb/testsuite: give a test a real name
adds bf94cfb631 gdb: make value_subscripted_rvalue static
adds 69ce6091e6 aarch64: Fix uninitialised memory
new ce1a6f421d gdb: make saved_filename an std::string
new 857dfb92de gdb: return *this in target_waitstatus setters
new 7509b82979 gdb: change store_waitstatus to return a target_waitstatus by value
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/cli/cli-logging.c | 20 ++++++------
gdb/gnu-nat.c | 2 +-
gdb/inf-child.c | 17 +++++-----
gdb/inf-child.h | 5 ++-
gdb/inf-ptrace.c | 3 +-
gdb/linux-nat.c | 6 ++--
gdb/netbsd-nat.c | 2 +-
gdb/procfs.c | 2 +-
gdb/remote.c | 35 +++++++++++++++++++--
gdb/rs6000-aix-nat.c | 2 +-
gdb/target/waitstatus.h | 48 +++++++++++++++++++----------
gdb/testsuite/gdb.python/py-send-packet.exp | 3 +-
gdb/valarith.c | 10 ++++--
gdb/value.h | 4 ---
opcodes/aarch64-dis.c | 2 +-
opcodes/aarch64-opc.c | 2 ++
16 files changed, 108 insertions(+), 55 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-arm
in repository toolchain/ci/base-artifacts.
discards b3ab3c39b 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 12e7dc0b0 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (b3ab3c39b)
\
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 1552 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 31208 -> 31104 bytes
05-build_abe-stage1/console.log.xz | Bin 90196 -> 90624 bytes
07-build_abe-linux/console.log.xz | Bin 9880 -> 10008 bytes
08-build_abe-glibc/console.log.xz | Bin 230464 -> 230516 bytes
09-build_abe-stage2/console.log.xz | Bin 217508 -> 217384 bytes
10-build_abe-gdb/console.log.xz | Bin 38868 -> 38760 bytes
11-build_abe-qemu/console.log.xz | Bin 29740 -> 29776 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 18 +++++++++---------
12 files changed, 10 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_kernel/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f889342e8 2: update: binutils-llvm-linux-qemu: 20154
new 9ee078185 2: update: binutils-llvm-linux-qemu: 20154
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 (f889342e8)
\
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 1680 -> 1584 bytes
02-prepare_abe/console.log.xz | Bin 2768 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 44876 -> 31308 bytes
04-build_llvm/console.log.xz | Bin 58676 -> 58820 bytes
05-build_abe-qemu/console.log.xz | Bin 29856 -> 29948 bytes
06-build_linux/console.log.xz | Bin 4012 -> 3908 bytes
08-check_regression/console.log.xz | Bin 484 -> 480 bytes
09-update_baseline/console.log | 218 +++++++++++++++++------------------
jenkins/manifest.sh | 20 ++--
9 files changed, 119 insertions(+), 119 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64
in repository toolchain/ci/gdb.
from ba4ba9711a libctf: workaround automake bug with conditional info pages
adds 7a34f66b23 gdb/remote: fix use after free bug
adds cc7ea7504c gdb/testsuite: give a test a real name
adds bf94cfb631 gdb: make value_subscripted_rvalue static
adds 69ce6091e6 aarch64: Fix uninitialised memory
No new revisions were added by this update.
Summary of changes:
gdb/remote.c | 35 +++++++++++++++++++++++++++--
gdb/testsuite/gdb.python/py-send-packet.exp | 3 ++-
gdb/valarith.c | 10 +++++++--
gdb/value.h | 4 ----
opcodes/aarch64-dis.c | 2 +-
opcodes/aarch64-opc.c | 2 ++
6 files changed, 46 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_build/master-aarch64
in repository toolchain/ci/binutils-gdb.
from ba4ba9711a libctf: workaround automake bug with conditional info pages
adds 7a34f66b23 gdb/remote: fix use after free bug
adds cc7ea7504c gdb/testsuite: give a test a real name
adds bf94cfb631 gdb: make value_subscripted_rvalue static
adds 69ce6091e6 aarch64: Fix uninitialised memory
No new revisions were added by this update.
Summary of changes:
gdb/remote.c | 35 +++++++++++++++++++++++++++--
gdb/testsuite/gdb.python/py-send-packet.exp | 3 ++-
gdb/valarith.c | 10 +++++++--
gdb/value.h | 4 ----
opcodes/aarch64-dis.c | 2 +-
opcodes/aarch64-opc.c | 2 ++
6 files changed, 46 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_build/master-aarch64
in repository toolchain/ci/base-artifacts.
discards 2baff115e 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 78ed01f43 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
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 (2baff115e)
\
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 1544 -> 1600 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2764 bytes
04-build_abe-binutils/console.log.xz | Bin 31212 -> 31136 bytes
05-build_abe-stage1/console.log.xz | Bin 71284 -> 71460 bytes
06-clean_sysroot/console.log.xz | Bin 328 -> 328 bytes
07-build_abe-linux/console.log.xz | Bin 9888 -> 10096 bytes
08-build_abe-glibc/console.log.xz | Bin 236208 -> 236724 bytes
09-build_abe-stage2/console.log.xz | Bin 194156 -> 195020 bytes
10-build_abe-gdb/console.log.xz | Bin 38912 -> 39512 bytes
11-build_abe-qemu/console.log.xz | Bin 29880 -> 30156 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 18 +++++++++---------
13 files changed, 17 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from ce1a6f421d2 gdb: make saved_filename an std::string
new 857dfb92de6 gdb: return *this in target_waitstatus setters
new 7509b829795 gdb: change store_waitstatus to return a target_waitstatus [...]
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:
gdb/gnu-nat.c | 2 +-
gdb/inf-child.c | 17 +++++++++--------
gdb/inf-child.h | 5 ++---
gdb/inf-ptrace.c | 3 ++-
gdb/linux-nat.c | 6 +++---
gdb/netbsd-nat.c | 2 +-
gdb/procfs.c | 2 +-
gdb/rs6000-aix-nat.c | 2 +-
gdb/target/waitstatus.h | 48 ++++++++++++++++++++++++++++++++----------------
9 files changed, 52 insertions(+), 35 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 69ce6091e62 aarch64: Fix uninitialised memory
new ce1a6f421d2 gdb: make saved_filename an std::string
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:
gdb/cli/cli-logging.c | 20 ++++++++++----------
1 file changed, 10 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_bmk_gnu_tx1/gnu-master-aarch64-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 04a0e8881 5: update: gcc-f4ed2e3ae7d9d59b0e46b8648e9821654c47e0a2: 1
new 71dbc7724 5: 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 (04a0e8881)
\
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 1776 -> 1616 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 43292 -> 31832 bytes
04-build_abe-stage1/console.log.xz | Bin 71284 -> 73336 bytes
06-build_abe-linux/console.log.xz | Bin 10560 -> 9024 bytes
07-build_abe-glibc/console.log.xz | Bin 233676 -> 237964 bytes
08-build_abe-stage2/console.log.xz | Bin 169192 -> 174724 bytes
09-benchmark/benchmark-build.log | 54 +-
09-benchmark/benchmark.log | 52 +-
09-benchmark/console.log.xz | Bin 3060 -> 3092 bytes
10-check_regression/console.log.xz | Bin 7668 -> 7724 bytes
10-check_regression/results-0.csv | 3301 ++--
10-check_regression/results-1.csv | 3315 ++--
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 88 +-
10-check_regression/results-full.csv | 3441 ++--
10-check_regression/results.csv | 250 +-
10-check_regression/results.log | 4462 +++--
11-update_baseline/471.omnetpp.regression | 1 -
11-update_baseline/482.sphinx3.regression | 2 +-
11-update_baseline/console.log | 16947 +++++++++++--------
11-update_baseline/extra-bisect-params | 2 +-
11-update_baseline/jira-body.txt | 3 +-
11-update_baseline/mail-body.txt | 3 +-
11-update_baseline/mail-subject.txt | 2 +-
11-update_baseline/results-1.csv | 3315 ++--
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 12 +-
11-update_baseline/results-full.csv | 3177 ++--
11-update_baseline/results.csv | 250 +-
11-update_baseline/results.log | 3002 ++--
11-update_baseline/results.regressions | 5 +-
11-update_baseline/symbol.regressions | 3 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1059376 -> 1059284 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 85400 -> 85492 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 2909836 -> 2910012 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 15964 -> 15952 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 4135864 -> 4126400 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 31552 -> 31660 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 128812 -> 128980 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 134300 -> 134132 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 824024 -> 821388 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 550648 -> 560396 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 46772 -> 46752 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 193896 -> 194304 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1559680 -> 1557176 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 2517892 -> 2546772 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 451356 -> 445092 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1191556 -> 1188132 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 1071540 -> 1071764 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 301588 -> 301704 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 129296 -> 129404 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 143928 -> 143936 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 46212 -> 46284 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 477804 -> 477756 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 1613500 -> 1613476 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 23936 -> 23840 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 728928 -> 734868 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 69888 -> 69468 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 1723116 -> 1706404 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 205172 -> 205156 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 6337760 -> 6410164 bytes
jenkins/manifest.sh | 21 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1059376 -> 1059284 bytes
save-temps/401.bzip2.tar.xz | Bin 85400 -> 85492 bytes
save-temps/403.gcc.tar.xz | Bin 2909836 -> 2910012 bytes
save-temps/410.bwaves.tar.xz | Bin 15964 -> 15952 bytes
save-temps/416.gamess.tar.xz | Bin 4135864 -> 4126400 bytes
save-temps/429.mcf.tar.xz | Bin 31552 -> 31660 bytes
save-temps/433.milc.tar.xz | Bin 128812 -> 128980 bytes
save-temps/434.zeusmp.tar.xz | Bin 134300 -> 134132 bytes
save-temps/435.gromacs.tar.xz | Bin 824024 -> 821388 bytes
save-temps/436.cactusADM.tar.xz | Bin 550648 -> 560396 bytes
save-temps/437.leslie3d.tar.xz | Bin 46772 -> 46752 bytes
save-temps/444.namd.tar.xz | Bin 193896 -> 194304 bytes
save-temps/445.gobmk.tar.xz | Bin 1559680 -> 1557176 bytes
save-temps/447.dealII.tar.xz | Bin 2517892 -> 2546772 bytes
save-temps/450.soplex.tar.xz | Bin 451356 -> 445092 bytes
save-temps/453.povray.tar.xz | Bin 1191556 -> 1188132 bytes
save-temps/454.calculix.tar.xz | Bin 1071540 -> 1071764 bytes
save-temps/456.hmmer.tar.xz | Bin 301588 -> 301704 bytes
save-temps/458.sjeng.tar.xz | Bin 129296 -> 129404 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 143928 -> 143936 bytes
save-temps/462.libquantum.tar.xz | Bin 46212 -> 46284 bytes
save-temps/464.h264ref.tar.xz | Bin 477804 -> 477756 bytes
save-temps/465.tonto.tar.xz | Bin 1613500 -> 1613476 bytes
save-temps/470.lbm.tar.xz | Bin 23936 -> 23840 bytes
save-temps/471.omnetpp.tar.xz | Bin 728928 -> 734868 bytes
save-temps/473.astar.tar.xz | Bin 69888 -> 69468 bytes
save-temps/481.wrf.tar.xz | Bin 1723116 -> 1706404 bytes
save-temps/482.sphinx3.tar.xz | Bin 205172 -> 205156 bytes
save-temps/483.xalancbmk.tar.xz | Bin 6337760 -> 6410164 bytes
93 files changed, 22518 insertions(+), 19308 deletions(-)
delete mode 100644 11-update_baseline/471.omnetpp.regression
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.