| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/cc, cmd/gc: stop generating 'argsize' PCDATA | Russ Cox | 2014-09-12 | 1 | -19/+0 |
* | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -1/+1 |
* | cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support | Shenghou Ma | 2014-07-10 | 1 | -2/+2 |
* | runtime: use duff zero and copy to initialize memory | Keith Randall | 2014-05-07 | 1 | -28/+73 |
* | cmd/5g, cmd/8g: fix build | Russ Cox | 2014-04-01 | 1 | -6/+6 |
* | cmd/gc: shorten more temporary lifetimes | Russ Cox | 2014-04-01 | 1 | -1/+3 |
* | cmd/gc: shorten temporary lifetimes when possible | Russ Cox | 2014-04-01 | 1 | -2/+2 |
* | cmd/gc: liveness-related bug fixes | Russ Cox | 2014-03-27 | 1 | -12/+35 |
* | 5g, 8g: remove dead code | Josh Bleecher Snyder | 2014-02-25 | 1 | -4/+1 |
* | cmd/5g, cmd/8g: zero ambiguously live values on entry | Russ Cox | 2014-02-19 | 1 | -0/+38 |
* | cmd/gc: correct liveness for fat variables | Russ Cox | 2014-02-15 | 1 | -5/+13 |
* | cmd/5g, cmd/8g: fix build | Russ Cox | 2014-02-13 | 1 | -2/+1 |
* | cmd/gc: rename AFATVARDEF to AVARDEF | Russ Cox | 2014-02-13 | 1 | -1/+1 |
* | cmd/cc, cmd/gc, cmd/ld: consolidate print format routines | Anthony Martin | 2014-02-12 | 1 | -1/+1 |
* | cmd/5g, cmd/6g, cmd/8g: use liblink | Russ Cox | 2013-12-08 | 1 | -1/+1 |
* | cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi... | Carl Shapiro | 2013-12-05 | 1 | -59/+4 |
* | cmd/gc: eliminate redundant &x.Field nil checks | Russ Cox | 2013-09-17 | 1 | -1/+1 |
* | cmd/5g, cmd/6g, cmd/8g: simplify for loop in bitmap generation | Russ Cox | 2013-09-06 | 1 | -1/+3 |
* | cmd/gc: separate "has pointers" from "needs zeroing" in stack frame | Russ Cox | 2013-08-16 | 1 | -5/+5 |
* | cmd/5g, cmd/6g, cmd/8g: update frame zeroing for new bitmap format | Carl Shapiro | 2013-08-16 | 1 | -3/+3 |
* | cmd/gc: &x panics if x does | Russ Cox | 2013-08-15 | 1 | -0/+41 |
* | cmd/gc: zero pointers on entry to function | Russ Cox | 2013-08-09 | 1 | -2/+60 |
* | cmd/5c, cmd/5g, cmd/5l: turn MOVB, MOVH into plain moves, optimize short arit... | R?my Oudompheng | 2013-08-09 | 1 | -1/+8 |
* | cmd/gc: record argument size for all indirect function calls | Dmitriy Vyukov | 2013-07-31 | 1 | -1/+6 |
* | cmd/5g, cmd/6g, cmd/8g: insert arg size annotations on runtime calls | Russ Cox | 2013-07-16 | 1 | -5/+17 |
* | cmd/5g, cmd/6g, cmd/8g: fix line number of caller of deferred func | Russ Cox | 2013-07-12 | 1 | -0/+14 |
* | cmd/5g, cmd/6g, cmd/8g: fix comment | Russ Cox | 2013-06-28 | 1 | -1/+1 |
* | cmd/gc: move genembedtramp into portable code | Russ Cox | 2013-06-11 | 1 | -3/+11 |
* | cmd/gc: emit explicit type information for local variables | Russ Cox | 2013-02-25 | 1 | -1/+13 |
* | cmd/gc: avoid runtime code generation for closures | Russ Cox | 2013-02-22 | 1 | -2/+3 |
* | cmd/gc, reflect, runtime: switch to indirect func value representation | Russ Cox | 2013-02-21 | 1 | -6/+33 |
* | cmd/5g: add missing splitclean. | R?my Oudompheng | 2013-02-08 | 1 | -0/+1 |
* | cmd/5g, cmd/5l, cmd/ld: Small adjustments for the Plan 9 native tools | Lucio De Re | 2013-01-04 | 1 | -0/+1 |
* | cmd/gc: add division rewrite to walk pass. | R?my Oudompheng | 2012-11-26 | 1 | -0/+56 |
* | cmd/5g: improve shift code generation | Dave Cheney | 2012-11-04 | 1 | -1/+3 |
* | cmd/5g, cmd/6g, cmd/8g: remove width check for componentgen. | R?my Oudompheng | 2012-11-01 | 1 | -3/+3 |
* | cmd/5g: introduce componentgen for better registerization. | R?my Oudompheng | 2012-10-28 | 1 | -0/+5 |
* | cmd/5g: avoid temporary during constant asop | Dave Cheney | 2012-10-06 | 1 | -3/+8 |
* | cmd/gc: inline slice[arr,str] in the frontend (mostly). | Luuk van Dijk | 2012-06-02 | 1 | -392/+3 |
* | cmd/gc: contiguous loop layout | Russ Cox | 2012-05-30 | 1 | -5/+5 |
* | cmd/gc: faster code, mainly for rotate | Russ Cox | 2012-05-24 | 1 | -2/+21 |
* | cmd/gc: don't believe that variables mentioned 256 times are unused. | R?my Oudompheng | 2012-02-21 | 1 | -2/+2 |
* | 5g: fix build | Russ Cox | 2011-12-13 | 1 | -1/+0 |
* | 5g: fix build on Plan 9 | Lucio De Re | 2011-08-29 | 1 | -1/+1 |
* | gc: shuffle #includes | Russ Cox | 2011-08-25 | 1 | -0/+2 |
* | 5g: fix set but not used error | Dave Cheney | 2011-07-31 | 1 | -2/+1 |
* | 5g, 6g, 8g: shift, opt fixes | Russ Cox | 2011-07-28 | 1 | -12/+40 |
* | 5g, 6g, 8g: fix comments in method call generation | Anthony Martin | 2011-06-20 | 1 | -3/+3 |
* | gc: frame compaction for arm. | Luuk van Dijk | 2011-06-14 | 1 | -0/+26 |
* | gc: typecheck the whole tree before walking. preparation for some escape-ana... | Luuk van Dijk | 2011-06-02 | 1 | -107/+3 |