- Jul 11, 2023
-
-
Kito Cheng authored
NOTE: This is toolchain developer facing feature. This allow user to add extra testing multi-lib arch, it's useful when develop and/or testing new extensions. Usage: --with-extra-multilib-test="arch-abi[;arch-abi]" e.g. linux enable enabled multilib, so default will build with follwoing configuration: lib32/ilp32;@march=rv32imac@mabi=ilp32 lib32/ilp32d;@march=rv32imafdc@mabi=ilp32d lib64/lp64;@march=rv64imac@mabi=lp64 lib64/lp64d;@march=rv64imafdc@mabi=lp64d But you want to testing more on vector stuffs like rv32gcv and rv64gcv, then you can configure with `--with-extra-multilib-test="rv32gcv-ilp32d;rv64gcv;lp64d"` Then the testing will run rv32imac-ilp32 rv32imafdc-ilp32d rv64imac-lp64 rv64imafdc-lp64d and rv32gcv-ilp32d;rv64gcv;lp64d! NOTE: Extra multilib test settings still require existing multilib has support those extra settings, e.g. you can't add rv32imafc_zbb-ilp32f on above example since no compatible multilib has provided.
-
- Jul 06, 2023
-
-
- Jul 04, 2023
-
-
Kito Cheng authored
Remove source trees after CI build to recover disk space before packaging
-
- Jun 30, 2023
-
-
https://github.com/riscv-collab/riscv-gnu-toolchain/issues/1285"Tommy Murphy authored
This reverts commit 8b47422f.
-
https://github.com/riscv-collab/riscv-gnu-toolchain/issues/1285Tommy Murphy authored
This reverts commit a8a1fd83.
-
-
Patrick O'Neill authored
Also avoid initializing subdirectories to avoid cloning unused trees (llvm,gcc)
-
- Jun 28, 2023
-
-
Tommy Murphy authored
-
Kito Cheng authored
Generate seperate release names for LLVM and GCC toolchain release artifacts
-
Kito Cheng authored
Add newlib toolchain with llvm to ci and release
-
-
- Jun 14, 2023
-
-
alexsifivetw authored
-
- Jun 13, 2023
-
-
Kito Cheng authored
Add newlib toolchain with llvm build flow
-
alexsifivetw authored
Update readme about newlib toolchain flow Co-authored-by:Yun Hsiang <yun.hsiang@sifive.com>
-
- Jun 10, 2023
-
-
Patrick O'Neill authored
-
- Jun 08, 2023
-
-
Kito Cheng authored
Add force flag when creating symbolic link for clang
-
Kito Cheng authored
Add permission to qemu installation
-
demin.han authored
-
alexsifivetw authored
-
- Jun 07, 2023
-
-
Kito Cheng authored
Fix yaml format
-
alexsifivetw authored
-
- Jun 06, 2023
-
-
Kito Cheng authored
Add LLVM to build CI
-
Patrick O'Neill authored
-
Patrick O'Neill authored
-
- Jun 05, 2023
-
-
Alex Chiang authored
Enable RISC-V LLVM & QEMU Build Flow
-
alexsifivetw authored
Bump llvm to 16.0.5
-
- Jun 04, 2023
-
-
alexsifivetw authored
-
- Jun 02, 2023
-
-
Alex Chiang authored
Signed-off-by:Alex Chiang <107899296+alexsifivetw@users.noreply.github.com>
-
- Jun 01, 2023
-
-
Kito Cheng authored
Add github action ci to make-report using the spike simulator
-
alexsifivetw authored
-
Alex Chiang authored
Signed-off-by:Alex Chiang <107899296+alexsifivetw@users.noreply.github.com>
-
Alex Chiang authored
Update readme about llvm & qemu examples Co-authored-by:Kito Cheng <kito.cheng@sifive.com>
-
- May 30, 2023
-
-
Kito Cheng authored
Enable rv32gc make-report newlib and linux testing
-
- May 27, 2023
-
-
Patrick O'Neill authored
-
Patrick O'Neill authored
-
Kito Cheng authored
Disable multilib ci until multilib testsuite errors are triaged
-
Kito Cheng authored
Fix #1256 - git clone pk if spike used
-
- May 26, 2023
-
-
Tommy Murphy authored
-
- May 23, 2023
-
-
Patrick O'Neill authored
-