summaryrefslogtreecommitdiff
path: root/src/runtime/cgo/asm_mips64x.s
Commit message (Expand)AuthorAgeFilesLines
* runtime/cgo: store M for C-created thread in pthread keyCherry Mui2023-05-171-0/+8
* Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel2023-05-051-8/+0
* runtime/cgo: store M for C-created thread in pthread keyMichael Pratt2023-04-261-0/+8
* Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt2023-04-171-8/+0
* runtime/cgo: store M for C-created thread in pthread keydoujiang242023-04-031-0/+8
* Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui2023-03-311-8/+0
* runtime/cgo: store M for C-created thread in pthread keydoujiang242023-03-241-0/+8
* runtime/cgo: use //go:build lines in C and assembly filesTobias Klauser2023-01-241-1/+0
* all: add //go:build lines to assembly filesTobias Klauser2021-05-131-0/+1
* runtime,cmd/cgo: simplify C -> Go call pathAustin Clements2020-10-261-9/+10
* cmd/compile: add softfloat support to mips64{,le}Milan Knezevic2018-04-271-1/+10
* runtime: use NOFRAME on mips and mips64Austin Clements2018-02-121-1/+1
* all: make copyright headers consistent with one space after periodMichael Munday2016-11-041-1/+1
* runtime/cgo: fix callback on big-endian MIPS64Cherry Zhang2016-09-091-6/+3
* cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang2016-08-301-1/+0
* runtime/cgo: add context argument to crosscall2 on mips64Cherry Zhang2016-05-041-42/+44
* runtime/cgo: add linux/mips64x cgo supportCherry Zhang2016-05-011-0/+74