summaryrefslogtreecommitdiff
path: root/src/runtime/internal/sys
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: intrinsics for math/bits.TrailingZerosXKeith Randall2017-03-164-22/+20
* cmd/internal/sys, runtime/internal/sys: gofmtMichael Munday2016-11-071-7/+7
* runtime/internal/sys: add arch defs for GOARCH=mips{,le}Vladimir Stefanovic2016-11-035-0/+89
* runtime: don't hard-code physical page sizeAustin Clements2016-09-0610-80/+80
* runtime: assume 64kB physical pages on ARMAustin Clements2016-09-061-1/+1
* runtime: insufficient padding in the `p` structureCarlos Eduardo Seo2016-08-292-2/+2
* cmd/compile: clean up ctz opsKeith Randall2016-08-234-67/+0
* runtime/internal/sys: implement Ctz and Bswap in assembly for 386Austin Clements2016-06-303-0/+84
* runtime/internal/sys: better fallback algorithms for intrinsicsKeith Randall2016-04-142-63/+126
* runtime: remove remaining references to TheCharJeremy Jackins2016-04-1133-33/+50
* cmd/compile: added some intrinsics to SSA back endDavid Chase2016-03-281-0/+105
* runtime/internal/sys: add s390x supportMichael Munday2016-03-212-0/+44
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-012-2/+2
* cmd/internal/obj, cmd/link, runtime: use a larger stack frame on ppc64Michael Hudson-Doyle2015-11-122-2/+2
* runtime/internal/sys: remove IntptrMatthew Dempsky2015-11-129-9/+0
* runtime, runtime/internal/sys: fix build for linux/{mips64,mips64le}Shenghou Ma2015-11-122-0/+52
* runtime: move arch_mips64(le)?.go into runtime/internal/sysMichael Matloob2015-11-122-0/+38
* runtime: break out system-specific constants into package sysMichael Matloob2015-11-1228-0/+614