summaryrefslogtreecommitdiff
path: root/src/cmd/8g/gg.h
Commit message (Expand)AuthorAgeFilesLines
* cmd/cc, cmd/gc: stop generating 'argsize' PCDATARuss Cox2014-09-121-1/+0
* 5g, 8g: remove dead codeJosh Bleecher Snyder2014-02-251-1/+0
* all: merge NaCl branch (part 1)Dave Cheney2014-02-251-0/+1
* 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-37/+0
* 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-1/+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/dist, cmd/8g: implement GO386=387/sse to choose FPU flavour.R?my Oudompheng2013-01-021-0/+2
* cmd/{5,6,8}g: reduce size of Prog and AddrDave Cheney2012-12-141-4/+6
* cmd/gc: add division rewrite to walk pass.R?my Oudompheng2012-11-261-0/+1
* cmd/gc, cmd/ld: struct field trackingRuss Cox2012-11-021-0/+1
* cmd/8g: do not take the address of string/slice for &s[i]R?my Oudompheng2012-10-021-1/+0
* cmd/[568]g: header cleanup.R?my Oudompheng2012-09-271-5/+6
* cmd/8g: import componentgen from 6g.R?my Oudompheng2012-09-091-0/+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-5/+2
* 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
* gc: make static initialization more staticRuss Cox2011-08-311-6/+0
* 8g: fix build on Plan 9Lucio De Re2011-08-261-0/+2
* gc: shuffle #includesRuss Cox2011-08-251-3/+0
* build: avoid redundant bss declarationsRuss Cox2011-08-231-6/+3
* 5g, 6g, 8g: shift, opt fixesRuss Cox2011-07-281-1/+1
* gc: compact stackframeLuuk van Dijk2011-06-101-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-0/+8
* 5g/6g/8g: fix double function call in sliceRuss Cox2010-03-081-0/+2
* 8g: discard tempalloc/tempfree experimentRuss Cox2009-12-021-2/+0
* x[lo:] - gc and runtime.Russ Cox2009-11-201-0/+2
* 8g optimizerKen Thompson2009-11-061-1/+2
* nil pointer checks in 8g.Russ Cox2009-11-011-1/+3
* debugging symbols for 8g.Russ Cox2009-08-131-1/+2
* more 8g progress.Russ Cox2009-06-041-0/+6
* 8g:Russ Cox2009-06-021-6/+11
* 64-bit integer arithmetic.Russ Cox2009-05-291-0/+1
* better 64-bit handling in 8g.Russ Cox2009-05-281-0/+12
* 8g: 64-bit arithmetic and assorted bug fixes;Russ Cox2009-05-261-1/+1
* more 8g.Russ Cox2009-05-261-1/+2
* 8g: hello world works againRuss Cox2009-05-261-1/+2
* implement some more 8gRuss Cox2009-04-021-0/+5
* minimal 8g. can compileRuss Cox2009-03-311-0/+140