aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/tls_ppc64x.s
AgeCommit message (Expand)Author
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-04-13cmd/link: support 32b TLS_LE offsets on PPC64Paul E. Murphy
2018-10-23runtime: use unsigned load for iscgo variable in ppc64x runtime asmLynn Boger
2018-10-19runtime: port assembly files for aix/ppc64Clément Chigot
2018-06-11runtime/race: implement race detector for ppc64leLynn Boger
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-12cmd/internal/obj, runtime: implement IE model TLS on ppc64leMichael Hudson-Doyle
2015-10-29cmd/internal/obj, cmd/link, runtime: handle TLS more like a platform linker o...Michael Hudson-Doyle
2015-10-18cmd/internal/obj, runtime: add NOFRAME flag to suppress stack frame set up on...Michael Hudson-Doyle
2015-10-08cmd/internal/obj, cmd/link, runtime: lots of TLS cleanupMichael Hudson-Doyle
2015-01-07cmd/cgo, runtime/cgo: support ppc64Austin Clements
2015-01-07runtime: set up C TLS and save g to it on ppc64Austin Clements