aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal
AgeCommit message (Expand)Author
2016-04-13runtime/internal/atomic: remove write barrier from Storep1 on s390xAustin Clements
2016-04-12runtime/internal/atomic: add s390x atomic operationsMichael Munday
2016-04-11runtime: remove remaining references to TheCharJeremy Jackins
2016-03-28cmd/compile: added some intrinsics to SSA back endDavid Chase
2016-03-21runtime/internal/sys: add s390x supportMichael Munday
2016-03-07runtime: new files for plan9_arm supportRichard Miller
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-13runtime/internal/atomic: use //go:noinline to prevent inlining, not assembly nopMichael Hudson-Doyle
2015-11-12cmd/internal/obj, cmd/link, runtime: use a larger stack frame on ppc64Michael Hudson-Doyle
2015-11-12runtime/internal/sys: remove IntptrMatthew Dempsky
2015-11-12runtime, runtime/internal/sys: fix build for linux/{mips64,mips64le}Shenghou Ma
2015-11-12runtime: delete runtime/internal/atomic/textflag.hMichael Matloob
2015-11-12runtime: move arch_mips64(le)?.go into runtime/internal/sysMichael Matloob
2015-11-12runtime/internal/atomic: delete arch1_*.go filesMichael Matloob
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob
2015-11-12runtime/internal/atomic: added mips64 support.Yao Zhang
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob