aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/asm_amd64.s
AgeCommit message (Expand)Author
2023-10-12runtime/cgo: avoid taking the address of crosscall2 in codeCherry Mui
2023-10-05runtime: support SetUnhandledExceptionFilter on Windowsqmuntal
2023-05-17runtime/cgo: store M for C-created thread in pthread keyCherry Mui
2023-05-05Revert "runtime/cgo: store M for C-created thread in pthread key"Chressie Himpel
2023-04-26runtime/cgo: store M for C-created thread in pthread keyMichael Pratt
2023-04-17Revert "runtime/cgo: store M for C-created thread in pthread key"Michael Pratt
2023-04-03runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-03-31Revert "runtime/cgo: store M for C-created thread in pthread key"Cherry Mui
2023-03-24runtime/cgo: store M for C-created thread in pthread keydoujiang24
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2021-04-15runtime: unify C->Go ABI transitionsAustin Clements
2021-04-15runtime,runtime/cgo: save all necessary registers on entry to Go on WindowsAustin Clements
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2018-10-03all: this big patch remove whitespace from assembly filesZhou Peng
2017-10-16runtime/cgo: declare crosscall2 frame using TEXT for amd64 and 386Alessandro Arzilli
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-03-25runtime/cgo: save callee-saved xmm registers on windows/amd64Shenghou Ma
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox