| Age | Commit message (Expand) | Author |
| 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-11-22 | cmd/asm: fix the KMCTR instruction encoding and argument passing | Srinivas Pokala |
| 2023-11-22 | cmd/internal/obj/riscv: add support of PCALIGN directive | Meng Zhuo |
| 2023-11-21 | cmd/internal/obj: set morestack arg spilling and regabi prologue on loong64 | Guoqi Chen |
| 2023-11-21 | cmd/compile,cmd/internal,runtime: change registers on loong64 to avoid regABI... | Guoqi Chen |
| 2023-11-21 | cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loo... | Guoqi Chen |
| 2023-11-21 | cmd/compile, cmd/internal, runtime: change the registers used by the duff dev... | Guoqi Chen |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 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-09 | cmd/internal/obj/riscv: improve handling of invalid assembly | Joel Sing |
| 2023-11-08 | cmd/internal/obj/arm64: fix frame pointer restore in epilogue | Keith Randall |
| 2023-11-07 | cmd/internal/obj/riscv: support subtraction with a constant | Joel Sing |
| 2023-11-07 | cmd/internal/obj/riscv: fix the offset of JALR transformed from JAL | Wang Yaduo |
| 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-19 | all: drop old +build lines | Dmitri Shuralyov |
| 2023-10-18 | cmd/internal/obj/ppc64: refactor maskgen64 usage | Paul E. Murphy |
| 2023-10-18 | cmd/internal/obj/arm64: replace the migrated url address | cui fliter |
| 2023-10-05 | cmd/internal/obj/ppc64: generate MOVD mask constants in register | Paul E. Murphy |
| 2023-10-05 | runtime: support SetUnhandledExceptionFilter on Windows | qmuntal |
| 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-10-03 | cmd: fix mismatched symbols | cui fliter |
| 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-19 | cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocations | Joel Sing |
| 2023-09-17 | cmd/internal/obj/riscv: clean up immediate checking | Joel Sing |
| 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-08 | cmd/internal/obj/riscv: clean up error checking for encoding | Joel Sing |
| 2023-09-08 | cmd/internal/obj/riscv: correct message in regVal panic | Joel Sing |
| 2023-09-08 | cmd/internal/obj/riscv: simplify instructionsForMOV | Joel Sing |
| 2023-09-07 | cmd/internal/obj/ppc64: do not assemble non-constant rotate RLWMI | Paul E. Murphy |
| 2023-09-05 | cmd/asm: add KMA and KMCTR instructions on s390x. | root |
| 2023-09-02 | cmd: fix some comments | cui fliter |
| 2023-09-01 | cmd/internal/dwarf: replace Sym.Length with Context.Size | Matthew Dempsky |
| 2023-09-01 | cmd/internal/obj: simplify filename handling | Matthew Dempsky |
| 2023-08-29 | cmd/internal/obj: add Func type to replace "curfn any" | Matthew Dempsky |
| 2023-08-29 | cmd/internal/{dwarf,obj}: stop substituting "" with pkgprefix | Matthew Dempsky |
| 2023-08-29 | cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgInfo} behavior | Matthew Dempsky |
| 2023-08-29 | cmd: simplify some handling of package paths | Matthew Dempsky |
| 2023-08-28 | cmd/internal/obj/arm64: avoid unnecessary pool literal usage for load/store p... | Joel Sing |
| 2023-08-25 | cmd/internal/obj/arm64: load large constants into vector registers from rodata | Joel Sing |
| 2023-08-23 | cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64 | Joel Sing |
| 2023-08-22 | cmd/internal/obj/arm64: add test coverage for VMOVS and VMOVD | Joel Sing |