| Age | Commit message (Expand) | Author |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-29 | [dev.ssa] Merge remote-tracking branch 'origin/master' into ssamerge | Keith Randall |
| 2016-02-25 | cmd/compile: remove rtype.ptrToThis | David Crawshaw |
| 2016-02-24 | cmd/compile: reuseable cache of Prog structs | Keith Randall |
| 2016-02-24 | cmd/compile: keep JMPs around with -N | Keith Randall |
| 2016-02-10 | [dev.ssa] Merge remote-tracking branch 'origin/master' into mergebranch | Keith Randall |
| 2016-01-26 | [dev.ssa] cmd/compile: disable xor clearing when flags must be preserved | Keith Randall |
| 2016-01-24 | cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB) | Russ Cox |
| 2016-01-14 | cmd/internal/obj: separate code layout from object writing | Russ Cox |
| 2016-01-14 | cmd/compile: recognize Syscall-like functions for liveness analysis | Russ Cox |
| 2015-11-15 | cmd/internal/obj, cmd/link: access global data via a GOT in -dynlink mode on ... | Michael Hudson-Doyle |
| 2015-11-13 | Revert "cmd/internal/obj/arm64, cmd/link: use two instructions rather than th... | David Crawshaw |
| 2015-11-13 | cmd/internal/obj, cmd/link: access global data via GOT when dynlinking on ppc... | Michael Hudson-Doyle |
| 2015-11-12 | cmd/internal/obj, runtime: implement IE model TLS on ppc64le | Michael Hudson-Doyle |
| 2015-11-12 | cmd/internal/obj, cmd/link: generate position independent loads of static data | Michael Hudson-Doyle |
| 2015-11-12 | cmd/compile, cmd/link, runtime: on ppc64x, maintain the TOC pointer in R2 whe... | Michael Hudson-Doyle |
| 2015-11-12 | cmd/internal/obj, cmd/link, runtime: use a larger stack frame on ppc64 | Michael Hudson-Doyle |
| 2015-11-12 | cmd/internal/obj/mips: added support for GOARCH=mips64{,le} | Yao Zhang |
| 2015-11-09 | cmd/internal/obj/arm64, cmd/link: use two instructions rather than three for ... | Michael Hudson-Doyle |
| 2015-11-08 | cmd/internal/obj, cmd/link: handle the fact that a few store/loads on ppc64 a... | Michael Hudson-Doyle |
| 2015-10-29 | cmd/internal/obj, cmd/link, runtime: handle TLS more like a platform linker o... | Michael Hudson-Doyle |
| 2015-10-28 | cmd/internal/obj, cmd/link: support inital-exec TLS on arm64 | Michael Hudson-Doyle |
| 2015-10-28 | cmd/internal/obj, cmd/link, runtime: native-ish support for tls on arm64 | Michael Hudson-Doyle |
| 2015-10-18 | cmd/compile, cmd/internal/obj: centralize knowledge of size of fixed part of ... | Michael Hudson-Doyle |
| 2015-10-13 | cmd/internal/obj: move empty field to the top | Shenghou Ma |
| 2015-10-08 | cmd/internal/obj: improve obj.ProgInfo struct layout | Dave Cheney |
| 2015-10-08 | cmd/internal/obj, cmd/link, runtime: lots of TLS cleanup | Michael Hudson-Doyle |
| 2015-10-05 | cmd/internal/obj/x86: Add initial VEX support. | Ilya Tocar |
| 2015-09-08 | cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a... | Michael Hudson-Doyle |
| 2015-09-04 | Revert "cmd/internal/ld: put read-only relocated data into .data.rel.ro when ... | Dave Cheney |
| 2015-09-04 | cmd/internal/ld: put read-only relocated data into .data.rel.ro when making a... | Michael Hudson-Doyle |
| 2015-09-03 | cmd/internal/obj: remove Link.Tlsoffset | Michael Hudson-Doyle |
| 2015-08-23 | cmd/internal/obj: delete Debugzerostack dead code | Josh Bleecher Snyder |
| 2015-08-21 | cmd/compile/internal, cmd/internal/obj: used keyed ProgInfo literals | Brad Fitzpatrick |
| 2015-07-22 | cmd/link: elide individual gcbits symbols | Russ Cox |
| 2015-06-29 | cmd/link/internal/ld: exclude only real container symbols from symtab | Keith Randall |
| 2015-05-30 | cmd/internal/obj: combine Pcrel and Comefrom | Josh Bleecher Snyder |
| 2015-05-30 | cmd/asm: delete Addr.Reg2 | Josh Bleecher Snyder |
| 2015-05-29 | cmd/internal/obj: shrink Prog, remove two unused fields | Brad Fitzpatrick |
| 2015-05-29 | cmd/internal/obj: fix build breakage from making From3 a pointer | Brad Fitzpatrick |
| 2015-05-29 | cmd/internal/obj: make Prog.From3 a pointer | Russ Cox |
| 2015-05-28 | cmd/internal/obj: make arm64 use RegTo2 instead of a full fledged Addr To2 | Shenghou Ma |
| 2015-05-21 | cmd/internal/obj: remove F3t field from Prog | Josh Bleecher Snyder |
| 2015-04-29 | cmd/internal/obj: Delete Link.Symmorestack | Michael Hudson-Doyle |
| 2015-04-25 | cmd/8l, cmd/internal/ld, cmd/internal/obj/x86: stop incorrectly using the ter... | Michael Hudson-Doyle |
| 2015-04-24 | cmd/internal/gc, cmd/internal/ld, cmd/internal/obj: teach compiler about loca... | Michael Hudson-Doyle |
| 2015-04-21 | cmd/6l, cmd/internal/ld, cmd/internal/obj: remove Xsym/Xadd from compiler's R... | Michael Hudson-Doyle |
| 2015-04-20 | cmd/internal/obj: remove useless Trimpath field and fix users | Matthew Dempsky |
| 2015-04-20 | cmd/internal/obj: manual C->Go cleanups | Brad Fitzpatrick |
| 2015-04-10 | cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm -dynlink accesses globa... | Michael Hudson-Doyle |