aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal/atomic/asm_amd64.s
AgeCommit message (Expand)Author
2021-04-05runtime: extend internal atomics to comply with sync/atomicRuslan Andreev
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
2019-10-29runtime/internal/atomic: add Store8Austin Clements
2018-10-23cmd/compile, runtime: add new lightweight atomics for ppc64xCarlos Eduardo Seo
2016-08-25cmd/compile: inline atomics from runtime/internal/atomic on amd64Keith Randall
2016-08-25all: fix assembly vet issuesJosh Bleecher Snyder
2016-07-14runtime/internal/atomic: fix assembly arg sizesJosh Bleecher Snyder
2016-04-13runtime/internal/atomic: rename Storep1 to StorepNoWBAustin Clements
2015-11-10runtime: break atomics out into package runtime/internal/atomicMichael Matloob