summaryrefslogtreecommitdiff
path: root/src/cmd/6g/gsubr.c
Commit message (Expand)AuthorAgeFilesLines
* cmd/cc, cmd/gc: stop generating 'argsize' PCDATARuss Cox2014-09-121-10/+0
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-2/+2
* cmd/gc, runtime: treat slices and strings like pointers in garbage collectionRuss Cox2014-08-251-2/+0
* cmd/6c, cmd/6g: avoid address-as-constant in amd64 instructionsRuss Cox2014-08-121-4/+1
* cmd/gc: mark auxiliary symbols as containing no pointersDmitriy Vyukov2014-07-231-5/+2
* build: annotations and modifications for c2goRuss Cox2014-07-021-0/+1
* cmd/gc: fix x=x crashRuss Cox2014-05-291-0/+9
* undo CL 102820043 / b0ce6dbafc18Russ Cox2014-05-281-9/+0
* cmd/gc: fix x=x crashRuss Cox2014-05-281-0/+9
* cmd/gc: alias more variables during register allocationJosh Bleecher Snyder2014-05-121-1/+3
* cmd/ld: clear unused ctxt before morestackRuss Cox2014-03-041-0/+2
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-5/+32
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-121-2/+2
* cmd/cc, cmd/gc: update compilers, assemblers for liblink changesRuss Cox2013-12-161-1/+1
* cmd/5g, cmd/6g, cmd/8g: use liblinkRuss Cox2013-12-081-25/+23
* cmd/gc: inline copy in frontend to call memmove directly.R?my Oudompheng2013-09-121-0/+11
* build: more "undefined behavior" fixesRuss Cox2013-09-101-1/+1
* cmd/6g: handle very wide offsets.R?my Oudompheng2013-09-091-0/+27
* cmd/gc: &x panics if x doesRuss Cox2013-08-151-54/+2
* cmd/5g, cmd/6g, cmd/8g: insert arg size annotations on runtime callsRuss Cox2013-07-161-0/+11
* runtime: record proper goroutine state during stack splitRuss Cox2013-06-271-0/+1
* all: fix typosShenghou Ma2013-06-091-2/+2
* cmd/gc: fix some overflows in the compilerRob Pike2013-04-291-3/+5
* cmd/gc: implement method valuesRuss Cox2013-03-201-11/+5
* cmd/gc: emit explicit type information for local variablesRuss Cox2013-02-251-5/+4
* cmd/gc: avoid runtime code generation for closuresRuss Cox2013-02-221-0/+18
* cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox2013-02-211-1/+3
* cmd/6c, cmd/6g: add flag to support large-model code generationElias Naur2013-02-011-0/+4
* undo CL 6938073 / 1542912cf09dRuss Cox2012-12-221-38/+0
* cmd/gc: add GOEXPERIMENT=zerostack to clear stack on function entryRuss Cox2012-12-171-0/+38
* cmd/{5,6,8}g: reduce size of Prog and AddrDave Cheney2012-12-141-5/+5
* cmd/5g, cmd/6g: fix out of registers with array indexing.R?my Oudompheng2012-11-021-12/+3
* cmd/gc, cmd/ld: struct field trackingRuss Cox2012-11-021-0/+11
* cmd/gc: prepare for 64-bit intsRuss Cox2012-09-241-11/+11
* cmd/gc: fix use of nil interface, sliceRuss Cox2012-09-221-0/+7
* cmd/6g: use all 16 float registers, optimize float movesRuss Cox2012-09-211-4/+4
* cmd/gc: re-order some OFOO constants. Rename ORRC to ORROTC to beNigel Tao2012-09-061-8/+8
* cmd/6g: fix float32/64->uint64 conversionShenghou Ma2012-08-231-2/+2
* cmd/gc: cache itab lookup in convT2I.Nigel Tao2012-07-031-3/+4
* cmd/gc: inline slice[arr,str] in the frontend (mostly).Luuk van Dijk2012-06-021-0/+19
* cmd/5g, cmd/6g, cmd/8g: delete clearstkRuss Cox2012-06-011-38/+0
* cmd/gc: contiguous loop layoutRuss Cox2012-05-301-24/+20
* cmd/6g, cmd/8g: move panicindex calls out of lineRuss Cox2012-05-291-0/+12
* cmd/gc: faster code, mainly for rotateRuss Cox2012-05-241-16/+56
* 6c, 6g, 6l: add MOVQL to make truncation explicitRuss Cox2012-04-101-1/+4
* gc, ld: tag data as no-pointers and allocate in separate sectionRuss Cox2012-02-191-0/+2
* 5c, 6c, 8c, 6g, 8g: correct boundary checkingShenghou Ma2012-02-151-1/+1
* gc: optimize interface ==, !=Russ Cox2012-02-111-0/+12
* 6g: fix out of registers bugRuss Cox2012-02-101-11/+13
* gc: fix another blank bugRuss Cox2011-12-091-0/+7