| Age | Commit message (Expand) | Author |
| 2024-09-18 | cmd/internal/obj/s390x: fix m6 field encoding for VSTRC instruction on s390x | Srinivas Pokala |
| 2024-09-13 | cmd/internal/obj/loong64: add support for instructions FSCALEB{F/D} and FLOGB... | Xiaolin Zhao |
| 2024-09-12 | cmd/compile,cmd/internal/obj/riscv: always provide ANDN, ORN and XNOR for ris... | Joel Sing |
| 2024-09-06 | cmd/asm/internal: use slices.Contains | Tobias Klauser |
| 2024-09-05 | cmd/internal/obj/loong64: add support for instructions ANDN and ORN | Xiaolin Zhao |
| 2024-09-04 | all: fix printf(var) mistakes detected by latest printf checker | Alan Donovan |
| 2024-08-23 | cmd/internal/obj/loong64: add support for instructions BSTRPICK.{W/D} and BST... | Xiaolin Zhao |
| 2024-08-03 | cmd/internal/obj/loong64: add FLDX,FSTX,LDX.STX instructions support | Guoqi Chen |
| 2024-08-03 | cmd/internal/obj/loong64: add support for instructions FTINT{RM/RP/RZ/RNE}.{W... | Xiaolin Zhao |
| 2024-08-03 | cmd/internal/obj/loong64: add support for instructions FFINT.{S/D}.{W/L} and ... | Xiaolin Zhao |
| 2024-08-03 | cmd/internal/obj/loong64: add support for instructions FCOPYSIGN.{S/D} and FC... | Xiaolin Zhao |
| 2024-08-02 | cmd/internal/obj/loong64: add support for instructions F{MAX/NIN}.{S/D} | Xiaolin Zhao |
| 2024-08-02 | cmd/internal/obj/loong64: add support for MOV{GR2FCSR/FCSR2GR/FR2CF/CF2FR} in... | Xiaolin Zhao |
| 2024-07-30 | cmd/internal/obj/loong64, cmd/asm: remove useless instructions | limeidan |
| 2024-07-29 | cmd/internal/obj/loong64, cmd/asm: remove invalid optab items | limeidan |
| 2024-07-29 | cmd/asm: change register type for loong64 floating-point | Xiaolin Zhao |
| 2024-07-27 | cmd/internal/obj/loong64: add CPUCFG instructions support | Guoqi Chen |
| 2024-07-24 | cmd/internal/obj/arm64: support MSR DIT | Roland Shoemaker |
| 2024-06-25 | cmd/internal/obj/arm64: fix return with register | Joel Sing |
| 2024-05-22 | cmd/internal/obj/loong64: add atomic memory access instructions support | Guoqi Chen |
| 2024-05-17 | cmd/asm: on PPC64, fix assembling of FCMPO opcode | Paul E. Murphy |
| 2024-05-15 | cmd/compile,cmd/asm: on PPC64, generate compares against constant 0 | Paul E. Murphy |
| 2024-05-13 | cmd/internal/obj/loong64: improve the definition of plan9 assembly format in ... | Guoqi Chen |
| 2024-04-24 | cmd/internal/obj/ppc64: fix incorrect int to int64 conversion when checking M... | Paul E. Murphy |
| 2024-04-07 | cmd/internal/obj/riscv: check immediate for rotation instructions | Joel Sing |
| 2024-04-01 | cmd/compile: support float min/max instructions on PPC64 | Paul E. Murphy |
| 2024-03-22 | cmd/internal/obj/riscv: improve register MOVB/MOVH/MOVBU/MOVHU for rva22u64 | Joel Sing |
| 2024-03-20 | cmd/internal/obj: support Zba, Zbb, Zbs extensions in riscv64 assembler | Wang Yaduo |
| 2024-03-13 | cmd/asm,cmd/compile: generate less instructions for most 32 bit constant adds... | Paul E. Murphy |
| 2024-03-07 | cmd/compile,cmd/internal/obj: provide rotation pseudo-instructions for riscv64 | Joel Sing |
| 2024-02-28 | cmd/internal/obj/ppc64: generate smaller machine code for OR/XOR of uint32 va... | Paul E. Murphy |
| 2024-02-21 | cmd/asm, cmd/internal/obj: enable rounding mode suffix for riscv64 | Meng Zhuo |
| 2023-12-15 | cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0. | Keith Randall |
| 2023-12-15 | cmd/asm: fix encoding for arm right shift by constant 0 | Keith Randall |
| 2023-12-08 | cmd/internal/obj/arm64: fix invalid register pair for LDP | eric fang |
| 2023-12-07 | cmd/asm: print absolute PC for all patterns "off(PC)" in testEndToEnd | Ruinan |
| 2023-11-22 | cmd/asm: fix the KMCTR instruction encoding and argument passing | Srinivas Pokala |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-09 | cmd/internal/obj/ppc64: remove C_UCON optab matching class | Paul E. Murphy |
| 2023-11-09 | cmd/internal/obj/riscv: improve handling of invalid assembly | Joel Sing |
| 2023-11-07 | cmd/internal/obj/riscv: support subtraction with a constant | Joel Sing |
| 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-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-19 | cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocations | Joel Sing |
| 2023-09-15 | cmd/internal/obj/ppc64: improve RLWNM encoding | Paul E. Murphy |
| 2023-09-05 | cmd/asm: add KMA and KMCTR instructions on s390x. | root |
| 2023-08-29 | cmd/asm: stop using "" as the local package prefix | Matthew Dempsky |