summaryrefslogtreecommitdiff
path: root/src/cmd/gc/obj.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Imported Upstream version 2011.02.15Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-26/+81
2010-06-14gc: no more ...Russ Cox1-4/+6
2010-04-11gc: distinguish fatal compiler bug from error+exitRuss Cox1-2/+5
2010-01-22eliminate the package global name space assumption in object filesRuss Cox1-5/+3
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-4/+6
2009-11-15gc: five bug fixes, one better error.Russ Cox1-2/+10
2009-08-136g/6l: add go type information to symbol table.Russ Cox1-0/+2
2009-08-04make Syms smaller.Russ Cox1-13/+9
2009-07-076g, 8g: generate data structures for new reflect interface (CL 31107)Russ Cox1-412/+1
2009-07-06various 6g cleanup:Russ Cox1-2/+32
2009-06-06gc: grammar cleanup:Russ Cox1-5/+8
2009-06-04more 8g progress.Russ Cox1-1/+1
2009-05-08eqtype(t1, t2, 0) => eqtype(t1, t2)Russ Cox1-1/+1
2009-05-07if a struct s contains an anonymous interface valueRuss Cox1-2/+2
2009-05-066g: new interface rules (code got simpler!)Russ Cox1-43/+38
2009-05-066g: generate string data as individual symbols,Russ Cox1-37/+1
2009-04-13fix stringrange testRuss Cox1-1/+0
2009-04-09change representation of stringsKen Thompson1-6/+11
2009-04-02type n t;Russ Cox1-0/+1
2009-03-30move portable object routines (especiallyRuss Cox1-0/+585