]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go
cmd/compile: optimize right shifts of uint32 on riscv
[gostls13.git] / src / cmd / compile / internal / ssa / _gen / RISCV64Ops.go
2023-10-07 Mark Ryancmd/compile: optimize right shifts of uint32 on riscv
2023-10-03 Xianmiao Qucmd/compile/internal: intrinsify publicationBarrier...
2023-08-22 Meng Zhuocmd/compile: add single-precision FMA code generation...
2023-08-22 Meng Zhuocmd/compile: improve FP FMA performance on riscv64
2023-02-24 Keith Randallcmd/compile: batch write barrier calls
2023-01-20 Keith Randallcmd/compile: improve scheduling pass
2023-01-19 Keith Randallcmd/compile: add memory argument to GetCallerSP
2022-10-04 Russ Coxcmd/compile: rename gen and builtin to _gen and _builtin