summaryrefslogtreecommitdiff
path: root/src/cmd/8c
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-9/+2
* cmd/5c, cmd/6c, cmd/8c: record arg size for every callRuss Cox2013-07-164-2/+20
* all: fix typosShenghou Ma2013-06-092-2/+2
* 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, cmd/8c: cut stack frames by about halfRuss Cox2013-02-181-2/+2
* cmd/8c: disable use of prefetch with GO386=387Russ Cox2013-02-131-0/+3
* cmd/6c, cmd/8c: fix print format for ProgAnthony Martin2013-01-181-20/+35
* cmd/6c: Optimize rotate expressions to use rotate instructions.Matthew Dempsky2013-01-182-0/+20
* cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/ld: update referenceCarl Shapiro2013-01-181-1/+1
* cmd/6c, cmd/8c: add fixjmp step to regopt.R?my Oudompheng2012-12-062-2/+156
* cmd/6c, cmd/8c: use signed char explicitly in mul.cR?my Oudompheng2012-11-091-4/+4
* cmd/8c: better fix for 64-bit register smashRuss Cox2012-05-242-28/+22
* 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/+23
* cmd/8c: fix store to complex uint64 ptrRuss Cox2012-04-101-0/+27
* 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-34/+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-1/+34
* 5c, 6c, 8c: support 64-bit switch valueAnthony Martin2011-12-142-2/+23
* undo CL 5485063 / 21595dc0395aRuss Cox2011-12-141-45/+5
* 8c: handle 64-bit switch valueRuss Cox2011-12-141-5/+45
* 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
* 8c: fixes for Plan 9 buildLucio De Re2011-07-012-2/+4
* cc: nit: silence comment warningsDave Cheney2011-06-191-1/+1
* build: use gcc -WerrorRuss Cox2011-04-132-1/+5
* 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/+27
* various: avoid %ld etcRuss Cox2010-10-134-12/+12
* 6c, 8c: show line numbers in -S outputRuss Cox2010-09-101-9/+21
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-15/+6
* amd64: use segment memory for thread-local storageRuss Cox2010-08-041-1/+0
* fix spelling of alignRob Pike2010-03-261-2/+2
* make alignment rules match 8g, just like 6c matches 6g.Russ Cox2010-03-251-2/+4
* Add support for #pragma dynexport.Ian Lance Taylor2010-03-231-2/+5
* Rename dynld to dynimport throughout.Ian Lance Taylor2010-03-221-4/+4
* cc: disallow ... argument unless NOSPLIT is set.Russ Cox2010-03-041-1/+9
* change print print buffer sizeKen Thompson2010-01-271-3/+3
* 8c: only refer to extern register variables in MOVL instructionsRuss Cox2010-01-062-1/+8
* Continuation of issue 221 fix. When 8g or 6g or 5g are called with aCharles L. Dorian2009-12-091-1/+1