aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal
AgeCommit message (Expand)Author
2021-05-13all: add //go:build lines to assembly filesTobias Klauser
2021-05-12runtime/internal/atomic: add LSE atomics instructions to arm64Jonathan Swinney
2021-04-12runtime: using wyhash for memhashFallback on 64bit platformMeng Zhuo
2021-04-08runtime: drop haveexperiment, sys.GOEXPERIMENTAustin Clements
2021-04-05runtime: extend internal atomics to comply with sync/atomicRuslan Andreev
2021-03-11cmd: move GOEXPERIMENT knob from make.bash to cmd/goMatthew Dempsky
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-19runtime: move sys.DefaultGoroot to runtime.defaultGOROOTRuss Cox
2021-02-19runtime: document, clean up internal/sysRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-05cmd/compile: improve atomic swap intrinsics on arm64Jonathan Swinney
2020-10-23runtime/internal/atomic: add 32-bit And/OrMichael Pratt
2020-10-21cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64Paul E. Murphy
2020-10-16runtime/internal/atomic: panic nicely on unaligned 64-bit atomicsAustin Clements
2020-10-16runtime/internal/atomic: drop package prefixesAustin Clements
2020-09-23all: add GOOS=iosCherry Zhang
2020-08-24runtime: add test for StorepNoWB param leakingCuong Manh Le
2020-08-23runtime: implement StorepNoWB for wasm in assemblyKeith Randall
2020-04-03runtime: eliminate redundant load in Xchg and Xadd on arm64Xiangdong Ji
2020-03-15cmd/asm,cmd/internal/obj/riscv: add atomic memory operation instructionsJoel Sing
2020-03-15cmd/asm,cmd/internal/obj/riscv: add LR/SC instructionsJoel Sing
2020-03-15cmd/internal/obj/riscv: add FENCE instructionJoel Sing
2020-01-19runtime: add support for linux/riscv64Joel Sing
2019-11-11cmd/compile, runtime: intrinsify atomic And8 and Or8 on s390xMichael Munday
2019-11-08runtime: copy some functions from math/bits to runtime/internal/sysDavid Chase
2019-11-01[dev.link] all: merge branch 'master' into dev.linkThan McIntosh
2019-10-31runtime/internal/atomic: add tests for And8 and Or8Michael Munday
2019-10-29runtime/internal/atomic: add Store8Austin Clements
2019-10-21[dev.link] cmd/link: do not put static symbols into name lookup tableCherry Zhang
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-06-06runtime/internal/atomic: remove erroneous ABI wrappersAustin Clements
2019-06-06runtime/internal/atomic: export more ABI0 wrappersAustin Clements
2019-06-06runtime: mark all Go symbols called from assembly in other packagesAustin Clements
2019-06-06cmd/compile, runtime: make atomic loads/stores sequentially consistent on s390xMichael Munday
2019-05-22all: shorten some testsRuss Cox
2019-05-03cmd/compile,runtime/internal/atomic: add Load8Austin Clements
2019-05-03runtime: remove sys.HugePageSizeMichael Anthony Knyszek
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-17runtime/internal/atomic: remove bad go:noescape annotations on LoadpMatthew Dempsky
2019-04-16runtime/internal/atomic: fix s390x's StorepNoWB implementationMatthew Dempsky
2019-04-02runtime/internal/atomic: fix wasm's StorepNoWB implementationMatthew Dempsky
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2018-11-05runtime/internal/sys: regenerate zgoos_*.go filesTobias Klauser
2018-10-23cmd/compile, runtime: add new lightweight atomics for ppc64xCarlos Eduardo Seo
2018-10-15cmd/compile: add intrinsics for runtime/internal/math on 386 and amd64Martin Möhrmann
2018-10-15runtime/internal/math: add multiplication with overflow checkMartin Möhrmann
2018-09-28go/build, runtime/internal/sys: add GOOS=aixClément Chigot
2018-08-24runtime: replace sys.CacheLineSize by corresponding internal/cpu const and varsMartin Möhrmann