summaryrefslogtreecommitdiff
path: root/src/cmd/cc/lexbody
Commit message (Expand)AuthorAgeFilesLines
* [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-281-0/+25
* cmd/cc, cmd/gc: update compilers, assemblers for liblink changesRuss Cox2013-12-161-1/+1
* cmd/5a, cmd/6a, cmd/8a: use liblinkRuss Cox2013-12-081-70/+4
* build: remove various uses of C undefined behaviorRuss Cox2013-09-091-4/+4
* cmd/cc: fix lexbody for negative charsRuss Cox2013-06-101-2/+2
* all: fix typosShenghou Ma2013-06-091-1/+1
* cmd/cc, cmd/ld: do not overflow strings in symbol lookup.R?my Oudompheng2013-03-251-1/+1
* cmd/cgo, cmd/ld: new cgo object file sectionRuss Cox2013-03-011-15/+2
* cmd/cc: allow to call nested packages from within C codeDmitriy Vyukov2012-08-041-1/+6
* cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma2012-05-051-0/+7
* ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox2012-02-211-0/+7
* 8a: fixes for Plan 9 buildLucio De Re2011-06-271-3/+3
* 5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocationsJeff R. Allen2011-01-191-29/+14
* Add support for #pragma dynexport.Ian Lance Taylor2010-03-231-0/+7
* Rename dynld to dynimport throughout.Ian Lance Taylor2010-03-221-1/+1
* 5a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D optionsDean Prichard2010-02-051-5/+4
* avoid overflow of symb buffer in 5a/6a/8a/5c/6c/8cDean Prichard2010-01-281-2/+18
* cc: correct handling of leading ?Russ Cox2010-01-251-6/+7
* eliminate the package global name space assumption in object filesRuss Cox2010-01-221-1/+7
* cleanup toward eliminating package global name spaceRuss Cox2010-01-191-0/+11
* two more if(h<0) that gcc 4.3 -O2 miscompilesRuss Cox2009-11-231-2/+1
* ffi -> dynld.Russ Cox2009-08-241-8/+1
* first attempt at real FFI support.Russ Cox2009-08-241-0/+14
* move pragtextflag into lexbodyRuss Cox2009-03-201-0/+7
* fix 6a line number bug -Russ Cox2009-01-051-3/+1
* make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox2008-08-031-7/+7
* middle dot as alpha package separatorKen Thompson2008-06-241-3/+13
* Add compiler source to new directory structureRob Pike2008-06-041-0/+723