| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/gc: emit code for extern = <N> | Daniel Morsing | 2014-10-20 | 1 | -7/+3 |
* | cmd/gc: simplify compiled code for explicit zeroing | Russ Cox | 2014-10-15 | 1 | -1/+1 |
* | cmd/gc: run escape analysis always (even in -N mode) | Russ Cox | 2014-09-24 | 1 | -5/+1 |
* | cmd/gc: make runtime escape an error, not a fatal error | Russ Cox | 2014-09-16 | 1 | -1/+1 |
* | cmd/gc, runtime: treat slices and strings like pointers in garbage collection | Russ Cox | 2014-08-25 | 1 | -15/+40 |
* | cmd/gc: in the runtime package, don't promote any decls to the heap. | Keith Randall | 2014-07-21 | 1 | -0/+2 |
* | cmd/gc: alias more variables during register allocation | Josh Bleecher Snyder | 2014-05-12 | 1 | -3/+4 |
* | cmd/gc: drop { } around single-line if-statement body | Jan Ziak | 2014-04-09 | 1 | -2/+1 |
* | cmd/gc: ignore blank (_) labels in label declarations | Jan Ziak | 2014-04-09 | 1 | -0/+4 |
* | cmd/gc: shorten temporary lifetimes when possible | Russ Cox | 2014-04-01 | 1 | -0/+5 |
* | cmd/gc: liveness-related bug fixes | Russ Cox | 2014-03-27 | 1 | -6/+0 |
* | cmd/gc: correct liveness for fat variables | Russ Cox | 2014-02-15 | 1 | -30/+56 |
* | cmd/gc: rename AFATVARDEF to AVARDEF | Russ Cox | 2014-02-13 | 1 | -2/+2 |
* | cmd/gc: return canonical Node* from temp | Russ Cox | 2014-01-14 | 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 | -0/+4 |
* | cmd/gc: eliminate redundant &x.Field nil checks | Russ Cox | 2013-09-17 | 1 | -0/+4 |
* | cmd/gc: &x panics if x does | Russ Cox | 2013-08-15 | 1 | -10/+17 |
* | cmd/gc: move genembedtramp into portable code | Russ Cox | 2013-06-11 | 1 | -0/+1 |
* | cmd/gc: fix some overflows in the compiler | Rob Pike | 2013-04-29 | 1 | -1/+1 |
* | cmd/gc: implement method values | Russ Cox | 2013-03-20 | 1 | -1/+4 |
* | cmd/gc, reflect, runtime: switch to indirect func value representation | Russ Cox | 2013-02-21 | 1 | -1/+1 |
* | cmd/gc: slightly better code generation | Russ Cox | 2013-02-03 | 1 | -2/+0 |
* | cmd/gc: avoid duplicate allocation during inlining | Russ Cox | 2013-02-02 | 1 | -0/+2 |
* | cmd/gc: fix uintptr(nil) issues. | R?my Oudompheng | 2013-01-08 | 1 | -1/+5 |
* | cmd/gc: fix typos in clearslim. | R?my Oudompheng | 2012-11-13 | 1 | -2/+2 |
* | cmd/6g: extend componentgen to small arrays and structs. | R?my Oudompheng | 2012-11-13 | 1 | -60/+66 |
* | cmd/gc: avoid clobbering the AST in cgen_callmeth. | R?my Oudompheng | 2012-10-07 | 1 | -7/+9 |
* | cmd/gc: prepare for 64-bit ints | Russ Cox | 2012-09-24 | 1 | -3/+3 |
* | cmd/gc: Inline pointer sized T2I interface conversions | Daniel Morsing | 2012-09-11 | 1 | -2/+7 |
* | cmd/gc: inline convT2E when T is uintptr-shaped. | Nigel Tao | 2012-06-14 | 1 | -3/+16 |
* | cmd/gc: fix LEAQ $0, SI bug | Russ Cox | 2012-06-07 | 1 | -0/+3 |
* | cmd/gc: inline slice[arr,str] in the frontend (mostly). | Luuk van Dijk | 2012-06-02 | 1 | -0/+60 |
* | cmd/gc: contiguous loop layout | Russ Cox | 2012-05-30 | 1 | -2/+2 |
* | gc: fix order of evaluation | Russ Cox | 2012-01-25 | 1 | -0/+1 |
* | gc: composite literals as per Go 1 | Russ Cox | 2011-12-02 | 1 | -2/+2 |
* | gc: clean up printing. | Luuk van Dijk | 2011-10-31 | 1 | -1/+1 |
* | gc: changes to export format in preparation for inlining. | Luuk van Dijk | 2011-10-08 | 1 | -1/+1 |
* | 5g, 6g, 8g: registerize variables again | Russ Cox | 2011-10-03 | 1 | -0/+1 |
* | gc: unify stack frame layout | Russ Cox | 2011-09-06 | 1 | -69/+9 |
* | gc: introduce temp = nod+tempname | Russ Cox | 2011-09-02 | 1 | -0/+10 |
* | gc: fix label recursion bugs | Russ Cox | 2011-09-01 | 1 | -4/+4 |
* | gc: fix build on Plan 9 | Lucio De Re | 2011-08-29 | 1 | -2/+1 |
* | gc: tweak and enable escape analysis | Russ Cox | 2011-08-28 | 1 | -5/+3 |
* | gc: shuffle #includes | Russ Cox | 2011-08-25 | 1 | -0/+2 |
* | gc: Escape analysis. | Luuk van Dijk | 2011-08-24 | 1 | -4/+94 |
* | gc: implement goto restriction | Russ Cox | 2011-06-17 | 1 | -71/+143 |
* | gc: work around goto bug | Russ Cox | 2011-06-16 | 1 | -0/+1 |
* | gc: compact stackframe | Luuk van Dijk | 2011-06-10 | 1 | -3/+14 |
* | 8g: compute register liveness during regopt | Russ Cox | 2011-06-03 | 1 | -1/+0 |
* | 5g: alignment fixes | Russ Cox | 2011-05-25 | 1 | -0/+4 |