| Age | Commit message (Expand) | Author |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 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-10-29 | cmd/internal/obj/ppc64: add double-decimal arithmetic instructions | Jayanth Krishnamurthy |
| 2024-04-01 | cmd/compile: support float min/max instructions on PPC64 | 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: 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-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 |
| 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,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-05-06 | cmd/compile,cmd/asm: fix ppc64 usage of BI argument of BC opcode | Paul E. Murphy |
| 2022-03-11 | cmd/asm: add support for bdnz/bdz extended mnemonics 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 |
| 2021-10-11 | cmd/internal/obj/ppc64: remove unused REG_DCR types | Paul E. Murphy |
| 2021-09-23 | cmd/compile: enable reg args and add duffcopy support on ppc64x | 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-04-30 | cmd/internal/obj/ppc64: simplify got/toc address classification | 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-03-19 | cmd/internal/obj/ppc64: consolidate memory classifications | Paul E. Murphy |
| 2020-09-28 | cmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsli support on power9 | Lynn Boger |
| 2020-09-17 | cmd/compile: use combined shifts to improve array addressing on ppc64x | Lynn Boger |
| 2020-04-29 | cmd/compile,cmd/internal/obj/ppc64: use mod instructions on power9 | Lynn Boger |
| 2020-04-23 | cmd/asm,cmd/internal/obj/ppc64: update instructions and tests | Lynn Boger |
| 2020-03-13 | cmd/internal/obj/ppc64: clean up some opcodes | Lynn Boger |
| 2019-11-04 | cmd/internal/obj/ppc64: add support for DQ-form instructions | Carlos Eduardo Seo |
| 2019-08-29 | cmd/internal/obj/ppc64: add support for vmrgow,vmrgew | Lynn Boger |
| 2019-03-20 | cmd/compile/internal, cmd/internal/obj/ppc64: generate new count trailing zer... | Carlos Eduardo Seo |
| 2018-11-28 | cmd/asm,cmd/internal/obj/ppc64: add VPERMXOR to ppc64 assembler | Lynn Boger |
| 2018-11-27 | cmd: fix symbols addressing for aix/ppc64 | Clément Chigot |
| 2018-04-26 | cmd/compile, cmd/internal/obj/ppc64: make math.Round an intrinsic on ppc64x | Carlos Eduardo Seo |
| 2018-04-18 | cmd/internal/obj/ppc64: add vector multiply instructions | Carlos Eduardo Seo |
| 2018-03-13 | cmd/internal/obj/ppc64: implement full operand support for l*arx instructions | Carlos Eduardo Seo |
| 2018-03-09 | cmd/compile: add DWARF reg defs & fix 32-bit location list bug | David Chase |
| 2018-02-15 | cmd/asm, cmd/internal/obj/ppc64: add Immediate Shifted opcodes for ppc64x | Carlos Eduardo Seo |
| 2017-11-06 | runtime: improve IndexByte for ppc64x | Carlos Eduardo Seo |
| 2017-10-30 | cmd/compile,cmd/internal/obj/ppc64: make math.Abs,math.Copysign instrinsics o... | Lynn Boger |
| 2017-09-14 | cmd/compile,math: improve int<->float conversions on ppc64x | Lynn Boger |
| 2017-08-29 | cmd/asm, cmd/internal/obj/ppc64: add ISA 3.0 instructions | Carlos Eduardo Seo |
| 2017-04-20 | cmd/compile: add rotates to PPC64.rules | Lynn Boger |
| 2017-02-09 | cmd/asm, cmd/internal/obj/ppc64: Add ISA 2.05, 2.06 and 2.07 instructions. | Carlos Eduardo Seo |