index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
internal
/
atomic
/
atomic_wasm.go
Age
Commit message (
Expand
)
Author
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-11-22
runtime/internal/atomic: deduplicate And/Or code on wasm
Mauri de Souza Meneguzzo
2023-09-13
runtime/internal/atomic: add wasm And/Or operators
Mauri de Souza Meneguzzo
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-04-05
runtime: extend internal atomics to comply with sync/atomic
Ruslan Andreev
2020-10-23
runtime/internal/atomic: add 32-bit And/Or
Michael Pratt
2020-10-21
cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64
Paul E. Murphy
2020-08-23
runtime: implement StorepNoWB for wasm in assembly
Keith Randall
2019-10-29
runtime/internal/atomic: add Store8
Austin Clements
2019-06-06
runtime: mark all Go symbols called from assembly in other packages
Austin Clements
2019-05-03
cmd/compile,runtime/internal/atomic: add Load8
Austin Clements
2019-04-02
runtime/internal/atomic: fix wasm's StorepNoWB implementation
Matthew Dempsky
2018-10-23
cmd/compile, runtime: add new lightweight atomics for ppc64x
Carlos Eduardo Seo
2018-05-08
runtime: add js/wasm architecture
Richard Musiol