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-arm
in repository toolchain/ci/base-artifacts.
discards deac864c 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new 0f895081 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 (deac864c)
\
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 1616 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 30360 -> 30256 bytes
04-build_abe-stage1/console.log.xz | Bin 91484 -> 91236 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 9116 -> 9280 bytes
07-build_abe-glibc/console.log.xz | Bin 233408 -> 233200 bytes
08-build_abe-stage2/console.log.xz | Bin 222888 -> 223304 bytes
09-build_abe-gdb/console.log.xz | Bin 37484 -> 37576 bytes
10-build_abe-qemu/console.log.xz | Bin 31164 -> 30844 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3908 -> 3896 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2632 -> 2632 bytes
13-check_regression/console.log.xz | Bin 3280 -> 2580 bytes
13-check_regression/extra-bisect-params | 1 -
13-check_regression/fails.sum | 8 -
13-check_regression/results.compare | 51 +-
13-check_regression/results.compare2 | 60 +-
13-check_regression/results.regressions | 42 -
14-update_baseline/console.log | 358 ++---
14-update_baseline/extra-bisect-params | 1 -
14-update_baseline/fails.sum | 8 -
14-update_baseline/results.compare | 51 +-
14-update_baseline/results.compare2 | 60 +-
14-update_baseline/results.regressions | 42 -
jenkins/manifest.sh | 28 +-
sumfiles/g++.log.xz | Bin 2686268 -> 2688020 bytes
sumfiles/g++.sum | 126 +-
sumfiles/gcc.log.xz | Bin 2204532 -> 2197496 bytes
sumfiles/gcc.sum | 2390 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 878820 -> 883520 bytes
sumfiles/gfortran.sum | 50 +-
sumfiles/libatomic.log.xz | Bin 2260 -> 2264 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 198960 -> 199000 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2672 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 422452 -> 423884 bytes
sumfiles/libstdc++.sum | 16 +-
39 files changed, 1531 insertions(+), 1787 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/palves/step-over-thread-exit
in repository binutils-gdb.
at 1a41079f044 Cancel execution command on thread exit, when stepping, nex [...]
This branch includes the following new commits:
new 1242231d40b displaced step: pass down target_waitstatus instead of gdb_signal
new e53f8e8346d linux-nat: introduce pending_status_str
new 3e46c3427aa gdb/linux: Delete all other LWPs immediately on ptrace exec event
new 6652277f920 Step over clone syscall w/ breakpoint, TARGET_WAITKIND_THRE [...]
new 36f5ee6e5d8 Support clone events in the remote protocol
new e00f8a36682 Avoid duplicate QThreadEvents packets
new 3494a6e7ac8 Thread options & clone events (core + remote)
new e5a5c15bdc3 Thread options & clone events (native Linux)
new deeb4710fda Thread options & clone events (Linux GDBserver)
new 5c6103d4452 gdbserver: Hide and don't detach pending clone children
new b6f077e3b18 Remove gdb/19675 kfails (displaced stepping + clone)
new dcab494170b Add test for stepping over clone syscall
new b9ce2850e5c all-stop/synchronous RSP support thread-exit events
new 344d7f921a4 gdbserver/linux-low.cc: Ignore event_ptid if TARGET_WAITKIN [...]
new 6bbe599c6f1 Introduce GDB_TO_EXIT thread option, fix step-over-thread-exit
new a26032cf5a3 Implement GDB_TO_EXIT support for Linux GDBserver
new a62c2aa3c6e Implement GDB_TO_EXIT support for native Linux
new 9b070adf90e gdb: clear step over information on thread exit (PR gdb/27338)
new 1412b317735 stop_all_threads: (re-)enable async before waiting for stops
new 544bcc3ac83 gdbserver: Queue no-resumed event after thread exit
new c96ff78049b Don't resume new threads if scheduler-locking is in effect
new f179a4a8521 Report thread exit event for leader if reporting thread exi [...]
new 3bc4e2059b0 Ignore failure to read PC when resuming
new abd61a49e0b gdb/testsuite/lib/my-syscalls.S: Refactor new SYSCALL macro
new 2282f01fb59 Testcases for stepping over thread exit syscall (PR gdb/27338)
new d36b9b577c1 Document remote clone events, and QThreadOptions packet
new 1defe16643a inferior::clear_thread_list always silent
new 9ba356a18fe Centralize "[Thread ...exited]" notifications
new 1a41079f044 Cancel execution command on thread exit, when stepping, nex [...]
The 29 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.
--
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 1bc99604e8 Re: opcodes/arc: Implement style support in the disassembler
adds e0c01ce66d Don't stop all threads prematurely after first step of "step N"
adds b0cf0a5b9d gdb/value.c: add several headers to the include list
No new revisions were added by this update.
Summary of changes:
gdb/infrun.c | 19 +++++--
.../step-N-all-progress.c} | 41 +++++++--------
gdb/testsuite/gdb.threads/step-N-all-progress.exp | 59 ++++++++++++++++++++++
gdb/value.c | 3 ++
4 files changed, 93 insertions(+), 29 deletions(-)
copy gdb/testsuite/{gdb.python/py-record-btrace-threads.c => gdb.threads/step-N-al [...]
create mode 100644 gdb/testsuite/gdb.threads/step-N-all-progress.exp
--
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/linux.
from ca85855bdcae Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
adds 543ce63b664e lockdown: Fix kexec lockdown bypass with ima policy
adds 353f7988dd84 watchqueue: make sure to serialize 'wqueue->defunct' properly
No new revisions were added by this update.
Summary of changes:
kernel/watch_queue.c | 53 ++++++++++++++++++++++++++-----------
security/integrity/ima/ima_policy.c | 4 +++
2 files changed, 41 insertions(+), 16 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 1bc99604e8 Re: opcodes/arc: Implement style support in the disassembler
adds e0c01ce66d Don't stop all threads prematurely after first step of "step N"
adds b0cf0a5b9d gdb/value.c: add several headers to the include list
No new revisions were added by this update.
Summary of changes:
gdb/infrun.c | 19 +++++--
.../step-N-all-progress.c} | 41 +++++++--------
gdb/testsuite/gdb.threads/step-N-all-progress.exp | 59 ++++++++++++++++++++++
gdb/value.c | 3 ++
4 files changed, 93 insertions(+), 29 deletions(-)
copy gdb/testsuite/{gdb.python/py-record-btrace-threads.c => gdb.threads/step-N-al [...]
create mode 100644 gdb/testsuite/gdb.threads/step-N-all-progress.exp
--
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 9d33aaed 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new b9af00ce 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 (9d33aaed)
\
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 1640 -> 1636 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 30468 -> 31208 bytes
05-build_abe-stage1/console.log.xz | Bin 72864 -> 74060 bytes
07-build_abe-linux/console.log.xz | Bin 9068 -> 9644 bytes
08-build_abe-glibc/console.log.xz | Bin 238460 -> 240116 bytes
09-build_abe-stage2/console.log.xz | Bin 202152 -> 206524 bytes
10-build_abe-gdb/console.log.xz | Bin 37720 -> 38592 bytes
11-build_abe-qemu/console.log.xz | Bin 31212 -> 31476 bytes
12-check_regression/console.log.xz | Bin 432 -> 420 bytes
13-update_baseline/console.log | 4 ++--
jenkins/manifest.sh | 28 ++++++++++++++--------------
12 files changed, 16 insertions(+), 16 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/qemu.
from 1f64dd76a1 Merge tag 'pull-hex-20220719-1' of https://github.com/quic/q [...]
adds 13c59eb09b target/s390x: fix handling of zeroes in vfmin/vfmax
adds 63dd7bcbea target/s390x: fix NaN propagation rules
adds 23f13e1986 tests/tcg/s390x: test signed vfmin/vfmax
adds f45fd24c90 Merge tag 'pull-request-2022-07-20' of https://gitlab.com/th [...]
No new revisions were added by this update.
Summary of changes:
fpu/softfloat-specialize.c.inc | 4 +-
target/s390x/tcg/vec_fpu_helper.c | 4 +-
tests/tcg/s390x/Makefile.target | 7 +
tests/tcg/s390x/vfminmax.c | 411 ++++++++++++++++++++++++++++++++++++++
4 files changed, 422 insertions(+), 4 deletions(-)
create mode 100644 tests/tcg/s390x/vfminmax.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-arm
in repository toolchain/ci/gdb.
from 1bc99604e8 Re: opcodes/arc: Implement style support in the disassembler
adds e0c01ce66d Don't stop all threads prematurely after first step of "step N"
adds b0cf0a5b9d gdb/value.c: add several headers to the include list
new fe587fc997 Handle Python 3.11 deprecation of PySys_SetPath and Py_SetPr [...]
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/infrun.c | 19 +++--
gdb/python/python-internal.h | 5 ++
gdb/python/python.c | 99 ++++++++++++++++++----
.../step-N-all-progress.c} | 41 ++++-----
gdb/testsuite/gdb.threads/step-N-all-progress.exp | 59 +++++++++++++
gdb/value.c | 3 +
6 files changed, 179 insertions(+), 47 deletions(-)
copy gdb/testsuite/{gdb.python/py-record-btrace-threads.c => gdb.threads/step-N-al [...]
create mode 100644 gdb/testsuite/gdb.threads/step-N-all-progress.exp
--
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/linux.
from ca85855bdcae Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
new 543ce63b664e lockdown: Fix kexec lockdown bypass with ima policy
new 353f7988dd84 watchqueue: make sure to serialize 'wqueue->defunct' properly
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:
kernel/watch_queue.c | 53 ++++++++++++++++++++++++++-----------
security/integrity/ima/ima_policy.c | 4 +++
2 files changed, 41 insertions(+), 16 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 daa36cfc2fc Avoid registering __builtin_setjmp_receiver label twice [PR101347]
adds 26bbe78f77f Fortran: fix parsing of omp task affinity iterator clause [ [...]
No new revisions were added by this update.
Summary of changes:
gcc/fortran/openmp.cc | 1 -
gcc/testsuite/gfortran.dg/gomp/affinity-clause-7.f90 | 19 +++++++++++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/affinity-clause-7.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 1bc99604e8 Re: opcodes/arc: Implement style support in the disassembler
adds e0c01ce66d Don't stop all threads prematurely after first step of "step N"
adds b0cf0a5b9d gdb/value.c: add several headers to the include list
adds fe587fc997 Handle Python 3.11 deprecation of PySys_SetPath and Py_SetPr [...]
No new revisions were added by this update.
Summary of changes:
gdb/infrun.c | 19 +++--
gdb/python/python-internal.h | 5 ++
gdb/python/python.c | 99 ++++++++++++++++++----
.../step-N-all-progress.c} | 41 ++++-----
gdb/testsuite/gdb.threads/step-N-all-progress.exp | 59 +++++++++++++
gdb/value.c | 3 +
6 files changed, 179 insertions(+), 47 deletions(-)
copy gdb/testsuite/{gdb.python/py-record-btrace-threads.c => gdb.threads/step-N-al [...]
create mode 100644 gdb/testsuite/gdb.threads/step-N-all-progress.exp
--
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 31cf3c43 0: update: binutils-gcc-linux-glibc-gdb-qemu: 7
new 0f1fcd49 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 (31cf3c43)
\
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 1632 -> 1632 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2760 bytes
04-build_abe-binutils/console.log.xz | Bin 30256 -> 31496 bytes
05-build_abe-stage1/console.log.xz | Bin 92044 -> 91008 bytes
07-build_abe-linux/console.log.xz | Bin 8968 -> 9084 bytes
08-build_abe-glibc/console.log.xz | Bin 233428 -> 233864 bytes
09-build_abe-stage2/console.log.xz | Bin 222904 -> 223116 bytes
10-build_abe-gdb/console.log.xz | Bin 37636 -> 38696 bytes
11-build_abe-qemu/console.log.xz | Bin 30896 -> 31288 bytes
12-check_regression/console.log.xz | Bin 416 -> 416 bytes
13-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 28 ++++++++++++++--------------
12 files changed, 15 insertions(+), 15 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 releases/gcc-12
in repository gcc.
from 94d44a83ff9 Daily bump.
new 16155316ea6 Fortran: fix parsing of omp task affinity iterator clause [ [...]
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/fortran/openmp.cc | 1 -
gcc/testsuite/gfortran.dg/gomp/affinity-clause-7.f90 | 19 +++++++++++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/gomp/affinity-clause-7.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_bmk_llvm_tx1/llvm-master-aarch64-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards d77503c9 0: update: binutils-gcc-linux-glibc-llvm: 1
new 77b8a121 0: update: binutils-gcc-linux-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 (d77503c9)
\
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 1668 -> 1664 bytes
02-prepare_abe/console.log.xz | Bin 2744 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 31080 -> 30988 bytes
04-build_abe-stage1/console.log.xz | Bin 76452 -> 74672 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 9200 -> 8356 bytes
07-build_abe-glibc/console.log.xz | Bin 241004 -> 240508 bytes
08-build_abe-stage2/console.log.xz | Bin 184176 -> 178372 bytes
09-build_llvm-true/console.log.xz | Bin 62580 -> 62408 bytes
10-benchmark/benchmark-build.log | 130 +-
10-benchmark/benchmark.log | 128 +-
10-benchmark/console.log.xz | Bin 4124 -> 4192 bytes
11-check_regression/console.log.xz | Bin 5268 -> 5344 bytes
11-check_regression/csv-results-0/md5sum.csv | 39006 +--
11-check_regression/csv-results-0/perf.csv | 1946 +-
11-check_regression/csv-results-0/results.csv | 194592 +++++++-------
11-check_regression/csv-results-0/size.csv | 241342 ++++++++---------
11-check_regression/csv-results-0/vect.csv | 24 +-
11-check_regression/csv-results-1/md5sum.csv | 45602 ++--
11-check_regression/csv-results-1/perf.csv | 1932 +-
11-check_regression/csv-results-1/results.csv | 203754 +++++++-------
11-check_regression/csv-results-1/size.csv | 251924 +++++++++---------
11-check_regression/csv-results-1/vect.csv | 9930 +-
11-check_regression/results-brief.csv | 32 +-
11-check_regression/results-full.csv | 1978 +-
11-check_regression/results-internal.csv | 135 +-
11-check_regression/results.log | 2750 +-
12-update_baseline/console.log | 3663 +-
12-update_baseline/csv-results-0/md5sum.csv | 39006 +--
12-update_baseline/csv-results-0/perf.csv | 1946 +-
12-update_baseline/csv-results-0/results.csv | 194592 +++++++-------
12-update_baseline/csv-results-0/size.csv | 241342 ++++++++---------
12-update_baseline/csv-results-0/vect.csv | 24 +-
12-update_baseline/csv-results-1/md5sum.csv | 45602 ++--
12-update_baseline/csv-results-1/perf.csv | 1932 +-
12-update_baseline/csv-results-1/results.csv | 203754 +++++++-------
12-update_baseline/csv-results-1/size.csv | 251924 +++++++++---------
12-update_baseline/csv-results-1/vect.csv | 9930 +-
12-update_baseline/results-brief.csv | 32 +-
12-update_baseline/results-full.csv | 1978 +-
12-update_baseline/results-internal.csv | 135 +-
12-update_baseline/results.log | 2720 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 4219704 -> 1283048 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 318196 -> 108644 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 11558692 -> 3550264 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 78264 -> 35036 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 927228 -> 197704 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 4517152 -> 2033052 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 10495928 -> 3500088 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 1641300 -> 536344 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 3480368 -> 1234368 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 442968 -> 161300 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 146968 -> 54300 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 67960 -> 25644 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 2099924 -> 855324 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 208248 -> 79960 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 676580 -> 245760 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 18140960 -> 7372168 bytes
jenkins/manifest.sh | 28 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 4219704 -> 1283048 bytes
save-temps/401.bzip2.tar.xz | Bin 318196 -> 108644 bytes
save-temps/403.gcc.tar.xz | Bin 11558692 -> 3550264 bytes
save-temps/429.mcf.tar.xz | Bin 78264 -> 35036 bytes
save-temps/444.namd.tar.xz | Bin 927228 -> 197704 bytes
save-temps/445.gobmk.tar.xz | Bin 4517152 -> 2033052 bytes
save-temps/447.dealII.tar.xz | Bin 10495928 -> 3500088 bytes
save-temps/450.soplex.tar.xz | Bin 1641300 -> 536344 bytes
save-temps/453.povray.tar.xz | Bin 3480368 -> 1234368 bytes
save-temps/458.sjeng.tar.xz | Bin 442968 -> 161300 bytes
save-temps/462.libquantum.tar.xz | Bin 146968 -> 54300 bytes
save-temps/470.lbm.tar.xz | Bin 67960 -> 25644 bytes
save-temps/471.omnetpp.tar.xz | Bin 2099924 -> 855324 bytes
save-temps/473.astar.tar.xz | Bin 208248 -> 79960 bytes
save-temps/482.sphinx3.tar.xz | Bin 676580 -> 245760 bytes
save-temps/483.xalancbmk.tar.xz | Bin 18140960 -> 7372168 bytes
77 files changed, 1013507 insertions(+), 980310 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.