aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go
AgeCommit message (Expand)Author
2026-01-27cmd/compile, runtime: avoid improper control transfer instruction hints on ri...wangboyao
2025-10-26cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64Meng Zhuo
2025-10-21cmd/compile/internal/ssa: fix typo in commentJes Cok
2025-09-09runtime: remove duff support for riscv64Meng Zhuo
2025-09-09cmd/compile: use generated loops instead of DUFFCOPY on riscv64Meng Zhuo
2025-09-09cmd/compile: use generated loops instead of DUFFZERO on riscv64Meng Zhuo
2025-08-13cmd/compile: emit classify instructions for infinity tests on riscv64Michael Munday
2025-08-05cmd/compile: optimise float <-> int register moves on riscv64Michael Munday
2025-08-04cmd/compile: move riscv64 over to new bounds check strategyKeith Randall
2025-05-01cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64Joel Sing
2025-05-01cmd/compile: intrinsify math/bits.Bswap on riscv64Joel Sing
2025-03-21cmd/compile: intrinsify math/bits.Len on riscv64Joel Sing
2025-03-15cmd/compile: intrinsify math/bits.TrailingZeros on riscv64Joel Sing
2024-09-17runtime: move getcallerpc to internal/runtime/sysMichael Pratt
2024-09-12cmd/compile,cmd/internal/obj/riscv: always provide ANDN, ORN and XNOR for ris...Joel Sing
2024-08-28cmd/compile/internal/ssa: combine shift and addition for riscv64 rva22u64Joel Sing
2024-08-19cmd/compile: use integer min/max instructions on riscv64Joel Sing
2024-03-07cmd/compile,cmd/internal/obj: provide rotation pseudo-instructions for riscv64Joel Sing
2024-02-16cmd/compile: improve rotations for riscv64Joel Sing
2024-01-26cmd/compile: implement float min/max in hardware for riscv64Meng Zhuo
2023-10-30cmd/compile: optimize right shifts of int32 on riscv64Ubuntu
2023-10-07cmd/compile/internal: stop lowering OpConvert on riscv64Joel Sing
2023-10-07cmd/compile: optimize right shifts of uint32 on riscvMark Ryan
2023-10-03cmd/compile/internal: intrinsify publicationBarrier on riscv64Xianmiao Qu
2023-08-22cmd/compile: add single-precision FMA code generation for riscv64Meng Zhuo
2023-08-22cmd/compile: improve FP FMA performance on riscv64Meng Zhuo
2023-02-24cmd/compile: batch write barrier callsKeith Randall
2023-01-20cmd/compile: improve scheduling passKeith Randall
2023-01-19cmd/compile: add memory argument to GetCallerSPKeith Randall
2022-10-04cmd/compile: rename gen and builtin to _gen and _builtinRuss Cox