Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -10/+26 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+588 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -588/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -2/+2 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -1/+1 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -14/+24 | |
2010-03-26 | fix spelling of align | Rob Pike | 1 | -2/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/778041 | |||||
2010-03-25 | make alignment rules match 8g, just like 6c matches 6g. | Russ Cox | 1 | -2/+4 | |
R=ken2 CC=golang-dev http://codereview.appspot.com/760042 | |||||
2010-03-23 | Add support for #pragma dynexport. | Ian Lance Taylor | 1 | -2/+5 | |
R=rsc CC=golang-dev http://codereview.appspot.com/661043 | |||||
2010-03-22 | Rename dynld to dynimport throughout. | Ian Lance Taylor | 1 | -4/+4 | |
Cgo users will need to rerun cgo. R=rsc CC=golang-dev http://codereview.appspot.com/692041 | |||||
2009-09-30 | cgo working on linux/386 | Russ Cox | 1 | -0/+11 | |
R=r DELTA=70 (47 added, 4 deleted, 19 changed) OCL=35167 CL=35171 | |||||
2009-07-07 | move 6c/pgen.c, 6c/pswt.c into cc | Russ Cox | 1 | -128/+0 | |
and make 5c, 8c use them. centralizes reachability analysis and switch generation. now 8c doesn't have spurious warnings in pkg/runtime. R=ken OCL=31266 CL=31266 | |||||
2009-03-20 | update 8a, 8c, 8l to use new object format. | Russ Cox | 1 | -1/+14 | |
add "extern register" support to 8c. extern register means allocate in the FS-relative segment. make 8l generate segmented stack checks. R=ken OCL=26600 CL=26606 | |||||
2009-01-06 | make 8a, 8c, 8l build in go environment. | Russ Cox | 1 | -23/+23 | |
,s/int32/long/g in 8a, 8c, 8l. delete dead code. move enam.c, 8.out.h, mkenam from 8c to 8l. R=r DELTA=1850 (581 added, 983 deleted, 286 changed) OCL=22119 CL=22129 | |||||
2009-01-06 | 8a, 8c, and 8l from inferno distribution | Russ Cox | 1 | -0/+677 | |
R=r DELTA=19539 (19539 added, 0 deleted, 0 changed) OCL=22109 CL=22109 |