├── .github └── workflows │ └── main.yml ├── Benchmarks ├── DhrystoneV2.1 │ ├── DhrystoneV2.1.sh │ ├── Rationale │ ├── dhry.h │ ├── dhry_1.c │ └── dhry_2.c ├── LINPACK │ └── linpack.c └── Whetstone │ └── whetstone.c ├── Build-Clang-on-Unmatched.md ├── Build-RISCV-LLVM-and-run-testsuite.md ├── Codesize-measure-for-RVC.md ├── Compare-GCC-and-LLVM-on-unmatched.md ├── Convolution-results-are-inconsistent-bettwen-GCC-and-Clang.md ├── CoreMark-data-on-D1-and-unmatched.md ├── Cross-Compile-V8-and-run-Benchmark.md ├── Cross-build-riscv-native-gcc-on-X86Linux64-and-make-check-on-D1.md ├── Cross-compile-a-demo-and-run-on-D1.md ├── Embedded-Benchmarks-on-Unmatched.md ├── En-Run-SPEC-CPU2000-on-Unmatched.md ├── En-Run-SPEC-CPU2006-on-Unmatched.md ├── En-Run-SPEC-CPU2017-on-Unmatched.md ├── Install-CPU2006-on-unmatched.md ├── Install-docker-and-run-linux-container-in-qemu-systgem-riscv64.md ├── Linux-Performance-Observability-Tools.md ├── Linux-Performance └── Read-Gregg-1.md ├── README.md ├── Run-Embedded-Benchmarks-on-Unleashed-Unmatched-D1.md ├── Run-SPEC-CPU2000-on-Unmatched-with-LLVM.md ├── Run-SPEC-CPU2000-on-Unmatched.md ├── Run-SPECjbb-on-unmatched.md ├── Run-STREAM-on-Unmatched.md ├── Run-nbench-on-Unmatched-Unleashed.md ├── SPEC-CPU-Config ├── CPU2000-GCC.config ├── CPU2000-LLVM.config ├── CPU2006-GCC.config ├── CPU2006-LLVM.config ├── CPU2017-GCC.config └── CPU2017-LLVM.config ├── SPEC-CPU-Data-Update ├── Clang15.0.0.md └── GCC11.1.0.md ├── SPEC-CPU2017-Compiler-Flags-Study.md ├── Tools-Guide.md ├── cross-compile-bishengJDK11-for-RV64-and-run-regression-test.md ├── install-docker-on-D1-oE-and-run-docker-linux.md ├── issue-627 ├── Makefie ├── m_List.F90 ├── m_String.F90 ├── mct_mod.F90 └── seq_flds_mod.F90 ├── issues ├── m_ExchangeMaps.fppized.f90 └── set_weights.fppized.f90 ├── patch ├── Dhrystone.patch └── fpmark_patch_for_RV.patch ├── pictures ├── 0707.jpg ├── 1.png ├── 2.png ├── 27-1.png ├── 27-2.png ├── 27-3.png ├── embench-result.png ├── gmperror.png ├── t1-1.png ├── t1-2.png ├── t1-3.png ├── t1-4.png ├── t19-1.png ├── t19-2.png ├── t19-3.png ├── t19-4.png ├── t24-3-b-1.png ├── t24-3-b-2.png ├── t24-3-b-3.png ├── t24-3-b-4.png ├── t24-3-b-5.png ├── t28-1.png ├── t28-10.png ├── t28-11.png ├── t28-2.png ├── t28-3.png ├── t28-4.png ├── t28-5.png ├── t28-6.png ├── t28-7.png ├── t28-8.png ├── t28-9.png ├── t29-1.jpg ├── t31-1.png ├── t31-2.png ├── t31-3.png ├── t31-4.png ├── t31-5.png ├── t31-6.png ├── t31-7.png ├── t31-8.png ├── t31-9.png ├── t32-1.png ├── t32-2.png ├── t32-3.png ├── t33-1.png ├── t33-2.png ├── t33-3.png ├── t33-4.png ├── t35-1.png ├── t35-2.png ├── t35-3.png ├── t35-4.png ├── t36-1.png ├── t36-10.png ├── t36-11.png ├── t36-12.png ├── t36-13.png ├── t36-2.png ├── t36-3.png ├── t36-4.png ├── t36-5.png ├── t36-6.png ├── t36-7.png ├── t36-8.png ├── t36-9.png ├── t39-1.png ├── t39-2.png ├── t39-3.png ├── t39-4.png ├── t39-5.png ├── t39-6.png ├── t39-7.png ├── t39-8.png ├── t39-9.png ├── t40-1.png ├── t40-2.png └── zimu.png ├── run-Dacapo-on-unmatched.md ├── run-Embench-on-rv32Linux-on-Qemu.md ├── run-LLVM-testsuite-on-D1.md ├── run-OpenJDK-for-RISCV.md ├── run-SPEC-CPU2017-on-QEMU-Fedora-for-RV64.md ├── run-benchmark-on-D1.md ├── run-benchmarks-Dhrystone-FPmark-Linpack-Whetstone-Coremark.md ├── run-benchmarks-on-visionfive.md ├── run-hpc-benchmarks-on-unmatched.md ├── run-riscv-gnu-toolchain-testsuite-for-BKV-extension.md ├── run-riscv-gnu-toolchain-testsuite.md └── scripts ├── Run-SPEC-CPU ├── autoRunSPECCPU.sh └── config │ ├── my-gcc-linux-x86.cfg │ └── my-llvm-linux-x86.cfg ├── cpu2006patch.tar.gz ├── cpu2017patch.tar.gz ├── gcc-test.cfg ├── getflags ├── GCC │ ├── GCCflagsurl.list │ ├── ccoptions.sum │ ├── cxxoptions.sum │ ├── fcoptions.sum │ └── ldoptions.sum ├── GCCflagsurl.list ├── ICC │ ├── ICCflagsurl.list │ ├── ccoptions.sum │ ├── cxxoptions.sum │ ├── fcoptions.sum │ └── ldoptions.sum ├── LLVM │ ├── AOCCflagsurl.list │ ├── ccoptions.sum │ ├── ccoptions.this │ ├── cxxoptions.sum │ ├── fcoptions.sum │ └── fcoptions.this ├── getflags.sh ├── run.sh └── speccpu_flags_sort.xlsx ├── installDocker.sh ├── riscv-dhrystone-patcch ├── dhry.h.patch └── dhry_1.c.patch ├── runGNUforInsExts.sh └── update-config-guess ├── config.guess ├── config.sub └── update2006configguess.sh /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /Benchmarks/DhrystoneV2.1/DhrystoneV2.1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Benchmarks/DhrystoneV2.1/DhrystoneV2.1.sh -------------------------------------------------------------------------------- /Benchmarks/DhrystoneV2.1/Rationale: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Benchmarks/DhrystoneV2.1/Rationale -------------------------------------------------------------------------------- /Benchmarks/DhrystoneV2.1/dhry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Benchmarks/DhrystoneV2.1/dhry.h -------------------------------------------------------------------------------- /Benchmarks/DhrystoneV2.1/dhry_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Benchmarks/DhrystoneV2.1/dhry_1.c -------------------------------------------------------------------------------- /Benchmarks/DhrystoneV2.1/dhry_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Benchmarks/DhrystoneV2.1/dhry_2.c -------------------------------------------------------------------------------- /Benchmarks/LINPACK/linpack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Benchmarks/LINPACK/linpack.c -------------------------------------------------------------------------------- /Benchmarks/Whetstone/whetstone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Benchmarks/Whetstone/whetstone.c -------------------------------------------------------------------------------- /Build-Clang-on-Unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Build-Clang-on-Unmatched.md -------------------------------------------------------------------------------- /Build-RISCV-LLVM-and-run-testsuite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Build-RISCV-LLVM-and-run-testsuite.md -------------------------------------------------------------------------------- /Codesize-measure-for-RVC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Codesize-measure-for-RVC.md -------------------------------------------------------------------------------- /Compare-GCC-and-LLVM-on-unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Compare-GCC-and-LLVM-on-unmatched.md -------------------------------------------------------------------------------- /Convolution-results-are-inconsistent-bettwen-GCC-and-Clang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Convolution-results-are-inconsistent-bettwen-GCC-and-Clang.md -------------------------------------------------------------------------------- /CoreMark-data-on-D1-and-unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/CoreMark-data-on-D1-and-unmatched.md -------------------------------------------------------------------------------- /Cross-Compile-V8-and-run-Benchmark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Cross-Compile-V8-and-run-Benchmark.md -------------------------------------------------------------------------------- /Cross-build-riscv-native-gcc-on-X86Linux64-and-make-check-on-D1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Cross-build-riscv-native-gcc-on-X86Linux64-and-make-check-on-D1.md -------------------------------------------------------------------------------- /Cross-compile-a-demo-and-run-on-D1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Cross-compile-a-demo-and-run-on-D1.md -------------------------------------------------------------------------------- /Embedded-Benchmarks-on-Unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Embedded-Benchmarks-on-Unmatched.md -------------------------------------------------------------------------------- /En-Run-SPEC-CPU2000-on-Unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/En-Run-SPEC-CPU2000-on-Unmatched.md -------------------------------------------------------------------------------- /En-Run-SPEC-CPU2006-on-Unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/En-Run-SPEC-CPU2006-on-Unmatched.md -------------------------------------------------------------------------------- /En-Run-SPEC-CPU2017-on-Unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/En-Run-SPEC-CPU2017-on-Unmatched.md -------------------------------------------------------------------------------- /Install-CPU2006-on-unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Install-CPU2006-on-unmatched.md -------------------------------------------------------------------------------- /Install-docker-and-run-linux-container-in-qemu-systgem-riscv64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Install-docker-and-run-linux-container-in-qemu-systgem-riscv64.md -------------------------------------------------------------------------------- /Linux-Performance-Observability-Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Linux-Performance-Observability-Tools.md -------------------------------------------------------------------------------- /Linux-Performance/Read-Gregg-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Linux-Performance/Read-Gregg-1.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/README.md -------------------------------------------------------------------------------- /Run-Embedded-Benchmarks-on-Unleashed-Unmatched-D1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Run-Embedded-Benchmarks-on-Unleashed-Unmatched-D1.md -------------------------------------------------------------------------------- /Run-SPEC-CPU2000-on-Unmatched-with-LLVM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Run-SPEC-CPU2000-on-Unmatched-with-LLVM.md -------------------------------------------------------------------------------- /Run-SPEC-CPU2000-on-Unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Run-SPEC-CPU2000-on-Unmatched.md -------------------------------------------------------------------------------- /Run-SPECjbb-on-unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Run-SPECjbb-on-unmatched.md -------------------------------------------------------------------------------- /Run-STREAM-on-Unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Run-STREAM-on-Unmatched.md -------------------------------------------------------------------------------- /Run-nbench-on-Unmatched-Unleashed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Run-nbench-on-Unmatched-Unleashed.md -------------------------------------------------------------------------------- /SPEC-CPU-Config/CPU2000-GCC.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/SPEC-CPU-Config/CPU2000-GCC.config -------------------------------------------------------------------------------- /SPEC-CPU-Config/CPU2000-LLVM.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/SPEC-CPU-Config/CPU2000-LLVM.config -------------------------------------------------------------------------------- /SPEC-CPU-Config/CPU2006-GCC.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/SPEC-CPU-Config/CPU2006-GCC.config -------------------------------------------------------------------------------- /SPEC-CPU-Config/CPU2006-LLVM.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/SPEC-CPU-Config/CPU2006-LLVM.config -------------------------------------------------------------------------------- /SPEC-CPU-Config/CPU2017-GCC.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/SPEC-CPU-Config/CPU2017-GCC.config -------------------------------------------------------------------------------- /SPEC-CPU-Config/CPU2017-LLVM.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/SPEC-CPU-Config/CPU2017-LLVM.config -------------------------------------------------------------------------------- /SPEC-CPU-Data-Update/Clang15.0.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/SPEC-CPU-Data-Update/Clang15.0.0.md -------------------------------------------------------------------------------- /SPEC-CPU-Data-Update/GCC11.1.0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/SPEC-CPU-Data-Update/GCC11.1.0.md -------------------------------------------------------------------------------- /SPEC-CPU2017-Compiler-Flags-Study.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/SPEC-CPU2017-Compiler-Flags-Study.md -------------------------------------------------------------------------------- /Tools-Guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/Tools-Guide.md -------------------------------------------------------------------------------- /cross-compile-bishengJDK11-for-RV64-and-run-regression-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/cross-compile-bishengJDK11-for-RV64-and-run-regression-test.md -------------------------------------------------------------------------------- /install-docker-on-D1-oE-and-run-docker-linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/install-docker-on-D1-oE-and-run-docker-linux.md -------------------------------------------------------------------------------- /issue-627/Makefie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/issue-627/Makefie -------------------------------------------------------------------------------- /issue-627/m_List.F90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/issue-627/m_List.F90 -------------------------------------------------------------------------------- /issue-627/m_String.F90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/issue-627/m_String.F90 -------------------------------------------------------------------------------- /issue-627/mct_mod.F90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/issue-627/mct_mod.F90 -------------------------------------------------------------------------------- /issue-627/seq_flds_mod.F90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/issue-627/seq_flds_mod.F90 -------------------------------------------------------------------------------- /issues/m_ExchangeMaps.fppized.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/issues/m_ExchangeMaps.fppized.f90 -------------------------------------------------------------------------------- /issues/set_weights.fppized.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/issues/set_weights.fppized.f90 -------------------------------------------------------------------------------- /patch/Dhrystone.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/patch/Dhrystone.patch -------------------------------------------------------------------------------- /patch/fpmark_patch_for_RV.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/patch/fpmark_patch_for_RV.patch -------------------------------------------------------------------------------- /pictures/0707.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/0707.jpg -------------------------------------------------------------------------------- /pictures/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/1.png -------------------------------------------------------------------------------- /pictures/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/2.png -------------------------------------------------------------------------------- /pictures/27-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/27-1.png -------------------------------------------------------------------------------- /pictures/27-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/27-2.png -------------------------------------------------------------------------------- /pictures/27-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/27-3.png -------------------------------------------------------------------------------- /pictures/embench-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/embench-result.png -------------------------------------------------------------------------------- /pictures/gmperror.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/gmperror.png -------------------------------------------------------------------------------- /pictures/t1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t1-1.png -------------------------------------------------------------------------------- /pictures/t1-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t1-2.png -------------------------------------------------------------------------------- /pictures/t1-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t1-3.png -------------------------------------------------------------------------------- /pictures/t1-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t1-4.png -------------------------------------------------------------------------------- /pictures/t19-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t19-1.png -------------------------------------------------------------------------------- /pictures/t19-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t19-2.png -------------------------------------------------------------------------------- /pictures/t19-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t19-3.png -------------------------------------------------------------------------------- /pictures/t19-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t19-4.png -------------------------------------------------------------------------------- /pictures/t24-3-b-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t24-3-b-1.png -------------------------------------------------------------------------------- /pictures/t24-3-b-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t24-3-b-2.png -------------------------------------------------------------------------------- /pictures/t24-3-b-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t24-3-b-3.png -------------------------------------------------------------------------------- /pictures/t24-3-b-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t24-3-b-4.png -------------------------------------------------------------------------------- /pictures/t24-3-b-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t24-3-b-5.png -------------------------------------------------------------------------------- /pictures/t28-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-1.png -------------------------------------------------------------------------------- /pictures/t28-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-10.png -------------------------------------------------------------------------------- /pictures/t28-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-11.png -------------------------------------------------------------------------------- /pictures/t28-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-2.png -------------------------------------------------------------------------------- /pictures/t28-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-3.png -------------------------------------------------------------------------------- /pictures/t28-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-4.png -------------------------------------------------------------------------------- /pictures/t28-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-5.png -------------------------------------------------------------------------------- /pictures/t28-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-6.png -------------------------------------------------------------------------------- /pictures/t28-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-7.png -------------------------------------------------------------------------------- /pictures/t28-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-8.png -------------------------------------------------------------------------------- /pictures/t28-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t28-9.png -------------------------------------------------------------------------------- /pictures/t29-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t29-1.jpg -------------------------------------------------------------------------------- /pictures/t31-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t31-1.png -------------------------------------------------------------------------------- /pictures/t31-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t31-2.png -------------------------------------------------------------------------------- /pictures/t31-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t31-3.png -------------------------------------------------------------------------------- /pictures/t31-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t31-4.png -------------------------------------------------------------------------------- /pictures/t31-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t31-5.png -------------------------------------------------------------------------------- /pictures/t31-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t31-6.png -------------------------------------------------------------------------------- /pictures/t31-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t31-7.png -------------------------------------------------------------------------------- /pictures/t31-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t31-8.png -------------------------------------------------------------------------------- /pictures/t31-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t31-9.png -------------------------------------------------------------------------------- /pictures/t32-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t32-1.png -------------------------------------------------------------------------------- /pictures/t32-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t32-2.png -------------------------------------------------------------------------------- /pictures/t32-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t32-3.png -------------------------------------------------------------------------------- /pictures/t33-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t33-1.png -------------------------------------------------------------------------------- /pictures/t33-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t33-2.png -------------------------------------------------------------------------------- /pictures/t33-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t33-3.png -------------------------------------------------------------------------------- /pictures/t33-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t33-4.png -------------------------------------------------------------------------------- /pictures/t35-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t35-1.png -------------------------------------------------------------------------------- /pictures/t35-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t35-2.png -------------------------------------------------------------------------------- /pictures/t35-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t35-3.png -------------------------------------------------------------------------------- /pictures/t35-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t35-4.png -------------------------------------------------------------------------------- /pictures/t36-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-1.png -------------------------------------------------------------------------------- /pictures/t36-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-10.png -------------------------------------------------------------------------------- /pictures/t36-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-11.png -------------------------------------------------------------------------------- /pictures/t36-12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-12.png -------------------------------------------------------------------------------- /pictures/t36-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-13.png -------------------------------------------------------------------------------- /pictures/t36-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-2.png -------------------------------------------------------------------------------- /pictures/t36-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-3.png -------------------------------------------------------------------------------- /pictures/t36-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-4.png -------------------------------------------------------------------------------- /pictures/t36-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-5.png -------------------------------------------------------------------------------- /pictures/t36-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-6.png -------------------------------------------------------------------------------- /pictures/t36-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-7.png -------------------------------------------------------------------------------- /pictures/t36-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-8.png -------------------------------------------------------------------------------- /pictures/t36-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t36-9.png -------------------------------------------------------------------------------- /pictures/t39-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t39-1.png -------------------------------------------------------------------------------- /pictures/t39-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t39-2.png -------------------------------------------------------------------------------- /pictures/t39-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t39-3.png -------------------------------------------------------------------------------- /pictures/t39-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t39-4.png -------------------------------------------------------------------------------- /pictures/t39-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t39-5.png -------------------------------------------------------------------------------- /pictures/t39-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t39-6.png -------------------------------------------------------------------------------- /pictures/t39-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t39-7.png -------------------------------------------------------------------------------- /pictures/t39-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t39-8.png -------------------------------------------------------------------------------- /pictures/t39-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t39-9.png -------------------------------------------------------------------------------- /pictures/t40-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t40-1.png -------------------------------------------------------------------------------- /pictures/t40-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/t40-2.png -------------------------------------------------------------------------------- /pictures/zimu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/pictures/zimu.png -------------------------------------------------------------------------------- /run-Dacapo-on-unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-Dacapo-on-unmatched.md -------------------------------------------------------------------------------- /run-Embench-on-rv32Linux-on-Qemu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-Embench-on-rv32Linux-on-Qemu.md -------------------------------------------------------------------------------- /run-LLVM-testsuite-on-D1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-LLVM-testsuite-on-D1.md -------------------------------------------------------------------------------- /run-OpenJDK-for-RISCV.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-OpenJDK-for-RISCV.md -------------------------------------------------------------------------------- /run-SPEC-CPU2017-on-QEMU-Fedora-for-RV64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-SPEC-CPU2017-on-QEMU-Fedora-for-RV64.md -------------------------------------------------------------------------------- /run-benchmark-on-D1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-benchmark-on-D1.md -------------------------------------------------------------------------------- /run-benchmarks-Dhrystone-FPmark-Linpack-Whetstone-Coremark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-benchmarks-Dhrystone-FPmark-Linpack-Whetstone-Coremark.md -------------------------------------------------------------------------------- /run-benchmarks-on-visionfive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-benchmarks-on-visionfive.md -------------------------------------------------------------------------------- /run-hpc-benchmarks-on-unmatched.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-hpc-benchmarks-on-unmatched.md -------------------------------------------------------------------------------- /run-riscv-gnu-toolchain-testsuite-for-BKV-extension.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-riscv-gnu-toolchain-testsuite-for-BKV-extension.md -------------------------------------------------------------------------------- /run-riscv-gnu-toolchain-testsuite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/run-riscv-gnu-toolchain-testsuite.md -------------------------------------------------------------------------------- /scripts/Run-SPEC-CPU/autoRunSPECCPU.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/Run-SPEC-CPU/autoRunSPECCPU.sh -------------------------------------------------------------------------------- /scripts/Run-SPEC-CPU/config/my-gcc-linux-x86.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/Run-SPEC-CPU/config/my-gcc-linux-x86.cfg -------------------------------------------------------------------------------- /scripts/Run-SPEC-CPU/config/my-llvm-linux-x86.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/Run-SPEC-CPU/config/my-llvm-linux-x86.cfg -------------------------------------------------------------------------------- /scripts/cpu2006patch.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/cpu2006patch.tar.gz -------------------------------------------------------------------------------- /scripts/cpu2017patch.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/cpu2017patch.tar.gz -------------------------------------------------------------------------------- /scripts/gcc-test.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/gcc-test.cfg -------------------------------------------------------------------------------- /scripts/getflags/GCC/GCCflagsurl.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/GCC/GCCflagsurl.list -------------------------------------------------------------------------------- /scripts/getflags/GCC/ccoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/GCC/ccoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/GCC/cxxoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/GCC/cxxoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/GCC/fcoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/GCC/fcoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/GCC/ldoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/GCC/ldoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/GCCflagsurl.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/GCCflagsurl.list -------------------------------------------------------------------------------- /scripts/getflags/ICC/ICCflagsurl.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/ICC/ICCflagsurl.list -------------------------------------------------------------------------------- /scripts/getflags/ICC/ccoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/ICC/ccoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/ICC/cxxoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/ICC/cxxoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/ICC/fcoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/ICC/fcoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/ICC/ldoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/ICC/ldoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/LLVM/AOCCflagsurl.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/LLVM/AOCCflagsurl.list -------------------------------------------------------------------------------- /scripts/getflags/LLVM/ccoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/LLVM/ccoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/LLVM/ccoptions.this: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/LLVM/ccoptions.this -------------------------------------------------------------------------------- /scripts/getflags/LLVM/cxxoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/LLVM/cxxoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/LLVM/fcoptions.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/LLVM/fcoptions.sum -------------------------------------------------------------------------------- /scripts/getflags/LLVM/fcoptions.this: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/LLVM/fcoptions.this -------------------------------------------------------------------------------- /scripts/getflags/getflags.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/getflags.sh -------------------------------------------------------------------------------- /scripts/getflags/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/run.sh -------------------------------------------------------------------------------- /scripts/getflags/speccpu_flags_sort.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/getflags/speccpu_flags_sort.xlsx -------------------------------------------------------------------------------- /scripts/installDocker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/installDocker.sh -------------------------------------------------------------------------------- /scripts/riscv-dhrystone-patcch/dhry.h.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/riscv-dhrystone-patcch/dhry.h.patch -------------------------------------------------------------------------------- /scripts/riscv-dhrystone-patcch/dhry_1.c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/riscv-dhrystone-patcch/dhry_1.c.patch -------------------------------------------------------------------------------- /scripts/runGNUforInsExts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/runGNUforInsExts.sh -------------------------------------------------------------------------------- /scripts/update-config-guess/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/update-config-guess/config.guess -------------------------------------------------------------------------------- /scripts/update-config-guess/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/update-config-guess/config.sub -------------------------------------------------------------------------------- /scripts/update-config-guess/update2006configguess.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mollybuild/RISCV-Measurement/HEAD/scripts/update-config-guess/update2006configguess.sh --------------------------------------------------------------------------------