summaryrefslogtreecommitdiff
path: root/src/cmd/cc
Commit message (Expand)AuthorAgeFilesLines
* various: avoid %ld etcRuss Cox2010-10-137-31/+31
* build: test for _WIN32, not _MINGW32Joe Poirier2010-09-081-1/+1
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-16/+5
* amd64: use segment memory for thread-local storageRuss Cox2010-08-041-3/+3
* fix spelling of alignRob Pike2010-03-263-7/+7
* cc: fix typoRuss Cox2010-03-241-1/+1
* Add support for #pragma dynexport.Ian Lance Taylor2010-03-234-0/+51
* Rename dynld to dynimport throughout.Ian Lance Taylor2010-03-224-14/+14
* cc: disallow ... argument unless NOSPLIT is set.Russ Cox2010-03-041-0/+1
* cc: use "cpp" anywhere in path, not "/bin/cpp"Giles Lean2010-02-161-1/+1
* bug fix in 6c/8c/5c mis-alignedKen Thompson2010-02-091-16/+17
* 5a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D optionsDean Prichard2010-02-053-17/+17
* avoid overflow of symb buffer in 5a/6a/8a/5c/6c/8cDean Prichard2010-01-284-5/+42
* cc: correct handling of leading ?Russ Cox2010-01-252-9/+11
* eliminate the package global name space assumption in object filesRuss Cox2010-01-222-2/+15
* cleanup toward eliminating package global name spaceRuss Cox2010-01-192-0/+22
* 8l: add support for PE output.Hector Chu2009-12-131-1/+4
* cmd/cc: change getquoted() to accept whitespaces.Sergio Luis O. B. Correia2009-11-231-1/+1
* two more if(h<0) that gcc 4.3 -O2 miscompilesRuss Cox2009-11-231-2/+1
* cmd/cc: Fix -I switch to handle a path with blankspaces correctlySergio Luis O. B. Correia2009-11-171-10/+2
* cc: drop redundant strcpyRuss Cox2009-11-151-2/+0
* cc: eliminate two fixed-size buffersRuss Cox2009-11-142-25/+25
* yet another attempt to avoid conflicts withRuss Cox2009-11-122-1/+5
* cc, ld: fix more gcc 4.3 -O2 compile bugsRuss Cox2009-11-121-2/+1
* fix BUFSIZ redeclaration warningsRuss Cox2009-11-111-1/+1
* cc: correct handling of allocn(0, 1, d)Russ Cox2009-11-111-2/+1
* getc/ungetc in assemblers; BUFSIZ everywhere.Russ Cox2009-11-111-0/+1
* avoid clash with stdio's getc, ungetc.Russ Cox2009-11-111-0/+3
* tweak documentation of commandsRuss Cox2009-11-091-2/+2
* with rsc: argsize rounding to 8 smashes stack data on 32bit machines.Kai Backman2009-11-061-1/+5
* more command documentation, including nm and profRob Pike2009-11-031-0/+11
* clean moreRuss Cox2009-10-031-1/+1
* c compiler bug tickled byRuss Cox2009-09-301-0/+8
* allow runes >= 0x80 in symbols in #pragmasRuss Cox2009-09-241-2/+2
* ffi -> dynld.Russ Cox2009-08-244-55/+15
* first attempt at real FFI support.Russ Cox2009-08-244-17/+126
* fix bug in codegen when we modified move instruction insteadKai Backman2009-07-131-2/+1
* compilers were inconsistent aboutRuss Cox2009-07-131-7/+7
* move 6c/pgen.c, 6c/pswt.c into ccRuss Cox2009-07-071-0/+591
* bug in stack size used inKen Thompson2009-04-101-550/+0
* throw away most of the compat.h compatibility layerRuss Cox2009-03-243-33/+72
* update 8a, 8c, 8l to use new object format.Russ Cox2009-03-203-0/+7
* move pragtextflag into lexbodyRuss Cox2009-03-201-0/+7
* 6c: byte* - byte* should be int64, not int32.Russ Cox2009-02-051-1/+1
* pragma textflagKen Thompson2009-01-274-17/+10
* make acid build with bison.Russ Cox2009-01-061-4/+1
* fix 6a line number bug -Russ Cox2009-01-051-3/+1
* add cov, prof to default build; clean up compiler warningsRuss Cox2008-11-141-1/+1
* better yacc rule in MakefileRuss Cox2008-09-221-1/+1
* make Makefiles safe for parallel makeRuss Cox2008-09-181-1/+4