summaryrefslogtreecommitdiff
path: root/src/cmd/6c
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-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