summaryrefslogtreecommitdiff
path: root/src/cmd/6c
Commit message (Expand)AuthorAgeFilesLines
* runtime: use funcdata to supply garbage collection informationRuss Cox2013-07-191-0/+2
* runtime: cleanup: use ArgsSizeUnknown to mark all functionsKeith Randall2013-07-191-10/+1
* cmd/5c, cmd/6c, cmd/8c: record arg size for every callRuss Cox2013-07-164-3/+23
* all: fix typosShenghou Ma2013-06-092-2/+2
* cmd/6c: use full 64-bit address in block copyRuss Cox2013-06-051-5/+5
* cmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflagAnthony Martin2013-06-041-4/+10
* cmd/6c, cmd/8c: avoid generating long multiplication when not necessary.R?my Oudompheng2013-06-041-2/+3
* cmd/6c, cmd/8c: fix stack allocated Biobuf leaking at exitDave Cheney2013-03-201-1/+1
* cmd/cgo, cmd/ld: new cgo object file sectionRuss Cox2013-03-011-13/+3
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+3
* cmd/6c: fix buildRuss Cox2013-02-181-1/+1
* cmd/6c, cmd/8c: cut stack frames by about halfRuss Cox2013-02-181-2/+2
* cmd/6c, cmd/6g: add flag to support large-model code generationElias Naur2013-02-011-1/+4
* cmd/6c, cmd/8c: fix print format for ProgAnthony Martin2013-01-181-29/+24
* cmd/6c: Optimize rotate expressions to use rotate instructions.Matthew Dempsky2013-01-182-0/+22
* cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/ld: update referenceCarl Shapiro2013-01-181-1/+1
* cmd/6c: Improve peep hole optimization of rotate and shift instructions.Matthew Dempsky2013-01-181-14/+19
* cmd/6c, cmd/8c: add fixjmp step to regopt.R?my Oudompheng2012-12-062-1/+132
* cmd/6c, cmd/8c: use signed char explicitly in mul.cR?my Oudompheng2012-11-091-4/+4
* cmd/{5g,6g,8g,6c}: remove unused macro, use %E to print etype.R?my Oudompheng2012-09-241-2/+0
* cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automaticallyShenghou Ma2012-05-051-0/+4
* cmd/cc: add PREFETCH built-in (like SET, USED)Russ Cox2012-05-024-0/+22
* 6c, 6g, 6l: add MOVQL to make truncation explicitRuss Cox2012-04-103-28/+43
* cmd/6c: fix probable code gen bugRuss Cox2012-04-101-1/+1
* 5c, 6c, 8c: take GOROOT_FINAL into considerationShenghou Ma2012-04-041-0/+31
* ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox2012-02-211-0/+2
* 5c, 6c, 8c, 6g, 8g: correct boundary checkingShenghou Ma2012-02-151-1/+1
* build: delete make paraphernaliaRuss Cox2012-02-061-33/+2
* gc, cc: avoid using the wrong library when building the compilersAnthony Martin2012-02-011-1/+1
* build: move the "-c" flag into HOST_CFLAGSAnthony Martin2012-01-311-1/+1
* go: move compilers into the go-tool directoryRob Pike2012-01-301-1/+1
* 6c, 8c: make floating point code NaN-safeRuss Cox2012-01-261-3/+45
* 5c, 6c, 8c: support 64-bit switch valueAnthony Martin2011-12-142-2/+18
* cc: change cas to newcaseRon Minnich2011-10-261-1/+1
* 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file pathsHector Chu2011-09-071-8/+4
* 5c, 6c, 6l: fix Plan 9 build warningsLucio De Re2011-08-161-6/+2
* 6a, 6c, 6l: fix for Plan 9 buildLucio De Re2011-07-152-2/+3
* 5c, 6c: fix buildRuss Cox2011-07-011-0/+1
* cc: nit: silence comment warningsDave Cheney2011-06-191-1/+1
* build: use gcc -WerrorRuss Cox2011-04-132-4/+6
* gc, ld: detect stale or incompatible object filesRuss Cox2011-02-031-1/+1
* gc: align structs according to max alignment of fieldsRuss Cox2010-12-133-17/+24
* 6c: automatically #define _64BIT.Ian Lance Taylor2010-11-181-0/+1
* various: avoid %ld etcRuss Cox2010-10-134-10/+10
* 6c, 8c: show line numbers in -S outputRuss Cox2010-09-101-7/+8
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-15/+6
* amd64: use segment memory for thread-local storageRuss Cox2010-08-044-7/+17
* fix spelling of alignRob Pike2010-03-261-1/+1
* Add support for #pragma dynexport.Ian Lance Taylor2010-03-231-2/+5
* Rename dynld to dynimport throughout.Ian Lance Taylor2010-03-221-4/+4