aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/atomic
AgeCommit message (Expand)Author
2022-12-17cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...Guoqi Chen
2022-10-29runtime/internal/atomic: enable atomic 64bit types for all functions on linux...Guoqi Chen
2022-10-18runtime/internal/atomic: add write barrier-enabled pointer atomicsRuss Cox
2022-08-26runtime: mark all methods of atomic types with go:nosplitAndy Pan
2022-08-19runtime/internal/atomic: remove double-check in kernelcas on linux/armTobias Klauser
2022-08-12runtime: mark atomic methods which call nosplit functions as nosplitCuong Manh Le
2022-08-08runtime/internal/atomic: add Pointer[T] typeAustin Clements
2022-05-19runtime/internal/atomic: add atomic support for loong64Xiaodong Liu
2022-05-13runtime/internal/atomic: align 64-bit types to 8 bytes everywhereMichael Anthony Knyszek
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-03-31runtime/internal/atomic: add BoolMichael Anthony Knyszek
2022-02-25runtime/internal/atomic: set SP delta correctly for 64-bit atomic functions o...Cherry Mui
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-06all: remove more leftover // +build linesTobias Klauser
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-20runtime/internal/atomic: add atomic types for all functionsMichael Anthony Knyszek
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-28runtime/internal/atomic: drop Cas64 pointer indirection in commentsMia Zhu
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
2021-06-22runtime/internal/atomic: remove incorrect pointer indirection in commentXing Gao
2021-06-17[dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia...Michael Anthony Knyszek
2021-06-02[dev.typeparams] cmd/compile: add dictionary argument to generic functionsKeith Randall
2021-06-02runtime: fix formattingKeith Randall
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-05runtime: extend internal atomics to comply with sync/atomicRuslan Andreev
2021-02-20all: go fmt std cmd (but revert vendor)Russ 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-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-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-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