- 20 Aug, 2010 1 commit
-
-
Ken Thompson authored
from the builtin structures (strings, slices, interfaces) R=rsc CC=golang-dev https://golang.org/cl/2007043
-
- 14 Aug, 2010 1 commit
-
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/1942043
-
- 12 Aug, 2010 1 commit
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1960042
-
- 03 Aug, 2010 1 commit
-
-
Russ Cox authored
move constant index checking to front end x[2:1] is a compile-time error now too R=ken2 CC=golang-dev https://golang.org/cl/1848056
-
- 15 Jul, 2010 2 commits
-
-
Russ Cox authored
Fixes #846. R=ken2 CC=golang-dev https://golang.org/cl/1862042
-
Russ Cox authored
Fixes #894. R=ken2 CC=golang-dev https://golang.org/cl/1701051
-
- 24 May, 2010 1 commit
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1278042
-
- 02 Apr, 2010 1 commit
-
-
Russ Cox authored
R=ken2, r CC=golang-dev https://golang.org/cl/871042
-
- 31 Mar, 2010 1 commit
-
-
Russ Cox authored
R=ken2, r, ken3 CC=golang-dev https://golang.org/cl/831042
-
- 27 Mar, 2010 1 commit
-
-
Russ Cox authored
Fixes #186. R=ken2 CC=golang-dev https://golang.org/cl/793041
-
- 08 Mar, 2010 1 commit
-
-
Russ Cox authored
Fixes #654. R=ken2 CC=golang-dev https://golang.org/cl/310041
-
- 05 Mar, 2010 1 commit
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/255042
-
- 23 Jan, 2010 1 commit
-
-
Russ Cox authored
5g/6g/8g: add import statements to export metadata, mapping package path to package name. recognize "" as the path of the package in export metadata. use "" as the path of the package in object symbol names. 5c/6c/8c, 5a/6a/8a: rewrite leading . to "". so that ·Sin means Sin in this package. 5l/6l/8l: rewrite "" in symbol names as object files are read. gotest: handle new symbol names. gopack: handle new import lines in export metadata. Collectively, these changes eliminate the assumption of a global name space in the object file formats. Higher level pieces such as reflect and the computation of type hashes still depend on the assumption; we're not done yet. R=ken2, r, ken3 CC=golang-dev https://golang.org/cl/186263
-
- 04 Dec, 2009 1 commit
-
-
Ken Thompson authored
R=rsc https://golang.org/cl/166052
-
- 20 Nov, 2009 1 commit
-
-
Russ Cox authored
* add runtime sliceslice1 for x[lo:] * remove runtime arraytoslice, rewriting &arr into arr[0:len(arr)]. * port cgen_inline into 8g, 5g. * use native memmove in maps R=ken2 https://golang.org/cl/157106
-
- 02 Nov, 2009 1 commit
-
-
Russ Cox authored
fix nil pointer check in 6g. was dereferencing after the ADD; dereference before instead. R=ken@golang.org CC=iant http://go/go-review/1016022
-
- 20 Oct, 2009 1 commit
-
-
Russ Cox authored
R=ken OCL=35919 CL=35919
-
- 22 Sep, 2009 1 commit
-
-
Ken Thompson authored
R=rsc OCL=34871 CL=34871
-
- 18 Sep, 2009 1 commit
-
-
Russ Cox authored
hook up to 8g and 5g too. R=ken OCL=34768 CL=34768
-
- 11 Sep, 2009 1 commit
-
-
Russ Cox authored
delay calls to savex as long as possible. R=ken OCL=34535 CL=34546
-
- 10 Sep, 2009 1 commit
-
-
Ken Thompson authored
init function context. also moved composit literal code from walk.c to sinit.c R=rsc OCL=34503 CL=34503
-
- 09 Sep, 2009 1 commit
-
-
Russ Cox authored
R=ken OCL=34465 CL=34470
-
- 06 Sep, 2009 1 commit
-
-
Ken Thompson authored
plateau - more to come R=rsc OCL=34413 CL=34413
-
- 30 Aug, 2009 1 commit
-
-
Ken Thompson authored
very large functions. R=r OCL=34080 CL=34080
-
- 28 Aug, 2009 4 commits
-
-
Ken Thompson authored
R=rsc OCL=34058 CL=34058
-
Ken Thompson authored
R=rsc OCL=34050 CL=34050
-
Ken Thompson authored
R=rsc OCL=34047 CL=34047
-
Ken Thompson authored
R=rsc OCL=34041 CL=34041
-
- 27 Aug, 2009 2 commits
-
-
Ken Thompson authored
R=rsc OCL=33987 CL=33987
-
Ken Thompson authored
R=rsc OCL=33974 CL=33974
-
- 12 Aug, 2009 1 commit
-
-
Russ Cox authored
8g: save AX/DX around div R=ken OCL=33094 CL=33096
-
- 10 Aug, 2009 2 commits
-
-
Russ Cox authored
R=ken OCL=32975 CL=32975
-
Ken Thompson authored
R=rsc OCL=32971 CL=32971
-
- 09 Aug, 2009 1 commit
-
-
Ken Thompson authored
2. moved functions from 6g to gc for portability to other families. 3. added rotate-carry instructions to peek and reg. R=rsc OCL=32946 CL=32946
-
- 08 Aug, 2009 3 commits
-
-
Ken Thompson authored
only need to fix up certain denominators R=rsc OCL=32928 CL=32928
-
Ken Thompson authored
still to do - overflow, mod R=rsc OCL=32927 CL=32927
-
Ken Thompson authored
no real change -- disabled because of bugs R=rsc OCL=32923 CL=32923
-
- 07 Aug, 2009 1 commit
-
-
Ken Thompson authored
R=rsc OCL=32858 CL=32858
-
- 05 Aug, 2009 2 commits