| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/cc, cmd/gc: stop generating 'argsize' PCDATA | Russ Cox | 2014-09-12 | 1 | -1/+0 |
* | 5g, 8g: remove dead code | Josh Bleecher Snyder | 2014-02-25 | 1 | -1/+0 |
* | all: merge NaCl branch (part 1) | Dave Cheney | 2014-02-25 | 1 | -0/+1 |
* | cmd/cc, cmd/gc, cmd/ld: consolidate print format routines | Anthony Martin | 2014-02-12 | 1 | -8/+0 |
* | cmd/5g, cmd/6g, cmd/8g: use liblink | Russ Cox | 2013-12-08 | 1 | -37/+0 |
* | cmd/gc: support for "portable" optimization logic | Russ Cox | 2013-08-12 | 1 | -1/+1 |
* | cmd/5g, cmd/6g, cmd/8g: insert arg size annotations on runtime calls | Russ Cox | 2013-07-16 | 1 | -1/+1 |
* | cmd/5g, cmd/6g, cmd/8g: remove prototypes for proglist | Carl Shapiro | 2013-06-04 | 1 | -2/+0 |
* | cmd/gc, reflect, runtime: switch to indirect func value representation | Russ Cox | 2013-02-21 | 1 | -1/+1 |
* | cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errors | Shenghou Ma | 2013-02-05 | 1 | -1/+1 |
* | cmd/dist, cmd/8g: implement GO386=387/sse to choose FPU flavour. | R?my Oudompheng | 2013-01-02 | 1 | -0/+2 |
* | cmd/{5,6,8}g: reduce size of Prog and Addr | Dave Cheney | 2012-12-14 | 1 | -4/+6 |
* | cmd/gc: add division rewrite to walk pass. | R?my Oudompheng | 2012-11-26 | 1 | -0/+1 |
* | cmd/gc, cmd/ld: struct field tracking | Russ Cox | 2012-11-02 | 1 | -0/+1 |
* | cmd/8g: do not take the address of string/slice for &s[i] | R?my Oudompheng | 2012-10-02 | 1 | -1/+0 |
* | cmd/[568]g: header cleanup. | R?my Oudompheng | 2012-09-27 | 1 | -5/+6 |
* | cmd/8g: import componentgen from 6g. | R?my Oudompheng | 2012-09-09 | 1 | -0/+1 |
* | cmd/gc: inline slice[arr,str] in the frontend (mostly). | Luuk van Dijk | 2012-06-02 | 1 | -1/+0 |
* | cmd/gc: contiguous loop layout | Russ Cox | 2012-05-30 | 1 | -5/+2 |
* | cmd/6g, cmd/8g: move panicindex calls out of line | Russ Cox | 2012-05-29 | 1 | -0/+1 |
* | cmd/gc: faster code, mainly for rotate | Russ Cox | 2012-05-24 | 1 | -1/+1 |
* | gc: Nicer errors before miscompiling. | Luuk van Dijk | 2012-01-10 | 1 | -1/+1 |
* | gc: implement == on structs and arrays | Russ Cox | 2011-12-12 | 1 | -0/+2 |
* | gc: make static initialization more static | Russ Cox | 2011-08-31 | 1 | -6/+0 |
* | 8g: fix build on Plan 9 | Lucio De Re | 2011-08-26 | 1 | -0/+2 |
* | gc: shuffle #includes | Russ Cox | 2011-08-25 | 1 | -3/+0 |
* | build: avoid redundant bss declarations | Russ Cox | 2011-08-23 | 1 | -6/+3 |
* | 5g, 6g, 8g: shift, opt fixes | Russ Cox | 2011-07-28 | 1 | -1/+1 |
* | gc: compact stackframe | Luuk van Dijk | 2011-06-10 | 1 | -0/+1 |
* | fix issue 798 | Ken Thompson | 2010-05-20 | 1 | -0/+1 |
* | runtime: turn run time errors checks into panics | Russ Cox | 2010-04-01 | 1 | -2/+2 |
* | identical complex implementation | Ken Thompson | 2010-03-09 | 1 | -0/+8 |
* | 5g/6g/8g: fix double function call in slice | Russ Cox | 2010-03-08 | 1 | -0/+2 |
* | 8g: discard tempalloc/tempfree experiment | Russ Cox | 2009-12-02 | 1 | -2/+0 |
* | x[lo:] - gc and runtime. | Russ Cox | 2009-11-20 | 1 | -0/+2 |
* | 8g optimizer | Ken Thompson | 2009-11-06 | 1 | -1/+2 |
* | nil pointer checks in 8g. | Russ Cox | 2009-11-01 | 1 | -1/+3 |
* | debugging symbols for 8g. | Russ Cox | 2009-08-13 | 1 | -1/+2 |
* | more 8g progress. | Russ Cox | 2009-06-04 | 1 | -0/+6 |
* | 8g: | Russ Cox | 2009-06-02 | 1 | -6/+11 |
* | 64-bit integer arithmetic. | Russ Cox | 2009-05-29 | 1 | -0/+1 |
* | better 64-bit handling in 8g. | Russ Cox | 2009-05-28 | 1 | -0/+12 |
* | 8g: 64-bit arithmetic and assorted bug fixes; | Russ Cox | 2009-05-26 | 1 | -1/+1 |
* | more 8g. | Russ Cox | 2009-05-26 | 1 | -1/+2 |
* | 8g: hello world works again | Russ Cox | 2009-05-26 | 1 | -1/+2 |
* | implement some more 8g | Russ Cox | 2009-04-02 | 1 | -0/+5 |
* | minimal 8g. can compile | Russ Cox | 2009-03-31 | 1 | -0/+140 |