| Age | Commit message (Expand) | Author |
| 2024-10-29 | cmd/compile: add rules to optimize go codes to constant 0 on loong64 | Xiaolin Zhao |
| 2024-10-25 | cmd/compile: add shift optimization test | Youlin Feng |
| 2024-10-25 | cmd/compile: optimize type switch for a single runtime known type with a case... | Youlin Feng |
| 2024-10-24 | cmd/compile/internal/ssa: fix PPC64 shift codegen regression | Paul E. Murphy |
| 2024-10-24 | cmd/compile: inline constant sized memclrNoHeapPointers calls on loong64 | Xiaolin Zhao |
| 2024-10-22 | cmd/compile: use STP/LDP around morestack on arm64 | Keith Randall |
| 2024-10-17 | cmd/compile: optimize loong64 with register indexed load/store | Xiaolin Zhao |
| 2024-10-07 | cmd/compile: avoid dynamic type when possible | Cuong Manh Le |
| 2024-09-13 | cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on lo... | Xiaolin Zhao |
| 2024-09-13 | cmd/compile: optimize RotateLeft8/16 on loong64 | Xiaolin Zhao |
| 2024-09-11 | test/codegen: add Rotate test for riscv64 | Meng Zhuo |
| 2024-09-10 | cmd/compile: optimize []byte(string1 + string2) | Paschalis Tsilias |
| 2024-08-28 | cmd/compile/internal/ssa: combine shift and addition for riscv64 rva22u64 | Joel Sing |
| 2024-08-26 | cmd/compile: regalloc: drop values that aren't used until after a call | Keith Randall |
| 2024-08-26 | cmd/compile: intrinsify math.MulUintptr on PPC64 | Paul E. Murphy |
| 2024-08-23 | test/codegen: add initial codegen tests for integer min/max | Joel Sing |
| 2024-08-14 | cmd/compile: improve unneeded zeroing removal | Keith Randall |
| 2024-08-12 | cmd/compile: add additional arm64 bit field rules | khr@golang.org |
| 2024-08-07 | cmd/compile: simplify prove pass | khr@golang.org |
| 2024-08-07 | cmd/compile: rewrite the constant parts of the prove pass | khr@golang.org |
| 2024-08-07 | cmd/compile, math: improve implementation of math.{Max,Min} on loong64 | Xiaolin Zhao |
| 2024-08-02 | cmd/compile,runtime: disable swissmap fast variants | Michael Pratt |
| 2024-07-23 | cmd/compile: make sync/atomic AND/OR operations intrinsic on amd64 | Keith Randall |
| 2024-07-23 | cmd/compile: store constant floats using integer constants | Keith Randall |
| 2024-06-07 | cmd/compile/ssa: fix (MOVWZreg (RLWINM)) folding on PPC64 | Paul E. Murphy |
| 2024-05-23 | test/codegen: add Mul test for riscv64 | Meng Zhuo |
| 2024-05-21 | cmd/compile/internal/ssa: fix ppc64 merging of (CLRLSLDI (SRD ...)) | Paul E. Murphy |
| 2024-05-17 | cmd/compile/internal/ssa: cleanup ANDCCconst rewrite rules on PPC64 | Paul E. Murphy |
| 2024-05-15 | cmd/compile/internal/ssa: combine more shift and masking on PPC64 | Paul E. Murphy |
| 2024-05-03 | cmd/compile/internal/ssa: on PPC64, try combining CLRLSLDI and SRDconst into ... | Paul E. Murphy |
| 2024-04-19 | cmd/compile: remove redundant calls to cmpstring | khr@golang.org |
| 2024-04-04 | cmd/internal/obj/ppc64: on Power10, use xxspltidp for float constants | Paul E. Murphy |
| 2024-04-02 | cmd/compile: check ODEREF for safe lhs in assignment during static init | Cuong Manh Le |
| 2024-04-01 | cmd/compile: support float min/max instructions on PPC64 | Paul E. Murphy |
| 2024-03-21 | cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic checks for atomics fo... | Andrey Bokhanko |
| 2024-03-21 | cmd/compile: include constant bools in memcombine | Keith Randall |
| 2024-03-15 | cmd/compile/internal: generate ADDZE on PPC64 | Paul E. Murphy |
| 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-29 | cmd/compile: soften type matching when allocating stack slots | khr@golang.org |
| 2024-02-16 | cmd/compile: improve rotations for riscv64 | Joel Sing |
| 2024-02-08 | test/codegen: add float max/min codegen test | Meng Zhuo |
| 2023-12-14 | all: remove newline characters after return statements | Danil Timerbulatov |
| 2023-12-01 | cmd/compile: correct code generation for right shifts on riscv64 | Joel Sing |
| 2023-11-30 | cmd/compile: fix memcombine pass for big endian, > 1 byte elements | Keith Randall |
| 2023-11-21 | cmd/compile/internal/walk: copy SSA-able variables | Matthew Dempsky |
| 2023-11-13 | cmd/compile/internal/ssa: on PPC64, merge (CMPconst [0] (op ...)) more aggres... | Paul E. Murphy |
| 2023-11-09 | cmd/internal/obj/ppc64: remove C_UCON optab matching class | Paul E. Murphy |
| 2023-10-30 | cmd/compile: optimize right shifts of int32 on riscv64 | Ubuntu |
| 2023-10-19 | test: migrate remaining files to go:build syntax | Dmitri Shuralyov |