Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-12 | Merge pull request #1328 from patrick-rivos/ci-memory-constraint | Kito Cheng | 2 | -0/+36 | |
Remove unused frameworks to give CI more disk space | |||||
2023-09-08 | Remove unused frameworks to give CI more disk space | Patrick O'Neill | 2 | -0/+36 | |
2023-09-08 | Specify vector spec v1.0 in QEMU arguments. | Patrick O'Neill | 1 | -1/+1 | |
Some testcases in GCC's testsuite check stdout. Qemu will print a warning if the vector spec is not specified which will cause those testcases to fail. The warning: vector version is not specified, use the default value v1.0 Signed-off-by: Patrick O'Neill <patrick@rivosinc.com> | |||||
2023-08-31 | Merge pull request #1319 from cy023/patch-1 | Kito Cheng | 1 | -1/+1 | |
Fix typo in README.md | |||||
2023-08-31 | Fix typo in README.md | cy023 | 1 | -1/+1 | |
Signed-off-by: cy023 <cyyang023@gmail.com> | |||||
2023-08-11 | Merge pull request #1297 from sunwayforever/master | Kito Cheng | 1 | -1/+1 | |
remove the trailing back slash in Makefile.in | |||||
2023-08-10 | Merge pull request #1306 from jeremybennett/jpb-config-fix | Kito Cheng | 2 | -27/+10 | |
Fix bug in configure.ac and regenerate configure | |||||
2023-08-08 | Fix bug in configure.ac and regenerate configure | Jeremy Bennett | 2 | -27/+10 | |
* configure: Regenerated. * configure.ac: Remove redundant AS_HELP_STRING when testing enable_debug_info; add comment to use Autoconf 2.69. Signed-off-by: Jeremy Bennett <jeremy.bennett@embecosm.com> | |||||
2023-07-18 | remove the trailing back slash | sunway | 1 | -1/+1 | |
2023-07-11 | Add --with-extra-multilib-test option | Kito Cheng | 4 | -3/+56 | |
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. | |||||
2023-07-06 | Merge pull request #1283 from TommyMurphyTM1234/master2023.07.07 | Kito Cheng | 2 | -2/+3 | |
Fix https://github.com/riscv-collab/riscv-gnu-toolchain/issues/1282 | |||||
2023-07-04 | Merge pull request #1287 from patrick-rivos/ci-space-saver2023.07.05 | Kito Cheng | 2 | -20/+12 | |
Remove source trees after CI build to recover disk space before packaging | |||||
2023-06-30 | Revert "Revert "Address ↵ | Tommy Murphy | 1 | -0/+0 | |
https://github.com/riscv-collab/riscv-gnu-toolchain/issues/1285"" This reverts commit 8b47422f03536918cd77971f936a925e3f4fe9e2. | |||||
2023-06-30 | Revert "Address https://github.com/riscv-collab/riscv-gnu-toolchain/issues/1285" | Tommy Murphy | 1 | -0/+0 | |
This reverts commit a8a1fd8359243f683b4b7f08abf9ced0acaefb47. | |||||
2023-06-30 | Address https://github.com/riscv-collab/riscv-gnu-toolchain/issues/1285 | Tommy Murphy | 1 | -0/+0 | |
2023-06-29 | Remove source trees after CI build to recover disk space | Patrick O'Neill | 2 | -20/+12 | |
Also avoid initializing subdirectories to avoid cloning unused trees (llvm,gcc) | |||||
2023-06-28 | Merge branch 'riscv-collab:master' into master | Tommy Murphy | 2 | -7/+3 | |
2023-06-28 | Resolve issue ↵ | Tommy Murphy | 1 | -1/+1 | |
https://github.com/riscv-collab/riscv-gnu-toolchain/pull/1283#discussion_r1244960843 | |||||
2023-06-28 | Merge pull request #1271 from patrick-rivos/llvm-release-ci | Kito Cheng | 1 | -1/+1 | |
Generate seperate release names for LLVM and GCC toolchain release artifacts | |||||
2023-06-28 | Merge pull request #1276 from alexsifivetw/alexc/newlib-llvm | Kito Cheng | 2 | -6/+2 | |
Add newlib toolchain with llvm to ci and release | |||||
2023-06-28 | Fix https://github.com/riscv-collab/riscv-gnu-toolchain/issues/1282 | Tommy Murphy | 1 | -2/+3 | |
2023-06-13 | Add newlib toolchain with llvm to ci and release | alexsifivetw | 2 | -6/+2 | |
2023-06-13 | Merge pull request #1273 from alexsifivetw/alexc/newlib-llvm | Kito Cheng | 2 | -8/+34 | |
Add newlib toolchain with llvm build flow | |||||
2023-06-13 | Add newlib toolchain with llvm build flow | alexsifivetw | 2 | -8/+34 | |
Update readme about newlib toolchain flow Co-authored-by: Yun Hsiang <yun.hsiang@sifive.com> | |||||
2023-06-09 | Generate seperate release names for LLVM and GCC toolchain release artifacts | Patrick O'Neill | 1 | -1/+1 | |
2023-06-08 | Merge pull request #1268 from demin-han/master2023.06.09 | Kito Cheng | 1 | -1/+1 | |
Add force flag when creating symbolic link for clang | |||||
2023-06-08 | Merge pull request #1267 from alexsifivetw/alexc/fix_yaml_format | Kito Cheng | 1 | -1/+1 | |
Add permission to qemu installation | |||||
2023-06-08 | Add force flag when creating symbolic link for clang | demin.han | 1 | -1/+1 | |
2023-06-07 | Add permission to qemu installation | alexsifivetw | 1 | -1/+1 | |
2023-06-07 | Merge pull request #1265 from alexsifivetw/alexc/fix_yaml_format | Kito Cheng | 1 | -1/+1 | |
Fix yaml format | |||||
2023-06-06 | Fix yaml format | alexsifivetw | 1 | -1/+1 | |
2023-06-06 | Merge pull request #1264 from patrick-rivos/llvm-ci | Kito Cheng | 2 | -9/+24 | |
Add LLVM to build CI | |||||
2023-06-05 | Add llvm to PR ci | Patrick O'Neill | 1 | -2/+13 | |
2023-06-05 | Add gcc-linux builds back to release-ci | Patrick O'Neill | 1 | -7/+11 | |
2023-06-05 | Merge pull request #1263 from alexsifivetw/alexc/riscv-llvm-qemu | Alex Chiang | 8 | -25/+196 | |
Enable RISC-V LLVM & QEMU Build Flow | |||||
2023-06-04 | Add libc++ installation for 32-bit arch | alexsifivetw | 3 | -2/+2 | |
Bump llvm to 16.0.5 | |||||
2023-06-03 | Add prebuilt clang and qemu to release workflow | alexsifivetw | 3 | -4/+15 | |
2023-06-02 | Merge branch 'master' into alexc/riscv-llvm-qemu | Alex Chiang | 2 | -1/+33 | |
Signed-off-by: Alex Chiang <107899296+alexsifivetw@users.noreply.github.com> | |||||
2023-06-01 | Merge pull request #1259 from patrick-rivos/spike-ci2023.06.02 | Kito Cheng | 2 | -1/+33 | |
Add github action ci to make-report using the spike simulator | |||||
2023-06-01 | Fix typo | alexsifivetw | 2 | -2/+2 | |
2023-06-01 | Merge branch 'master' into alexc/riscv-llvm-qemu | Alex Chiang | 1 | -6/+0 | |
Signed-off-by: Alex Chiang <107899296+alexsifivetw@users.noreply.github.com> | |||||
2023-06-01 | Enable riscv llvm & qemu build flow | Alex Chiang | 13 | -55/+291 | |
Update readme about llvm & qemu examples Co-authored-by: Kito Cheng <kito.cheng@sifive.com> | |||||
2023-05-30 | Merge pull request #1260 from patrick-rivos/enable-rv32-ci2023.05.31 | Kito Cheng | 1 | -1/+0 | |
Enable rv32gc make-report newlib and linux testing | |||||
2023-05-26 | Add github action ci to make-report using the spike simulator | Patrick O'Neill | 2 | -1/+33 | |
2023-05-26 | Enable rv32gc make-report newlib and linux testing | Patrick O'Neill | 1 | -1/+0 | |
2023-05-27 | Merge pull request #1253 from patrick-rivos/ci-disable-multilib2023.05.27 | Kito Cheng | 1 | -0/+1 | |
Disable multilib ci until multilib testsuite errors are triaged | |||||
2023-05-27 | Merge pull request #1258 from TommyMurphyTM1234/master | Kito Cheng | 1 | -2/+3 | |
Fix #1256 - git clone pk if spike used | |||||
2023-05-25 | If using spike then ensure that git clone done for pk before ↵ | Tommy Murphy | 1 | -2/+3 | |
configuring/building it | |||||
2023-05-23 | Disable multilib ci until multilib testsuite errors are triaged | Patrick O'Neill | 1 | -0/+1 | |
2023-05-23 | Merge pull request #1254 from riscv-collab/fix-12522023.05.24 | Kito Cheng | 1 | -1/+5 | |
Install pyelftools before testing |