- 24 May, 2010 1 commit
-
-
Andrew Gerrand authored
R=rsc, r CC=golang-dev https://golang.org/cl/1268041
-
- 23 May, 2010 3 commits
-
-
Evan Shaw authored
I have no idea how that got in there. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1240046
-
Evan Shaw authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/1266042
-
Nigel Tao authored
R=rsc, r CC=golang-dev https://golang.org/cl/1267041
-
- 22 May, 2010 5 commits
-
-
Robert Griesemer authored
apply gofmt to src, misc Fixes #752. R=rsc CC=golang-dev https://golang.org/cl/1240044
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1231044
-
Russ Cox authored
R=dho CC=golang-dev https://golang.org/cl/1257043
-
Devon H. O'Dell authored
R=rsc, iant CC=golang-dev, graeme.perrow https://golang.org/cl/1193046
-
Christopher Wedgwood authored
R=rsc CC=golang-dev https://golang.org/cl/684041
-
- 21 May, 2010 15 commits
-
-
Evan Shaw authored
Implementations are pretty rough and simple at this point, but it's a start. R=gri CC=golang-dev https://golang.org/cl/1250043
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1242045
-
Russ Cox authored
Fixes #780. R=r CC=golang-dev https://golang.org/cl/1221042
-
Russ Cox authored
TBR=nigeltao CC=golang-dev https://golang.org/cl/1262042
-
Russ Cox authored
R=kaib CC=golang-dev https://golang.org/cl/1209047
-
Robert Griesemer authored
always return z for nat.scan R=rsc CC=golang-dev https://golang.org/cl/1236043
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1211047
-
Robert Griesemer authored
forthcoming implementation of big.Rat) R=rsc CC=golang-dev https://golang.org/cl/1229047
-
Russ Cox authored
tweaks & tests of last bug fix too. R=ken2 CC=golang-dev https://golang.org/cl/1207044
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1243044
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/1224044
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/1198046
-
Russ Cox authored
Fixes #793. R=ken2 CC=golang-dev https://golang.org/cl/1249043
-
Ken Thompson authored
cannot allocate an audomatic temp while real registers are allocated. there is a chance that the automatic will be allocated to one of the allocated registers. the fix is to not registerize such variables. R=rsc CC=golang-dev https://golang.org/cl/1202042
-
Michael Hoisie authored
Fixes #783. R=rsc, cw CC=golang-dev https://golang.org/cl/1207043
-
- 20 May, 2010 8 commits
-
-
Roger Peppe authored
R=rsc, r, gri CC=golang-dev https://golang.org/cl/1239043
-
Nigel Tao authored
Time to draw.Draw a 200x200 image fell from 18.4ms (and 1 malloc) to 5.6ms (and 0 mallocs). It's still relatively slow since it assumes nothing about the src or mask images, but it does remove the malloc. There are existing faster, more specialized paths for copies, fills and image glyph masks. Also added a "compare to a slow but obviously correct implementation" check to draw_test.go. R=rsc, r CC=golang-dev https://golang.org/cl/1223044
-
Christopher Wedgwood authored
R=rsc CC=adg, golang-dev, r https://golang.org/cl/1253043
-
Christopher Wedgwood authored
R=rsc CC=adg, golang-dev, r https://golang.org/cl/1257041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1083041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1217046
-
Brad Fitzpatrick authored
R=rsc, r CC=golang-dev https://golang.org/cl/1103041
-
Russ Cox authored
Needed for CL 1103041 and beyond. R=adg, bradfitzpatrick CC=bradfitz, golang-dev https://golang.org/cl/1172042
-
- 19 May, 2010 8 commits
-
-
Robert Griesemer authored
R=r, ken2 CC=golang-dev https://golang.org/cl/1260041
-
Russ Cox authored
Fixes #772. R=ken2 CC=golang-dev https://golang.org/cl/1206043
-
Robert Griesemer authored
- implemented setWord, use it where setUint64 is wrong - divLarge: use fast mulWW, divWW; implemented mulWW, divWW - better assembly code for addMulVVW R=rsc CC=golang-dev https://golang.org/cl/1258042
-
Russ Cox authored
TBR=kaib CC=golang-dev https://golang.org/cl/1256042
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/1230042
-
Michael Hoisie authored
R=rsc, r CC=golang-dev https://golang.org/cl/946045
-
Evan Shaw authored
Previously the compiler would just emit "internal compiler error" when trying to compute the remainder of floats or complex types. R=rsc CC=golang-dev https://golang.org/cl/1243041
-
Charles L. Dorian authored
Uses the SSE2 max, min instructions. Also shorter sqrt_amd64.s R=rsc CC=golang-dev https://golang.org/cl/1216042
-