aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/sys
AgeCommit message (Expand)Author
2016-11-07cmd/internal/sys, runtime/internal/sys: gofmtMichael Munday
2016-11-03runtime/internal/sys: add arch defs for GOARCH=mips{,le}Vladimir Stefanovic
2016-09-06runtime: don't hard-code physical page sizeAustin Clements
2016-09-06runtime: assume 64kB physical pages on ARMAustin Clements
2016-08-29runtime: insufficient padding in the `p` structureCarlos Eduardo Seo
2016-08-23cmd/compile: clean up ctz opsKeith Randall
2016-06-30runtime/internal/sys: implement Ctz and Bswap in assembly for 386Austin Clements
2016-04-14runtime/internal/sys: better fallback algorithms for intrinsicsKeith Randall
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-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
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: move arch_mips64(le)?.go into runtime/internal/sysMichael Matloob
2015-11-12runtime: break out system-specific constants into package sysMichael Matloob