This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from abfecb390920 Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/l [...]
new 260aecd643fc iommu/dart: Use kmemdup instead of kzalloc and memcpy
new 5a009fc13641 iommu/dart: Initialize DART_STREAMS_ENABLE
new f13efafc1a2c iommu/mediatek: Fix out-of-range warning with clang
new 5c8e9a47b5e6 dt-bindings: iommu: renesas,ipmmu-vmsa: add r8a779a0 support
new 7a62ced8ebd0 iommu/ipmmu-vmsa: Add support for r8a779a0
new b2b2781a9755 iommu/dart: Clean up IOVA cookie crumbs
new 3d31d4e7a3ef iommu/dma: Unexport IOVA cookie management
new 1cdeb52e5c24 iommu/ipmmu-vmsa: Hook up r8a77980 DT matching code
new 93f9f7958f12 iommu/arm-smmu-v3: Stop pre-zeroing batch commands in arm_ [...]
new 59d9bd727495 iommu/arm-smmu-v3: Properly handle the return value of arm [...]
new e4a40f15b031 dt-bindings: arm-smmu: Add compatible for SM6350 SoC
new bc53c8b8b087 iommu/arm-smmu-qcom: Add SM6350 SMMU compatible
new f1edce3db543 dt-bindings: arm-smmu: Add compatible for QCM2290 SoC
new 756a622c8f06 iommu: arm-smmu-qcom: Add compatible for QCM2290
new e37f1fe43324 iommu/arm-smmu-qcom: Request direct mapping for modem device
new 07f34a13ffda Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/s [...]
new 89374244a43e iommu/tegra-smmu: Use devm_bitmap_zalloc when applicable
new ac315f96b3bd iommu/dma: Fix incorrect error return on iommu deferred attach
new 9f78e446bde8 iommu/amd: Use report_iommu_fault()
new 5240aed2cd25 iommu/vt-d: Do not falsely log intel_iommu is unsupported [...]
new 914ff7719e8a iommu/vt-d: Dump DMAR translation structure when DMA fault occurs
new b34380a6d767 iommu/vt-d: Remove duplicate identity domain flag
new 7afd7f6aa21a iommu/vt-d: Check FL and SL capability sanity in scalable mode
new 032c5ee40e9f iommu/vt-d: Use second level for GPA->HPA translation
new 94f797ad61d3 iommu/vt-d: Delete dev_has_feat callback
new 00ecd5401349 iommu/vt-d: Clean up unused PASID updating functions
new 37c8041a818d iommu/vt-d: Convert the return type of first_pte_in_page to bool
new 9906b9352a35 iommu/vt-d: Avoid duplicate removing in __domain_mapping()
new 08ae5d4a1ae9 iommu/dma: Fix sync_sg with swiotlb
new 06e620345d54 iommu/dma: Fix arch_sync_dma for map
new ee9d4097cc14 iommu/dma: Skip extra sync during unmap w/swiotlb
new 9b49bbc2c4df iommu/dma: Fold _swiotlb helpers into callers
new 2e727bffbe93 iommu/dma: Check CONFIG_SWIOTLB more broadly
new e81e99bacc9f swiotlb: Support aligned swiotlb buffers
new 2cbc61a1b166 iommu/dma: Account for min_align_mask w/swiotlb
new ab6f4b001c8c iommu/dma: Use kvcalloc() instead of kvzalloc()
new 52d96919d6a8 Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas' [...]
new 7e113d01f5f9 Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pu [...]
new 014966dcf76b parisc: don't enable irqs unconditionally in handle_interr [...]
new 7e992711dddb parisc: Don't disable interrupts in cmpxchg and futex operations
new 2a2e8202c7a1 parisc: move CPU field back into thread_info
new c1e2e0350ce3 Merge tag 'for-5.16/parisc-2' of git://git.kernel.org/pub/ [...]
The 42 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:
.../devicetree/bindings/iommu/arm,smmu.yaml | 2 +
.../bindings/iommu/renesas,ipmmu-vmsa.yaml | 1 +
arch/parisc/include/asm/futex.h | 24 ++-
arch/parisc/include/asm/smp.h | 19 +-
arch/parisc/include/asm/thread_info.h | 3 +
arch/parisc/kernel/asm-offsets.c | 5 -
arch/parisc/kernel/smp.c | 2 -
arch/parisc/kernel/syscall.S | 10 -
arch/parisc/kernel/traps.c | 2 +-
arch/x86/include/asm/fpu/api.h | 2 -
drivers/iommu/amd/amd_iommu_types.h | 2 +
drivers/iommu/amd/iommu.c | 21 ++
drivers/iommu/apple-dart.c | 10 +-
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 21 +-
drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 3 +
drivers/iommu/dma-iommu.c | 200 +++++++++----------
drivers/iommu/intel/Kconfig | 4 +
drivers/iommu/intel/cap_audit.c | 13 ++
drivers/iommu/intel/cap_audit.h | 1 +
drivers/iommu/intel/dmar.c | 10 +-
drivers/iommu/intel/iommu.c | 213 ++++++++++++++-------
drivers/iommu/intel/svm.c | 24 +--
drivers/iommu/iommu.c | 3 +-
drivers/iommu/ipmmu-vmsa.c | 32 +++-
drivers/iommu/mtk_iommu.c | 4 +-
drivers/iommu/tegra-smmu.c | 5 +-
drivers/xen/swiotlb-xen.c | 2 +-
include/linux/dmar.h | 8 +
include/linux/intel-iommu.h | 13 +-
include/linux/swiotlb.h | 3 +-
kernel/dma/swiotlb.c | 13 +-
31 files changed, 384 insertions(+), 291 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 b57899f30f4 libstdc++: Consolidate duplicate metaprogramming utilities
new 79fe28d2c4b IBM Z: Define STACK_CHECK_MOVING_SP
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/s390/s390.h | 5 +++++
1 file changed, 5 insertions(+)
--
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_apm/llvm-master-arm-spec2k6-Oz
in repository toolchain/ci/glibc.
from 14dbbf46a0 x86-64: Remove Prefer_AVX2_STRCMP
adds d6dea8c847 arm: Use internal symbol for _dl_argv on _dl_start_user
adds 613cb5c7b1 arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descrip [...]
adds dba44dbe54 benchtests: Make hypot input random
adds b8a6ee43bb benchtests: Add hypotf
adds cca75bd8b5 i386: Explain why __HAVE_64B_ATOMICS has to be 0
adds f64f4ce069 elf: Assume disjointed .rela.dyn and .rela.plt for loader
adds db432f033d Use Linux 5.15 in build-many-glibcs.py
adds fdcd177fd3 regex: Unnest nested functions in regcomp.c
adds 6720d36b66 x86-64: Replace movzx with movzbl
adds 09f214528c riscv: Build with -mno-relax if linker does not support R_RI [...]
adds d3bf2f5927 elf: Do not run DSO sorting if tunables is not enabled
adds 9fea0f1a2a [powerpc] Tighten contraints for asm constant parameters
No new revisions were added by this update.
Summary of changes:
benchtests/Makefile | 1 +
benchtests/hypot-inputs | 1015 ++++++++++++++++++++++++++++++-
benchtests/hypotf-inputs | 1007 ++++++++++++++++++++++++++++++
elf/Makefile | 2 +
elf/dynamic-link.h | 32 +-
posix/regcomp.c | 464 +++++++-------
scripts/build-many-glibcs.py | 2 +-
sysdeps/arm/Makefile | 7 +-
sysdeps/arm/dl-machine.h | 2 +-
sysdeps/powerpc/fpu/fenv_libc.h | 8 +-
sysdeps/powerpc/test-get_hwcap.c | 8 +-
sysdeps/powerpc/tst-tlsifunc.c | 2 +-
sysdeps/riscv/Makefile | 6 +
sysdeps/riscv/configure | 30 +
sysdeps/riscv/configure.ac | 16 +
sysdeps/x86/atomic-machine.h | 4 +
sysdeps/x86_64/multiarch/strcmp-sse42.S | 4 +-
sysdeps/x86_64/strcmp.S | 4 +-
18 files changed, 2335 insertions(+), 279 deletions(-)
create mode 100644 benchtests/hypotf-inputs
--
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_apm/llvm-master-arm-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards 6322813f6 4: update: llvm-bd932f7499ff7ab958f5bc2f55dcf4b06cd87950: 1
new d0275271c 4: 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 (6322813f6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_apm/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 1584 -> 1792 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2772 bytes
03-build_abe-binutils/console.log.xz | Bin 43596 -> 44692 bytes
04-build_abe-stage1/console.log.xz | Bin 93776 -> 93232 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-linux/console.log.xz | Bin 9624 -> 8872 bytes
07-build_abe-glibc/console.log.xz | Bin 229496 -> 231720 bytes
08-build_abe-stage2/console.log.xz | Bin 207188 -> 208640 bytes
09-build_llvm-true/console.log.xz | Bin 57760 -> 59260 bytes
10-benchmark/benchmark-build.log | 32 +-
10-benchmark/benchmark.log | 30 +-
10-benchmark/console.log.xz | Bin 3172 -> 3116 bytes
11-check_regression/console.log.xz | Bin 5336 -> 5336 bytes
11-check_regression/results-0.csv | 2823 +++---
11-check_regression/results-1.csv | 2788 +++--
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 66 +-
11-check_regression/results-full.csv | 2846 +++---
11-check_regression/results.csv | 162 +-
11-check_regression/results.log | 4346 ++++----
12-update_baseline/console.log | 10124 +++++++++++--------
12-update_baseline/results-1.csv | 2788 +++--
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 2 +-
12-update_baseline/results-full.csv | 2628 +++--
12-update_baseline/results.csv | 160 +-
12-update_baseline/results.log | 2814 +++---
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1161260 -> 1171124 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 92872 -> 92844 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3296832 -> 3299248 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 32780 -> 32756 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 138340 -> 138156 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 185208 -> 184888 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1978976 -> 1974712 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3172900 -> 3066900 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 476448 -> 478028 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1103592 -> 1095992 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 315384 -> 315680 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 141692 -> 141208 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 47896 -> 48056 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 559076 -> 560244 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 25140 -> 25124 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 810820 -> 792144 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 69672 -> 69520 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 211968 -> 212176 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 7002096 -> 6964076 bytes
jenkins/manifest.sh | 24 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1161260 -> 1171124 bytes
save-temps/401.bzip2.tar.xz | Bin 92872 -> 92844 bytes
save-temps/403.gcc.tar.xz | Bin 3296832 -> 3299248 bytes
save-temps/429.mcf.tar.xz | Bin 32780 -> 32756 bytes
save-temps/433.milc.tar.xz | Bin 138340 -> 138156 bytes
save-temps/444.namd.tar.xz | Bin 185208 -> 184888 bytes
save-temps/445.gobmk.tar.xz | Bin 1978976 -> 1974712 bytes
save-temps/447.dealII.tar.xz | Bin 3172900 -> 3066900 bytes
save-temps/450.soplex.tar.xz | Bin 476448 -> 478028 bytes
save-temps/453.povray.tar.xz | Bin 1103592 -> 1095992 bytes
save-temps/456.hmmer.tar.xz | Bin 315384 -> 315680 bytes
save-temps/458.sjeng.tar.xz | Bin 141692 -> 141208 bytes
save-temps/462.libquantum.tar.xz | Bin 47896 -> 48056 bytes
save-temps/464.h264ref.tar.xz | Bin 559076 -> 560244 bytes
save-temps/470.lbm.tar.xz | Bin 25140 -> 25124 bytes
save-temps/471.omnetpp.tar.xz | Bin 810820 -> 792144 bytes
save-temps/473.astar.tar.xz | Bin 69672 -> 69520 bytes
save-temps/482.sphinx3.tar.xz | Bin 211968 -> 212176 bytes
save-temps/483.xalancbmk.tar.xz | Bin 7002096 -> 6964076 bytes
68 files changed, 16952 insertions(+), 14761 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 1b4a63593bc AArch64: Lower intrinsics shift to GIMPLE when possible.
new 09aab7e699d libstdc++: Optimize std::tuple_element and std::tuple_size_v
new b57899f30f4 libstdc++: Consolidate duplicate metaprogramming utilities
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:
libstdc++-v3/include/bits/stl_pair.h | 8 ++
libstdc++-v3/include/bits/utility.h | 73 +++++++++++-
libstdc++-v3/include/std/array | 8 ++
libstdc++-v3/include/std/tuple | 61 +++-------
libstdc++-v3/include/std/variant | 127 +++++----------------
.../20_util/tuple/element_access/get_neg.cc | 1 +
6 files changed, 131 insertions(+), 147 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 210a784f9 5: update: binutils-linux-glibc: 1
discards 8b083a292 4: reset: gcc-2b8453c401b699ed93c085d0413ab4b5030bcdb8: 1
new 0677164d2 4: reset: : 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 (210a784f9)
\
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 1576 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2764 bytes
03-build_abe-binutils/console.log.xz | Bin 45612 -> 45628 bytes
04-build_abe-stage1/console.log.xz | Bin 74208 -> 75156 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 8008 -> 10584 bytes
07-build_abe-glibc/console.log.xz | Bin 237264 -> 236048 bytes
08-build_abe-stage2/console.log.xz | Bin 172304 -> 175240 bytes
09-benchmark/benchmark-build.log | 60 +-
09-benchmark/benchmark.log | 58 +-
09-benchmark/console.log.xz | Bin 3064 -> 3048 bytes
10-check_regression/console.log.xz | Bin 7604 -> 7636 bytes
10-check_regression/results-0.csv | 3350 +--
10-check_regression/results-1.csv | 3306 ++-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-compare.csv | 156 +-
10-check_regression/results-full.csv | 3455 ++--
10-check_regression/results.csv | 248 +-
10-check_regression/results.log | 4994 ++---
11-update_baseline/401.bzip2.regression | 2 +-
11-update_baseline/console.log | 20250 ++++++++++---------
11-update_baseline/exe.regressions | 2 +-
11-update_baseline/jira-body.txt | 5 +-
11-update_baseline/mail-body.txt | 5 +-
11-update_baseline/mail-subject.txt | 2 +-
11-update_baseline/results-1.csv | 3306 ++-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 6 +-
11-update_baseline/results-full.csv | 3173 ++-
11-update_baseline/results.csv | 248 +-
11-update_baseline/results.log | 3466 ++--
11-update_baseline/results.regressions | 7 +-
11-update_baseline/symbol.regressions | 2 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1069356 -> 1060476 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 86088 -> 85664 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 2911112 -> 2912520 bytes
.../top-artifacts/save-temps/410.bwaves.tar.xz | Bin 16048 -> 16088 bytes
.../top-artifacts/save-temps/416.gamess.tar.xz | Bin 4115352 -> 4115452 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 31756 -> 31744 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 129016 -> 128964 bytes
.../top-artifacts/save-temps/434.zeusmp.tar.xz | Bin 131436 -> 131432 bytes
.../top-artifacts/save-temps/435.gromacs.tar.xz | Bin 821068 -> 826244 bytes
.../top-artifacts/save-temps/436.cactusADM.tar.xz | Bin 548812 -> 550068 bytes
.../top-artifacts/save-temps/437.leslie3d.tar.xz | Bin 46612 -> 46532 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 193896 -> 194120 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1568140 -> 1557232 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 2534708 -> 2487232 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 443200 -> 450544 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1182216 -> 1252076 bytes
.../top-artifacts/save-temps/454.calculix.tar.xz | Bin 1082132 -> 1073616 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 301280 -> 301776 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 128844 -> 129444 bytes
.../top-artifacts/save-temps/459.GemsFDTD.tar.xz | Bin 146156 -> 145796 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 46836 -> 47204 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 476120 -> 476260 bytes
.../top-artifacts/save-temps/465.tonto.tar.xz | Bin 1618096 -> 1615996 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 23832 -> 23968 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 734792 -> 733780 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 69452 -> 70028 bytes
.../top-artifacts/save-temps/481.wrf.tar.xz | Bin 1715004 -> 1715232 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 204500 -> 205164 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 6242860 -> 6339536 bytes
jenkins/manifest.sh | 11 +-
reset-baseline | 0
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1069356 -> 1060476 bytes
save-temps/401.bzip2.tar.xz | Bin 86088 -> 85664 bytes
save-temps/403.gcc.tar.xz | Bin 2911112 -> 2912520 bytes
save-temps/410.bwaves.tar.xz | Bin 16048 -> 16088 bytes
save-temps/416.gamess.tar.xz | Bin 4115352 -> 4115452 bytes
save-temps/429.mcf.tar.xz | Bin 31756 -> 31744 bytes
save-temps/433.milc.tar.xz | Bin 129016 -> 128964 bytes
save-temps/434.zeusmp.tar.xz | Bin 131436 -> 131432 bytes
save-temps/435.gromacs.tar.xz | Bin 821068 -> 826244 bytes
save-temps/436.cactusADM.tar.xz | Bin 548812 -> 550068 bytes
save-temps/437.leslie3d.tar.xz | Bin 46612 -> 46532 bytes
save-temps/444.namd.tar.xz | Bin 193896 -> 194120 bytes
save-temps/445.gobmk.tar.xz | Bin 1568140 -> 1557232 bytes
save-temps/447.dealII.tar.xz | Bin 2534708 -> 2487232 bytes
save-temps/450.soplex.tar.xz | Bin 443200 -> 450544 bytes
save-temps/453.povray.tar.xz | Bin 1182216 -> 1252076 bytes
save-temps/454.calculix.tar.xz | Bin 1082132 -> 1073616 bytes
save-temps/456.hmmer.tar.xz | Bin 301280 -> 301776 bytes
save-temps/458.sjeng.tar.xz | Bin 128844 -> 129444 bytes
save-temps/459.GemsFDTD.tar.xz | Bin 146156 -> 145796 bytes
save-temps/462.libquantum.tar.xz | Bin 46836 -> 47204 bytes
save-temps/464.h264ref.tar.xz | Bin 476120 -> 476260 bytes
save-temps/465.tonto.tar.xz | Bin 1618096 -> 1615996 bytes
save-temps/470.lbm.tar.xz | Bin 23832 -> 23968 bytes
save-temps/471.omnetpp.tar.xz | Bin 734792 -> 733780 bytes
save-temps/473.astar.tar.xz | Bin 69452 -> 70028 bytes
save-temps/481.wrf.tar.xz | Bin 1715004 -> 1715232 bytes
save-temps/482.sphinx3.tar.xz | Bin 204500 -> 205164 bytes
save-temps/483.xalancbmk.tar.xz | Bin 6242860 -> 6339536 bytes
95 files changed, 23132 insertions(+), 23100 deletions(-)
create mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.