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_mipsx.go
Age
Commit message (
Expand
)
Author
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2023-10-24
runtime/internal/atomic: add memory barrier for mips Cas on failure
Mauri de Souza Meneguzzo
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
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-10-16
runtime/internal/atomic: panic nicely on unaligned 64-bit atomics
Austin Clements
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-17
runtime/internal/atomic: remove bad go:noescape annotations on Loadp
Matthew Dempsky
2018-10-23
cmd/compile, runtime: add new lightweight atomics for ppc64x
Carlos Eduardo Seo
2018-08-24
runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars
Martin Möhrmann
2018-02-13
runtime: fix typo in comment
Yasuhiro Matsumoto
2016-11-22
runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS
Cherry Zhang
2016-11-03
runtime/internal/atomic: add GOARCH=mips{,le} support
Vladimir Stefanovic