| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.Pos | David Lazar | 2016-12-09 | 2 | -9/+9 |
| * | cmd/internal/obj/mips: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-08 | 5 | -343/+575 |
| * | cmd/internal/obj/mips: materialize float constant 0 from zero register | Cherry Zhang | 2016-10-28 | 1 | -0/+12 |
| * | cmd/internal/obj: Use bitfield for LSym attributes | shaharko | 2016-10-25 | 1 | -3/+3 |
| * | cmd/internal/obj/mips: store LR before update SP in function prologue | Cherry Zhang | 2016-10-24 | 1 | -10/+15 |
| * | cmd/link, cmd/internal/obj: stop exporting various names | Ian Lance Taylor | 2016-10-19 | 1 | -2/+2 |
| * | cmd/compile, runtime, etc: get rid of constant FP registers | Cherry Zhang | 2016-08-30 | 1 | -16/+12 |
| * | cmd/compile: get MIPS64 SSA working | Cherry Zhang | 2016-08-25 | 1 | -27/+23 |
| * | cmd/link/internal, cmd/internal/obj: introduce ctxt.Logf | Dave Cheney | 2016-08-25 | 2 | -5/+3 |
| * | cmd/internal/*: only call ctx.Bso.Flush when something has been written | Dave Cheney | 2016-08-25 | 1 | -1/+1 |
| * | cmd/internal/obj: convert Aconv to a stringer | Michael Pratt | 2016-08-16 | 1 | -6/+6 |
| * | all: make copyright headers consistent with one space after period | Emmanuel Odeke | 2016-05-02 | 4 | -4/+4 |
| * | cmd/internal/obj/mips, cmd/link: add support TLS relocation for mips64x | Cherry Zhang | 2016-05-01 | 3 | -0/+56 |
| * | cmd/internal/obj/mips et al.: introduce SB register on mips64x | Cherry Zhang | 2016-05-01 | 1 | -100/+114 |
| * | cmd/asm, cmd/internal/obj/mips: add an alias of RSB on mips64x | Cherry Zhang | 2016-05-01 | 2 | -1/+5 |
| * | cmd/internal/obj/mips, runtime: change REGTMP to R23 | Cherry Zhang | 2016-05-01 | 1 | -1/+1 |
| * | cmd: remove unnecessary type conversions | Matthew Dempsky | 2016-04-15 | 1 | -1/+1 |
| * | cmd: replace x[i:][0] expressions with x[i] | Matthew Dempsky | 2016-04-12 | 1 | -1/+1 |
| * | cmd: remove unused code | Dave Cheney | 2016-04-09 | 1 | -4/+0 |
| * | cmd: add new common architecture representation | Matthew Dempsky | 2016-04-07 | 1 | -16/+6 |
| * | all: fix spelling mistakes | Eric Engestrom | 2016-04-03 | 1 | -3/+3 |
| * | cmd/internal/obj: add copyright header to files | Michael Munday | 2016-03-30 | 1 | -0/+4 |
| * | cmd/internal/obj: convert fields of LSym from uint8 to bool | Marvin Stenger | 2016-03-28 | 1 | -3/+3 |
| * | cmd/internal/obj: convert Symgrow to a method | Josh Bleecher Snyder | 2016-03-16 | 1 | -1/+1 |
| * | cmd/internal/obj: remove LSym.Value | Josh Bleecher Snyder | 2016-03-16 | 1 | -2/+2 |
| * | cmd/internal/obj: more Optab range simplification | Matthew Dempsky | 2016-03-08 | 1 | -31/+18 |
| * | cmd/internal/obj: add As type for assembly opcodes | Matthew Dempsky | 2016-03-08 | 2 | -35/+33 |
| * | cmd/internal/obj: stop using as+ALAST as an opcode | Matthew Dempsky | 2016-03-08 | 1 | -39/+39 |
| * | cmd/internal/obj/mips: add ALUI const | Matthew Dempsky | 2016-03-07 | 3 | -13/+15 |
| * | all: fix typos and spelling | Martin Möhrmann | 2016-02-24 | 1 | -1/+1 |
| * | cmd/internal/obj/mips, cmd/internal/obj: reduce MIPS register space | Shenghou Ma | 2016-01-22 | 2 | -3/+5 |
| * | cmd/compile, cmd/internal/obj: ignore AUSEFIELD | Ian Lance Taylor | 2015-12-09 | 1 | -2/+2 |
| * | cmd/internal/obj/mips: added support for GOARCH=mips64{,le} | Yao Zhang | 2015-11-12 | 6 | -3504/+2150 |
| * | cmd/internal/obj, cmd/link, runtime: lots of TLS cleanup | Michael Hudson-Doyle | 2015-10-08 | 1 | -3/+0 |
| * | cmd/internal/obj/mips: copy cmd/internal/obj/ppc64 | Shenghou Ma | 2015-09-08 | 6 | -0/+5191 |