| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/cc, cmd/gc: stop generating 'argsize' PCDATA | Russ Cox | 2014-09-12 | 1 | -1/+0 |
* | cmd/gc: fix build | Russ Cox | 2014-08-24 | 1 | -1/+0 |
* | cmd/6g: remove unused stosptr variable | Ian Lance Taylor | 2014-03-19 | 1 | -1/+0 |
* | all: merge NaCl branch (part 1) | Dave Cheney | 2014-02-25 | 1 | -0/+6 |
* | 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 | -36/+0 |
* | cmd/6g: handle very wide offsets. | R?my Oudompheng | 2013-09-09 | 1 | -0/+1 |
* | 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 | -0/+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/{5,6,8}g: reduce size of Prog and Addr | Dave Cheney | 2012-12-14 | 1 | -4/+7 |
* | cmd/gc: add division rewrite to walk pass. | R?my Oudompheng | 2012-11-26 | 1 | -0/+2 |
* | cmd/6g: extend componentgen to small arrays and structs. | R?my Oudompheng | 2012-11-13 | 1 | -0/+1 |
* | cmd/5g, cmd/6g: fix out of registers with array indexing. | R?my Oudompheng | 2012-11-02 | 1 | -0/+1 |
* | cmd/gc, cmd/ld: struct field tracking | Russ Cox | 2012-11-02 | 1 | -0/+1 |
* | cmd/[568]g: header cleanup. | R?my Oudompheng | 2012-09-27 | 1 | -4/+3 |
* | cmd/gc: prepare for 64-bit ints | Russ Cox | 2012-09-24 | 1 | -1/+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 | -4/+1 |
* | 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 |
* | 6g: fix build on Plan 9 | Lucio De Re | 2011-08-29 | 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 | -8/+5 |
* | gc: compact stackframe | Luuk van Dijk | 2011-06-10 | 1 | -0/+1 |
* | 6g: avoid too-large immediate constants | Russ Cox | 2010-10-20 | 1 | -0/+1 |
* | attempt to gete better registeration | Ken Thompson | 2010-08-19 | 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 | -2/+2 |
* | 6g complex type usable | Ken Thompson | 2010-03-05 | 1 | -1/+0 |
* | more on type complex. | Ken Thompson | 2010-03-02 | 1 | -0/+2 |
* | all done except - | Ken Thompson | 2010-02-21 | 1 | -1/+1 |
* | fixed bug in mpconst float multiply by 0. | Ken Thompson | 2010-02-19 | 1 | -0/+8 |
* | bug162, over and over | Russ Cox | 2009-10-20 | 1 | -1/+2 |
* | fix bug206. | Russ Cox | 2009-09-10 | 1 | -0/+2 |
* | composit literals | Ken Thompson | 2009-09-05 | 1 | -1/+1 |
* | sliceslice inline | Ken Thompson | 2009-08-28 | 1 | -0/+1 |
* | inline slicearray | Ken Thompson | 2009-08-27 | 1 | -0/+1 |
* | mechanism for putting go types into 6.out symbol table. | Russ Cox | 2009-08-12 | 1 | -4/+2 |
* | 1. integer division by a constant done. | Ken Thompson | 2009-08-09 | 1 | -21/+0 |
* | more work on divide by constant. | Ken Thompson | 2009-08-07 | 1 | -0/+19 |
* | divide by a constant power of 2 | Ken Thompson | 2009-08-06 | 1 | -0/+2 |
* | 1. check for dups in complex literals | Ken Thompson | 2009-05-23 | 1 | -0/+1 |
* | static initialization of strings | Ken Thompson | 2009-05-19 | 1 | -0/+5 |
* | static initialization | Ken Thompson | 2009-05-16 | 1 | -0/+1 |