aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/asm_riscv64.s
AgeCommit message (Expand)Author
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-02-19runtime: fix spurious stack overflow detectionRuss Cox
2021-02-19runtime: use TOPFRAME to identify top-of-frame functionsRuss Cox
2021-02-19runtime: remove unnecessary writes to gp.sched.gRuss Cox
2021-02-19runtime: unify asmcgocall and systemstack traceback setupRuss Cox
2021-02-18runtime: unbreak linux/riscv64 following regabi mergeJoel Sing
2021-02-16[dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).CallMichael Anthony Knyszek
2021-02-05[dev.regabi] runtime: delete gosave functionCherry Zhang
2020-11-03cmd/dist,cmd/go,runtime: add support for cgo on linux/riscv64Joel Sing
2020-10-29runtime: optimise gcWriteBarrier for riscv64Joel Sing
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-21cmd/compile,cmd/internal/obj/riscv: move g register on riscv64Joel Sing
2020-10-05runtime: define and use call16 everywhereAustin Clements
2020-08-16runtime: use riscv64 RDTIME instructionJoel Sing
2020-05-04runtime: mark riscv64 goexit with TOPFRAMEJoel Sing
2020-01-29cmd/internal/obj/riscv,cmd/link: shorten the riscv64 call sequenceJoel Sing
2020-01-19runtime: add support for linux/riscv64Joel Sing