summaryrefslogtreecommitdiff
path: root/src/cmd/5g/gsubr.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.power64] 5g: fix etype and width of itable AddrsAustin Clements2014-11-061-1/+2
* cmd/5g, cmd/8g: make 'out of registers' a fatal errorRuss Cox2014-09-161-2/+2
* 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-1/+0
* 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
* cmd/gc: alias more variables during register allocationJosh Bleecher Snyder2014-05-121-1/+2
* cmd/ld: clear unused ctxt before morestackRuss Cox2014-03-041-0/+2
* 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/+10
* cmd/gc: &x panics if x doesRuss Cox2013-08-151-68/+13
* cmd/5c, cmd/5g, cmd/5l: turn MOVB, MOVH into plain moves, optimize short arit...R?my Oudompheng2013-08-091-15/+34
* cmd/5c, cmd/5g, cmd/5l: introduce MOVBS and MOVHS instructions.R?my Oudompheng2013-08-081-1/+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-1/+2
* all: fix typosShenghou Ma2013-06-091-1/+1
* cmd/gc: fix some overflows in the compilerRob Pike2013-04-291-2/+3
* cmd/gc: implement method valuesRuss Cox2013-03-201-14/+6
* libmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF type info for Linux/ARMShenghou Ma2013-02-261-0/+1
* cmd/gc: emit explicit type information for local variablesRuss Cox2013-02-251-2/+3
* cmd/gc: avoid runtime code generation for closuresRuss Cox2013-02-221-0/+21
* cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox2013-02-211-1/+4
* cmd/5g: add missing splitclean.R?my Oudompheng2013-02-081-1/+1
* undo CL 6938073 / 1542912cf09dRuss Cox2012-12-221-58/+0
* cmd/gc: add GOEXPERIMENT=zerostack to clear stack on function entryRuss Cox2012-12-171-0/+58
* cmd/{5,6,8}g: reduce size of Prog and AddrDave Cheney2012-12-141-5/+5
* cmd/5g: avoid temporary during OMINUSDave Cheney2012-12-121-0/+10
* cmd/5g: fix fixedtests/issue4396b.go test failure on arm5Dave Cheney2012-12-061-1/+1
* cmd/5g, cmd/8g: fix internal error on 64-bit indices statically boundedR?my Oudompheng2012-11-271-1/+1
* cmd/5g, cmd/6g: pass the full torture test.R?my Oudompheng2012-11-121-0/+1
* cmd/5g, cmd/6g: fix out of registers with array indexing.R?my Oudompheng2012-11-021-0/+3
* cmd/gc, cmd/ld: struct field trackingRuss Cox2012-11-021-0/+11
* cmd/5g: introduce componentgen for better registerization.R?my Oudompheng2012-10-281-4/+7
* cmd/5g: avoid temporary in slice bounds checkDave Cheney2012-10-071-1/+1
* cmd/5g: fix register opt bugRuss Cox2012-09-221-0/+8
* cmd/gc: cache itab lookup in convT2I.Nigel Tao2012-07-031-3/+4
* cmd/5g: fix typoRuss Cox2012-06-021-1/+1
* cmd/gc: inline slice[arr,str] in the frontend (mostly).Luuk van Dijk2012-06-021-0/+21
* cmd/5g, cmd/6g, cmd/8g: delete clearstkRuss Cox2012-06-011-58/+0
* cmd/gc: contiguous loop layoutRuss Cox2012-05-301-5/+10
* cmd/gc: faster code, mainly for rotateRuss Cox2012-05-241-1/+1
* 5c, 5g, 5l: fix arm bugRuss Cox2012-02-221-1/+3
* ld: add NOPTRBSS for large, pointer-free uninitialized dataRuss Cox2012-02-211-3/+3
* 5a, 5c, 5g, 5l: fix build for Linux/ARM.Shenghou Ma2012-02-191-2/+3
* gc, ld: tag data as no-pointers and allocate in separate sectionRuss Cox2012-02-191-0/+4
* 5g: fix memory corruptionRuss Cox2012-02-141-2/+2