summaryrefslogtreecommitdiff
path: root/src/cmd/6c/sgen.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+485
2011-09-13Imported Upstream version 60Ondřej Surý1-485/+0
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-0/+4
2010-03-04cc: disallow ... argument unless NOSPLIT is set.Russ Cox1-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-07move 6c/pgen.c, 6c/pswt.c into ccRuss Cox1-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-04Add compiler source to new directory structureRob Pike1-0/+465
SVN=121164