| Age | Commit message (Expand) | Author |
| 2026-02-10 | cmd/internal/obj: add Align field to LSym | Ian Lance Taylor |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 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-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-05-15 | cmd/compile,cmd/asm: on PPC64, generate compares against constant 0 | Paul E. Murphy |
| 2024-04-01 | cmd/compile: support float min/max instructions on PPC64 | 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-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-15 | cmd/internal/obj/ppc64: improve RLWNM encoding | Paul E. Murphy |
| 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 | 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-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-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-15 | cmd/asm, cmd/internal/obj/ppc64: increase asm test coverage for PPC64 | Archana R |
| 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-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-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-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 |