summaryrefslogtreecommitdiff
path: root/src/cmd/6c/gc.h
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+408
2011-09-13Imported Upstream version 60Ondřej Surý1-407/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-0/+1
2009-07-07move 6c/pgen.c, 6c/pswt.c into ccRuss Cox1-8/+3
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-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox1-42/+42
these guys really really want long to be 32-bits, so ,s/long/int32/ (and then manual fixup). still passes all tests. (i started out looking for just those longs that needed to be int32 instead, and it was just too hard to track them down one by one.) the longs were rare enough that i don't think it will cause integration problems. R=ken OCL=13787 CL=13789
2008-06-04Add compiler source to new directory structureRob Pike1-0/+411
SVN=121164