summaryrefslogtreecommitdiff
path: root/src/cmd/cc/dcl.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] cmd/5c, cmd/6c, cmd/8c, cmd/cc: removeRuss Cox2014-11-101-1707/+0
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-241-3/+6
* cmd/cc, runtime: preserve C runtime type names in generated GoRuss Cox2014-08-271-0/+4
* cmd/cc, runtime: convert C compilers to use Go calling conventionRuss Cox2014-08-271-1/+2
* cmd/cc, runtime: eliminate use of the unnamed substructure C extensionPeter Collingbourne2014-08-071-6/+3
* cmd/cc: support 21-bit runes in wide string constantsAnthony Martin2013-06-041-1/+1
* cmd/cc: reject unions containing pointersDaniel Morsing2013-05-221-0/+25
* libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return valueShenghou Ma2012-11-271-0/+4
* ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox2012-02-211-0/+4
* 8c: fixes for Plan 9 buildLucio De Re2011-07-011-0/+1
* cc: nit: silence comment warningsDave Cheney2011-06-191-1/+0
* cc: mode to generate go-code for types and variables.Luuk van Dijk2011-01-251-0/+4
* cc: remove pickle generation code.Luuk van Dijk2011-01-211-2/+0
* gc: align structs according to max alignment of fieldsRuss Cox2010-12-131-13/+16
* various: avoid %ld etcRuss Cox2010-10-131-5/+5
* fix spelling of alignRob Pike2010-03-261-2/+2
* make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox2008-08-031-17/+17
* Add compiler source to new directory structureRob Pike2008-06-041-0/+1664