An error occurred fetching the project authors.
- 13 Aug, 2013 1 commit
-
-
Dmitriy Vyukov authored
Fixes #5722. R=golang-dev, khr, cshapiro, rsc, r CC=golang-dev https://golang.org/cl/12670045
-
- 12 Aug, 2013 2 commits
-
-
Dmitriy Vyukov authored
Fixes #6098. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12717043
-
Keith Randall authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12774043
-
- 01 Apr, 2013 1 commit
-
-
Shenghou Ma authored
use MOVW.NE instead of BEQ and MOVW. R=golang-dev, dave, rsc, daniel.morsing CC=golang-dev https://golang.org/cl/7718043
-
- 07 Oct, 2012 1 commit
-
-
Dmitriy Vyukov authored
This is a part of a bigger change that adds data race detection feature: https://golang.org/cl/6456044 R=rsc, remyoudompheng CC=gobot, golang-dev https://golang.org/cl/6536059
-
- 12 Sep, 2012 1 commit
-
-
Nigel Tao authored
Rename the first argument of CompareAndSwapT and AddT s/val/addr/ for consistency with LoadT and StoreT. R=rsc, r, dvyukov CC=golang-dev https://golang.org/cl/6494112
-
- 08 Sep, 2011 1 commit
-
-
Dmitriy Vyukov authored
R=rsc CC=golang-dev https://golang.org/cl/4977054
-
- 10 Jun, 2011 1 commit
-
-
Andrew Gerrand authored
R=r, rsc CC=golang-dev https://golang.org/cl/4571059
-
- 02 Jun, 2011 1 commit
-
-
Russ Cox authored
The LDREXD and STREXD instructions require aligned addresses, and the ARM stack is not guaranteed to be aligned during the check. This may cause other problems later (on the ARM not all 64-bit pointers may be 64-bit aligned) but at least the check is correct now. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4564053
-
- 28 Mar, 2011 1 commit
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/4313051
-
- 25 Feb, 2011 1 commit
-
-
Russ Cox authored
Fixes #170. R=gri, iant, r, r2 CC=golang-dev https://golang.org/cl/4241041
-