index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
ssa
/
_gen
/
RISCV64Ops.go
Age
Commit message (
Expand
)
Author
2026-01-27
cmd/compile, runtime: avoid improper control transfer instruction hints on ri...
wangboyao
2025-10-26
cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64
Meng Zhuo
2025-10-21
cmd/compile/internal/ssa: fix typo in comment
Jes Cok
2025-09-09
runtime: remove duff support for riscv64
Meng Zhuo
2025-09-09
cmd/compile: use generated loops instead of DUFFCOPY on riscv64
Meng Zhuo
2025-09-09
cmd/compile: use generated loops instead of DUFFZERO on riscv64
Meng Zhuo
2025-08-13
cmd/compile: emit classify instructions for infinity tests on riscv64
Michael Munday
2025-08-05
cmd/compile: optimise float <-> int register moves on riscv64
Michael Munday
2025-08-04
cmd/compile: move riscv64 over to new bounds check strategy
Keith Randall
2025-05-01
cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64
Joel Sing
2025-05-01
cmd/compile: intrinsify math/bits.Bswap on riscv64
Joel Sing
2025-03-21
cmd/compile: intrinsify math/bits.Len on riscv64
Joel Sing
2025-03-15
cmd/compile: intrinsify math/bits.TrailingZeros on riscv64
Joel Sing
2024-09-17
runtime: move getcallerpc to internal/runtime/sys
Michael Pratt
2024-09-12
cmd/compile,cmd/internal/obj/riscv: always provide ANDN, ORN and XNOR for ris...
Joel Sing
2024-08-28
cmd/compile/internal/ssa: combine shift and addition for riscv64 rva22u64
Joel Sing
2024-08-19
cmd/compile: use integer min/max instructions on riscv64
Joel Sing
2024-03-07
cmd/compile,cmd/internal/obj: provide rotation pseudo-instructions for riscv64
Joel Sing
2024-02-16
cmd/compile: improve rotations for riscv64
Joel Sing
2024-01-26
cmd/compile: implement float min/max in hardware for riscv64
Meng Zhuo
2023-10-30
cmd/compile: optimize right shifts of int32 on riscv64
Ubuntu
2023-10-07
cmd/compile/internal: stop lowering OpConvert on riscv64
Joel Sing
2023-10-07
cmd/compile: optimize right shifts of uint32 on riscv
Mark Ryan
2023-10-03
cmd/compile/internal: intrinsify publicationBarrier on riscv64
Xianmiao Qu
2023-08-22
cmd/compile: add single-precision FMA code generation for riscv64
Meng Zhuo
2023-08-22
cmd/compile: improve FP FMA performance on riscv64
Meng Zhuo
2023-02-24
cmd/compile: batch write barrier calls
Keith Randall
2023-01-20
cmd/compile: improve scheduling pass
Keith Randall
2023-01-19
cmd/compile: add memory argument to GetCallerSP
Keith Randall
2022-10-04
cmd/compile: rename gen and builtin to _gen and _builtin
Russ Cox