summaryrefslogtreecommitdiff
path: root/src/cmd/8c
AgeCommit message (Expand)AuthorFilesLines
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-09tweak documentation of commandsRuss Cox1-1/+1
2009-11-03First steps at command documentation: C compilers and linkers.Rob Pike1-0/+14
2009-10-03clean moreRuss Cox1-1/+1
2009-09-30cgo working on linux/386Russ Cox1-0/+11
2009-09-21convert 386 to use %gs instead of %fs for extern register.Russ Cox1-1/+1
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-2/+1
2009-07-13compilers were inconsistent aboutRuss Cox3-7/+7
2009-07-07move 6c/pgen.c, 6c/pswt.c into ccRuss Cox4-560/+14
2009-06-05use cc provided xlog2 instead of system log2.Russ Cox1-2/+2
2009-05-28better 64-bit handling in 8g.Russ Cox1-12/+12
2009-03-24make 8a, 8c build again.Russ Cox1-1/+1
2009-03-20update 8a, 8c, 8l to use new object format.Russ Cox5-1/+64
2009-01-29optimizer bug w STOstringKen Thompson1-2/+16
2009-01-27pragma textflagKen Thompson1-1/+3
2009-01-06make 8a, 8c, 8l build in go environment.Russ Cox12-748/+185
2009-01-068a, 8c, and 8l from inferno distributionRuss Cox14-0/+11699