| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-08 | jc: fix opcode for vlong shifts | Richard Miller | |
| 2020-12-08 | jc: use MOVWU for unsigned int register load | Richard Miller | |
| 2020-11-09 | Add toolchain for riscv (ia ic il) and riscv64 (ja jc jl) | Richard Miller | |
| Because the rv64 ISA is very nearly a proper superset of rv32, the compilers ic and jc are actually the same program, which compiles to .i or .j depending on how it is invoked; similarly for ia/ja and il/jl. It is also possible to invoke ia/ic/il with a '-j' option to specify 64-bit behaviour. | |||
