aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/tls_arm.s
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-06-06runtime: fix scattered non-tab indentation in assemblyRuss Cox
2019-04-08runtime,runtime/cgo: set up TLS storage for Android Q without cgoElias Naur
2018-12-12runtime: fix profiling on windows/ARMJordan Rhee
2018-09-18runtime: support windows/armJordan Rhee
2018-02-12runtime, sync/atomic: use NOFRAME on armAustin Clements
2017-04-08runtime: prevent TLS fetching instructions from being assembled on NaCl/ARMCherry Zhang
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-10-08cmd/internal/obj, cmd/link, runtime: lots of TLS cleanupMichael Hudson-Doyle
2015-09-10cmd/internal/obj, cmd/link, runtime: a saner model for TLS on armMichael Hudson-Doyle
2015-08-05runtime: align stack pointer during initcgo call on armRuss Cox
2015-02-09liblink, runtime: move all references to runtime.tlsg to tls_arm.sShenghou Ma
2015-02-06runtime: darwin/arm supportShenghou Ma
2015-02-06liblink, cmd/ld, runtime: set the type of runtime.tlsg in runtimeShenghou Ma
2014-11-11[dev.cc] runtime: convert assembly files for C to Go transitionRuss Cox
2014-09-30liblink: generate MRC replacement in liblink, not tls_armDave Cheney
2014-09-19runtime: fix GOARM<7 buildDave Cheney
2014-09-08build: move package sources from src/pkg to srcRuss Cox