summaryrefslogtreecommitdiff
path: root/src/cmd/cc/dcl.c
AgeCommit message (Collapse)AuthorFilesLines
2012-02-29Imported Upstream version 2012.02.22Ondřej Surý1-0/+4
2011-07-18Imported Upstream version 2011.07.07Ondřej Surý1-0/+1
2011-06-28Imported Upstream version 2011.06.23upstream-weekly/2011.06.23Ondřej Surý1-1/+0
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+4
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-18/+21
2010-03-26fix spelling of alignRob Pike1-2/+2
R=rsc CC=golang-dev http://codereview.appspot.com/778041
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox1-17/+17
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/+1664
SVN=121164