aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/asm_mips64x.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2018-04-27cmd/compile: add softfloat support to mips64{,le}Milan Knezevic
2018-02-12runtime: use NOFRAME on mips and mips64Austin Clements
2016-11-04all: make copyright headers consistent with one space after periodMichael Munday
2016-09-09runtime/cgo: fix callback on big-endian MIPS64Cherry Zhang
2016-08-30cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang
2016-05-04runtime/cgo: add context argument to crosscall2 on mips64Cherry Zhang
2016-05-01runtime/cgo: add linux/mips64x cgo supportCherry Zhang