summaryrefslogtreecommitdiff
path: root/src/cmd/6c
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg7-70/+64
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-1/+1
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg10-93/+311
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý5-48/+73
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý13-0/+8543
2011-09-13Imported Upstream version 60Ondřej Surý13-8546/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý2-1/+2
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý2-4/+6
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ý10-56/+66
2010-03-26fix spelling of alignRob Pike1-1/+1
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-19issue 608Ken Thompson1-0/+1
2010-03-04cc: disallow ... argument unless NOSPLIT is set.Russ Cox1-2/+6
2010-01-27change print print buffer sizeKen Thompson1-3/+3
2009-12-09Continuation of issue 221 fix. When 8g or 6g or 5g are called with aCharles L. Dorian1-1/+1
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-08-24ffi -> dynld.Russ Cox1-10/+8
2009-08-24first attempt at real FFI support.Russ Cox1-0/+13
2009-08-13fix buildRob Pike1-1/+1
2009-08-12silence gcc warningRuss Cox1-0/+1
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-2/+1
2009-07-13compilers were inconsistent aboutRuss Cox3-12/+14
2009-07-07move 6c/pgen.c, 6c/pswt.c into ccRuss Cox6-759/+21
2009-04-10bug in stack size used inKen Thompson1-1/+1
2009-01-29optimizer bug w STOstringKen Thompson1-3/+19
2009-01-27pragma textflagKen Thompson1-1/+3
2008-11-116c bug with large constantsKen Thompson1-0/+11
2008-10-20fix compiler warningsRuss Cox1-1/+1
2008-08-03Use a single Make.conf for setting CC, etc.Russ Cox1-4/+2
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox9-144/+144
2008-07-12morestack magic numberKen Thompson2-7/+60
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike1-2/+2
2008-06-11tweaks in clean rules and dependenciesRob Pike1-1/+1
2008-06-11convert from mk to makeRob Pike2-2/+45
2008-06-05goos and goarchKen Thompson1-1/+1
2008-06-04Add compiler source to new directory structureRob Pike13-0/+9113