aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cgo/asm_ppc64x.s
AgeCommit message (Expand)Author
2021-05-17runtime/cgo: fix crosscall2 on ppc64xLynn Boger
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2019-03-06runtime/cgo: add port for aix/ppc64Clément Chigot
2017-06-05runtime: save and restore CR for ppc64leIan Lance Taylor
2016-04-30runtime: fix cgocallback_gofunc on ppc64xMichael Munday
2016-04-29cmd/cgo, runtime, runtime/cgo: use cgo context functionIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-18runtime, runtime/cgo: conform to PIC register use rules in ppc64 asmMichael Hudson-Doyle
2015-10-18reflect, runtime, runtime/cgo: use ppc64 asm constant for fixed frame sizeMichael Hudson-Doyle
2015-10-18cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle
2015-01-07cmd/cgo, runtime/cgo: support ppc64Austin Clements