Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+485 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -485/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -0/+4 | |
2010-03-04 | cc: disallow ... argument unless NOSPLIT is set. | Russ Cox | 1 | -2/+6 | |
check that NOSPLIT functions don't use too much stack. correct some missing NOSPLITs in the runtime library. Fixes bug reported in https://groups.google.com/group/golang-nuts/t/efff68b73941eccf R=ken2 CC=golang-dev http://codereview.appspot.com/236041 | |||||
2009-07-07 | move 6c/pgen.c, 6c/pswt.c into cc | Russ Cox | 1 | -0/+12 | |
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 | |||||
2008-06-04 | Add compiler source to new directory structure | Rob Pike | 1 | -0/+465 | |
SVN=121164 |