| Age | Commit message (Expand) | Author |
| 2023-04-04 | all: fix misuses of "a" vs "an" | cui fliter |
| 2023-03-24 | cmd/internal/obj/ppc64: fix incorrect base reg causing segv | Lynn Boger |
| 2023-03-22 | cmd/internal/obj/ppc64: add VC[LT]ZLSBB instructions | Paul E. Murphy |
| 2023-03-08 | cmd/internal/obj/ppc64: add SETB instruction | Paul E. Murphy |
| 2023-02-28 | cmd/internal/obj: use prefix insn in MOV* opcodes for GOPPC64=power10 | Paul E. Murphy |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-16 | cmd/internal/obj/ppc64: add ISA 3.1B opcodes | Paul E. Murphy |
| 2022-11-15 | cmd/internal/obj: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-10-26 | cmd/internal/obj/ppc64: generate big uint32 values in register | Paul E. Murphy |
| 2022-10-26 | cmd: remove redundant _ | cui fliter |
| 2022-09-28 | cmd/internal/obj/ppc64: remove unnecessary opcodes | Archana R |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-09-15 | cmd/internal/obj/ppc64: add ISA 3.1 instructions | Paul E. Murphy |
| 2022-09-15 | cmd/asm, cmd/internal/obj/ppc64: increase asm test coverage for PPC64 | Archana R |
| 2022-09-07 | cmd/asm: improve argument to obj.Prog assignment on PPC64 | Paul E. Murphy |
| 2022-09-07 | cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA 3.1 MMA registers | Paul E. Murphy |
| 2022-08-30 | cmd/asm: add new classification for index memory operands on PPC64 | Archana R |
| 2022-08-18 | all: remove duplicate "the" words in comments | Abirdcfly |
| 2022-08-12 | cmd/internal/obj/ppc64: eliminate dead code from asm9.go | Andy Pan |
| 2022-05-10 | cmd/compile: lower Add64/Sub64 into ssa on PPC64 | Paul E. Murphy |
| 2022-05-06 | cmd/compile,cmd/asm: fix ppc64 usage of BI argument of BC opcode | Paul E. Murphy |
| 2022-05-04 | cmd/asm: on PPC64, allow ISEL to accept a CR bit arg | 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 |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2022-03-11 | cmd/asm: add support for bdnz/bdz extended mnemonics on PPC64 | Paul E. Murphy |
| 2022-03-03 | cmd/asm,cmd/compile: generate preferred nop on PPC64 | Paul E. Murphy |
| 2021-12-20 | all: fix spelling errors found by misspell | Dan Kortschak |
| 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-10-26 | cmd/internal/obj/ppc64: fix usage of CR bit arguments | Paul E. Murphy |
| 2021-10-21 | cmd/internal/obj/ppc64: rework argument classifications | Paul E. Murphy |
| 2021-10-12 | cmd/internal/obj/ppc64: support alignment of prefixed insn | Paul E. Murphy |
| 2021-10-11 | cmd/internal/obj/ppc64: fix mtocrf, cleanup other CR ops | Paul E. Murphy |
| 2021-10-11 | cmd/internal/obj/ppc64: remove unused REG_DCR types | Paul E. Murphy |
| 2021-09-27 | cmd/internal/obj/ppc64: add a test for long branch fixups | Paul E. Murphy |
| 2021-09-23 | cmd/compile: enable reg args and add duffcopy support on ppc64x | Lynn Boger |
| 2021-09-15 | cmd/internal/obj/ppc64: generate prologue code compatible with new ABI | Lynn Boger |
| 2021-09-14 | cmd/internal/obj/ppc64: allow VR register arguments to VS registers | Paul E. Murphy |
| 2021-09-01 | cmd/internal/obj/ppc64: improve long conditional branch fixup | Paul E. Murphy |
| 2021-05-10 | runtime/cgo,cmd/internal/obj/ppc64: fix signals with cgo | Lynn Boger |
| 2021-05-07 | cmd/internal/obj: consolidate MOVB cases with other MOV ops on ppc64 | Paul E. Murphy |
| 2021-04-30 | cmd/internal/obj/ppc64: simplify got/toc address classification | Paul E. Murphy |
| 2021-04-27 | cmd/internal/obj: refactor ppc64 address relocation code generation | Paul E. Murphy |
| 2021-04-22 | cmd/asm: fix RLDCR const1,reg,const2,reg on ppc64 | Paul E. Murphy |
| 2021-04-15 | cmd/internal/obj: consolidate AMOVW and AMOVWZ optab entries | Paul E. Murphy |
| 2021-04-13 | cmd/link: support 32b TLS_LE offsets on PPC64 | Paul E. Murphy |
| 2021-04-07 | cmd/internal/obj: remove ppc64 msr support from MOV* insns | Paul E. Murphy |
| 2021-04-06 | cmd/internal/obj: reorg ppc64 MOV* optab entries and remove unused classes | Paul E. Murphy |
| 2021-04-05 | cmd/internal/obj: remove duplicate ppc64 spr MOV* optab entries | Paul E. Murphy |