| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | runtime/internal/atomic: rename Storep1 to StorepNoWB | Austin Clements | 2016-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Make it clear that the point of this function stores a pointer *without* a write barrier. sed -i -e 's/Storep1/StorepNoWB/' $(git grep -l Storep1) Updates #15270. Change-Id: Ifad7e17815e51a738070655fe3b178afdadaecf6 Reviewed-on: https://go-review.googlesource.com/21994 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org> | ||||
| * | runtime/internal/atomic: added mips64 support. | Yao Zhang | 2015-11-12 | 1 | -0/+56 |
| Change-Id: I2eaf0658771a0ff788429e2f503d116531166315 Reviewed-on: https://go-review.googlesource.com/16834 Reviewed-by: Minux Ma <minux@golang.org> | |||||
