summaryrefslogtreecommitdiff
path: root/src/cmd/8c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi6-32/+71
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg6-685/+73
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg7-67/+59
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-1/+1
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg9-39/+302
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý5-47/+67
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý14-0/+10733
2011-09-13Imported Upstream version 60Ondřej Surý14-10733/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý3-3/+5
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý2-1/+5
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý8-54/+66
2010-03-26fix spelling of alignRob Pike1-2/+2
2010-03-25make alignment rules match 8g, just like 6c matches 6g.Russ Cox1-2/+4
2010-03-23Add support for #pragma dynexport.Ian Lance Taylor1-2/+5
2010-03-22Rename dynld to dynimport throughout.Ian Lance Taylor1-4/+4
2010-03-04cc: disallow ... argument unless NOSPLIT is set.Russ Cox1-1/+9
2010-01-27change print print buffer sizeKen Thompson1-3/+3
2010-01-068c: only refer to extern register variables in MOVL instructionsRuss Cox2-1/+8
2009-12-09Continuation of issue 221 fix. When 8g or 6g or 5g are called with aCharles L. Dorian1-1/+1
2009-12-018g: fix 386 floating point stack bugCharles L. Dorian1-0/+2
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