summaryrefslogtreecommitdiff
path: root/src/cmd/6g/gg.h
Commit message (Expand)AuthorAgeFilesLines
* cmd/cc, cmd/gc: stop generating 'argsize' PCDATARuss Cox2014-09-121-1/+0
* cmd/gc: fix buildRuss Cox2014-08-241-1/+0
* cmd/6g: remove unused stosptr variableIan Lance Taylor2014-03-191-1/+0
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-0/+6
* cmd/cc, cmd/gc, cmd/ld: consolidate print format routinesAnthony Martin2014-02-121-8/+0
* cmd/5g, cmd/6g, cmd/8g: use liblinkRuss Cox2013-12-081-36/+0
* cmd/6g: handle very wide offsets.R?my Oudompheng2013-09-091-0/+1
* cmd/gc: support for "portable" optimization logicRuss Cox2013-08-121-1/+1
* cmd/5g, cmd/6g, cmd/8g: insert arg size annotations on runtime callsRuss Cox2013-07-161-0/+1
* cmd/5g, cmd/6g, cmd/8g: remove prototypes for proglistCarl Shapiro2013-06-041-2/+0
* cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox2013-02-211-1/+1
* cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errorsShenghou Ma2013-02-051-1/+1
* cmd/{5,6,8}g: reduce size of Prog and AddrDave Cheney2012-12-141-4/+7
* cmd/gc: add division rewrite to walk pass.R?my Oudompheng2012-11-261-0/+2
* cmd/6g: extend componentgen to small arrays and structs.R?my Oudompheng2012-11-131-0/+1
* cmd/5g, cmd/6g: fix out of registers with array indexing.R?my Oudompheng2012-11-021-0/+1
* cmd/gc, cmd/ld: struct field trackingRuss Cox2012-11-021-0/+1
* cmd/[568]g: header cleanup.R?my Oudompheng2012-09-271-4/+3
* cmd/gc: prepare for 64-bit intsRuss Cox2012-09-241-1/+1
* cmd/gc: inline slice[arr,str] in the frontend (mostly).Luuk van Dijk2012-06-021-1/+0
* cmd/gc: contiguous loop layoutRuss Cox2012-05-301-4/+1
* cmd/6g, cmd/8g: move panicindex calls out of lineRuss Cox2012-05-291-0/+1
* cmd/gc: faster code, mainly for rotateRuss Cox2012-05-241-1/+1
* gc: Nicer errors before miscompiling.Luuk van Dijk2012-01-101-1/+1
* gc: implement == on structs and arraysRuss Cox2011-12-121-0/+2
* 6g: fix build on Plan 9Lucio De Re2011-08-291-0/+2
* gc: shuffle #includesRuss Cox2011-08-251-3/+0
* build: avoid redundant bss declarationsRuss Cox2011-08-231-8/+5
* gc: compact stackframeLuuk van Dijk2011-06-101-0/+1
* 6g: avoid too-large immediate constantsRuss Cox2010-10-201-0/+1
* attempt to gete better registerationKen Thompson2010-08-191-0/+1
* fix issue 798Ken Thompson2010-05-201-0/+1
* runtime: turn run time errors checks into panicsRuss Cox2010-04-011-2/+2
* identical complex implementationKen Thompson2010-03-091-2/+2
* 6g complex type usableKen Thompson2010-03-051-1/+0
* more on type complex.Ken Thompson2010-03-021-0/+2
* all done except -Ken Thompson2010-02-211-1/+1
* fixed bug in mpconst float multiply by 0.Ken Thompson2010-02-191-0/+8
* bug162, over and overRuss Cox2009-10-201-1/+2
* fix bug206.Russ Cox2009-09-101-0/+2
* composit literalsKen Thompson2009-09-051-1/+1
* sliceslice inlineKen Thompson2009-08-281-0/+1
* inline slicearrayKen Thompson2009-08-271-0/+1
* mechanism for putting go types into 6.out symbol table.Russ Cox2009-08-121-4/+2
* 1. integer division by a constant done.Ken Thompson2009-08-091-21/+0
* more work on divide by constant.Ken Thompson2009-08-071-0/+19
* divide by a constant power of 2Ken Thompson2009-08-061-0/+2
* 1. check for dups in complex literalsKen Thompson2009-05-231-0/+1
* static initialization of stringsKen Thompson2009-05-191-0/+5
* static initializationKen Thompson2009-05-161-0/+1