| Age | Commit message (Expand) | Author |
| 2026-03-07 | cmd/internal/obj: fix indirect tail call code | Keith Randall |
| 2026-02-10 | cmd/internal/obj: add Align field to LSym | Ian Lance Taylor |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-10-21 | cmd/internal/obj/ppc64: improve large prologue generation | Paul Murphy |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 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-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-21 | cmd/internal/obj/ppc64: support for decimal floating point instructions | Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com |
| 2024-11-13 | cmd/internal/obj: add tool to generate Cnames string | chenguoqi |
| 2024-11-07 | cmd/internal/obj: replace obj.Addrel func with LSym.AddRel method | Russ Cox |
| 2024-10-29 | cmd/internal/obj/ppc64: support for extended mnemonics of BC | Jayanth Krishnamurthy |
| 2024-10-29 | cmd/internal/obj/ppc64: add double-decimal arithmetic instructions | Jayanth Krishnamurthy |
| 2024-09-06 | cmd/internal: use t.TempDir in tests | Kir Kolyshkin |
| 2024-05-22 | all: convert PPC64 CMPx ...,R0,... to CMPx Rx,$0 | Paul E. Murphy |
| 2024-05-15 | cmd/compile,cmd/asm: on PPC64, generate compares against constant 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-04-01 | cmd/compile: support float min/max instructions on PPC64 | 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 |
| 2024-02-28 | cmd/internal/obj/ppc64: generate smaller machine code for OR/XOR of uint32 va... | Paul E. Murphy |
| 2024-02-16 | cmd/internal/obj/ppc64: cleanup optab entries after renaming | Paul E. Murphy |
| 2024-02-13 | cmd/internal/obj/ppc64: rename and remove aliased optab classifiers | Paul E. Murphy |
| 2024-02-09 | cmd/internal/obj/ppc64: add new constant optab classifications | Paul E. Murphy |
| 2024-02-07 | cmd/internal/obj/ppc64: combine C_SBRA and C_LBRA optab classes | Paul E. Murphy |
| 2023-11-17 | cmd/internal/obj/ppc64: cleanup and remove usage of getimpliedreg | Paul E. Murphy |
| 2023-11-17 | cmd/internal/obj/ppc64: remove unused C_XER optab class | Paul E. Murphy |
| 2023-11-09 | cmd/internal/obj/ppc64: remove C_UCON optab matching class | Paul E. Murphy |
| 2023-11-06 | cmd/internal/asm/ppc64: avoid generating exser nops | Paul E. Murphy |
| 2023-10-20 | cmd/internal/obj/ppc64: refactor maskgen | Paul E. Murphy |
| 2023-10-18 | cmd/internal/obj/ppc64: refactor maskgen64 usage | 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-29 | cmd/internal/obj/ppc64: fix rebuilding of optab for asm tests | Paul E. Murphy |
| 2023-09-20 | all: stop using fmt.Sprintf in t.Error/t.Fatal | Kir Kolyshkin |
| 2023-09-15 | cmd/internal/obj/ppc64: improve RLWNM encoding | Paul E. Murphy |
| 2023-09-08 | cmd/internal/obj: mark unspill code in prologue preemptible | zhouguangyuan |
| 2023-09-07 | cmd/internal/obj/ppc64: do not assemble non-constant rotate RLWMI | Paul E. Murphy |
| 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-21 | cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment | Lynn Boger |
| 2023-04-21 | cmd/link,cmd/internal/obj/ppc64: enable PCrel on power10/ppc64/linux | Paul E. Murphy |
| 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 |