| Age | Commit message (Expand) | Author |
| 2025-10-21 | cmd/internal/obj/ppc64: improve large prologue generation | Paul Murphy |
| 2025-07-24 | cmd/internal/obj: rip out argp adjustment for wrapper frames | Keith Randall |
| 2025-05-05 | Revert "cmd/compile: allow all of the preamble to be preemptible" | Keith Randall |
| 2025-04-25 | cmd/compile: allow all of the preamble to be preemptible | Keith Randall |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 2024-05-22 | all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 | Paul E. Murphy |
| 2024-04-24 | cmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking M... | Paul E. Murphy |
| 2024-04-04 | cmd/internal/obj/ppc64: on Power10, use xxspltidp for float constants | Paul E. Murphy |
| 2024-03-19 | cmd/internal/obj/ppc64: don't modify runtime.elf_* symbols | Paul E. Murphy |
| 2024-03-13 | cmd/asm,cmd/compile: generate less instructions for most 32 bit constant adds... | Paul E. Murphy |
| 2023-11-09 | cmd/internal/obj/ppc64: remove C_UCON optab matching class | Paul E. Murphy |
| 2023-10-05 | cmd/internal/obj/ppc64: generate MOVD mask constants in register | Paul E. Murphy |
| 2023-10-04 | cmd/internal/obj/ppc64: generate small, shifted constants in register | Paul E. Murphy |
| 2023-10-03 | cmd/internal/asm/ppc64: support 34b ADD/MOVD $const, Rx | Paul E. Murphy |
| 2023-09-08 | cmd/internal/obj: mark unspill code in prologue preemptible | zhouguangyuan |
| 2023-05-19 | all: generate NOTOC shared code on power10/PPC64/linux | Paul E. Murphy |
| 2023-04-21 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements |
| 2023-04-20 | Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in... | Austin Clements |
| 2023-04-20 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-11 | runtime,cmd/internal/obj/ppc64: cleanup ppc64le runtime.racecallbackthunk | Paul E. Murphy |
| 2022-10-26 | cmd/internal/obj/ppc64: generate big uint32 values in register | Paul E. Murphy |
| 2022-09-28 | cmd/internal/obj/ppc64: remove unnecessary opcodes | Archana R |
| 2022-09-15 | cmd/internal/obj/ppc64: add ISA 3.1 instructions | Paul E. Murphy |
| 2022-09-07 | cmd/asm: improve argument to obj.Prog assignment on PPC64 | Paul E. Murphy |
| 2022-04-19 | cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field | Austin Clements |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2021-12-13 | cmd/asm,cmd/compile: fix tail call in leaf functions on PPC64 | Paul E. Murphy |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 2021-09-15 | cmd/internal/obj/ppc64: generate prologue code compatible with new ABI | Lynn Boger |
| 2021-04-05 | cmd/internal/obj/ppc64: simplify huge frame prologue | Austin Clements |
| 2021-02-19 | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox |
| 2020-11-04 | cmd/internal/obj: add prologue_end DWARF stmt for ppc64 | Derek Parker |
| 2020-10-16 | cmd/internal/obj: move LSym.Func into LSym.Extra | Russ Cox |
| 2020-08-31 | cmd/compile,cmd/asm: simplify recording of branch targets, take 2 | Keith Randall |
| 2020-08-28 | Revert "cmd/compile,cmd/asm: simplify recording of branch targets" | Keith Randall |
| 2020-08-27 | cmd/compile,cmd/asm: simplify recording of branch targets | Keith Randall |
| 2020-08-13 | cmd/internal/obj/ppc64: don't remove NOP in assembler | Lynn Boger |
| 2020-07-08 | [dev.link] cmd/compile: make compiler-generated ppc64 TOC symbols static | Than McIntosh |
| 2019-11-27 | cmd/internal/obj: mark split-stack prologue nonpreemptible | Cherry Zhang |
| 2019-11-07 | cmd/internal/obj/ppc64: handle MOVDU for SP delta | Cherry Zhang |
| 2019-11-07 | cmd/compile, cmd/internal/obj/ppc64: mark unsafe points | Cherry Zhang |
| 2019-11-07 | cmd/compile, cmd/internal/obj/ppc64: use LR for indirect calls | Cherry Zhang |
| 2019-10-01 | cmd/internal/obj/ppc64: Fix ADUFFxxxx generation on aix/ppc64 | Clément Chigot |
| 2019-01-09 | cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64 | Clément Chigot |
| 2018-12-17 | cmd: improve aix/ppc64 new symbol addressing | Clément Chigot |
| 2018-11-27 | cmd: fix symbols addressing for aix/ppc64 | Clément Chigot |
| 2018-10-10 | cmd/internal/obj/ppc64: generate float 0 more efficiently on ppc64x | Lynn Boger |
| 2018-06-11 | runtime/race: implement race detector for ppc64le | Lynn Boger |
| 2018-05-22 | cmd/internal/obj: consolidate emitting entry stack map | Austin Clements |