| Age | Commit message (Expand) | Author |
| 2017-02-07 | cmd/internal/obj: remove Follow pass | Cherry Zhang |
| 2016-12-09 | [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.Pos | David Lazar |
| 2016-10-28 | cmd/asm, cmd/internal/obj/ppc64: Add vector scalar (VSX) registers and instru... | Carlos Eduardo Seo |
| 2016-10-25 | cmd/internal/obj: save link register in leaf function with non-empty frame on... | Cherry Zhang |
| 2016-10-25 | cmd/internal/obj: Use bitfield for LSym attributes | shaharko |
| 2016-10-25 | cmd/internal: add shift opcodes with shift operands on ppc64x | Lynn Boger |
| 2016-10-19 | cmd/link, cmd/internal/obj: stop exporting various names | Ian Lance Taylor |
| 2016-10-18 | cmd/internal/obj/{ppc64,s390x}: mark functions with small stacks NOSPLIT | Michael Munday |
| 2016-10-17 | bytes: improve performance for bytes.Compare on ppc64x | Lynn Boger |
| 2016-10-12 | cmd/asm: recognize CR1-CR7 on ppc64x branch instructions | Lynn Boger |
| 2016-10-05 | runtime, cmd/internal/obj: get rid of rewindmorestack | Cherry Zhang |
| 2016-09-23 | math, cmd/internal/obj/ppc64: improve floor, ceil, trunc with asm | Lynn Boger |
| 2016-09-22 | cmd/compile: use ISEL, cleanup use of zero & extensions | David Chase |
| 2016-09-19 | cmd/asm, cmd/internal/obj/ppc64: add ppc64 vector registers and instructions | Carlos Eduardo Seo |
| 2016-09-13 | cmd/asm: ppc64le support for ISEL for use by SSA | Lynn Boger |
| 2016-08-30 | cmd/compile, runtime, etc: get rid of constant FP registers | Cherry Zhang |
| 2016-08-29 | math/big: add assembly implementation of arith for ppc64{le} | Ethan Miller |
| 2016-08-25 | cmd/link/internal, cmd/internal/obj: introduce ctxt.Logf | Dave Cheney |
| 2016-08-25 | cmd/internal/*: only call ctx.Bso.Flush when something has been written | Dave Cheney |
| 2016-08-18 | cmd/compile: ppc64le working, not optimized enough | David Chase |
| 2016-08-16 | cmd/internal/obj: convert Aconv to a stringer | Michael Pratt |
| 2016-08-15 | [dev.ssa] cmd/compile: PPC64, FP to/from int conversions. | David Chase |
| 2016-06-28 | [dev.ssa] cmd/compile: Add initial SSA configuration for PPC64 | Lynn Boger |
| 2016-05-05 | sync/atomic, runtime/internal/atomic: improve ppc64x atomics | Lynn Boger |
| 2016-05-04 | cmd/compile: fix uint64 to float casts on ppc64 | Michael Munday |
| 2016-05-02 | all: make copyright headers consistent with one space after period | Emmanuel Odeke |
| 2016-04-15 | cmd: remove unnecessary type conversions | Matthew Dempsky |
| 2016-04-14 | cmd/internal/obj: change Link.Flag_shared to bool | Matthew Dempsky |
| 2016-04-07 | cmd: add new common architecture representation | Matthew Dempsky |
| 2016-04-03 | all: fix spelling mistakes | Eric Engestrom |
| 2016-03-30 | cmd/internal/obj: add copyright header to files | Michael Munday |
| 2016-03-28 | cmd/internal/obj: convert fields of LSym from uint8 to bool | Marvin Stenger |
| 2016-03-16 | cmd/internal/obj: convert Symgrow to a method | Josh Bleecher Snyder |
| 2016-03-16 | cmd/internal/obj: remove LSym.Value | Josh Bleecher Snyder |
| 2016-03-08 | cmd/internal/obj: add As type for assembly opcodes | Matthew Dempsky |
| 2016-03-07 | cmd/internal/obj: simplify Optab range handling code | Matthew Dempsky |
| 2016-03-06 | cmd/compile: use a uint8-sized named type for Addr.Type | Josh Bleecher Snyder |
| 2016-03-04 | cmd/internal/obj/ppc64: eliminate ~700 conversions by tweaking signatures | Michael Hudson-Doyle |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2015-12-09 | cmd/compile, cmd/internal/obj: ignore AUSEFIELD | Ian Lance Taylor |
| 2015-12-02 | cmd/internal/obj: fix stack barriers in ppc64le shared libs | Michael Hudson-Doyle |
| 2015-11-13 | cmd/internal/obj/ppc64: avoid calling morestack via a PLT when dynamically li... | Michael Hudson-Doyle |
| 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-08 | cmd/internal/obj, cmd/link: handle the fact that a few store/loads on ppc64 a... | Michael Hudson-Doyle |
| 2015-11-05 | cmd/internal/obj/ppc64: fix assembly of SRADCC with immediate | 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-29 | cmd/internal/obj, cmd/link: simplify ppc64 archreloc now that the original va... | Michael Hudson-Doyle |