| Age | Commit message (Expand) | Author |
| 2025-01-28 | runtime: rename mapiterinit and mapiternext | Michael Pratt |
| 2025-01-14 | internal/runtime/maps: re-enable some tests | Keith Randall |
| 2025-01-12 | cmd/compile: fix write barrier coalescing | Keith Randall |
| 2024-11-22 | cmd/compile: modify CSE to remove redundant OpLocalAddrs | Youlin Feng |
| 2024-11-21 | cmd/compile: pull multiple adds out of an unsafe.Pointer<->uintptr conversion | Keith Randall |
| 2024-11-13 | cmd/compile: wire up math/bits.TrailingZeros intrinsics for loong64 | Xiaolin Zhao |
| 2024-11-12 | cmd/compile/internal/ssa: improve carry addition rules on PPC64 | Paul E. Murphy |
| 2024-11-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | Guoqi Chen |
| 2024-11-11 | cmd/compile: wire up bits.Reverse intrinsics for loong64 | Xiaolin Zhao |
| 2024-11-08 | cmd/compile: implement FMA codegen for loong64 | Xiaolin Zhao |
| 2024-11-06 | cmd/compile: wire up Bswap/ReverseBytes intrinsics for loong64 | Xiaolin Zhao |
| 2024-11-06 | cmd/compile: wire up math/bits.Len intrinsics for loong64 | Xiaolin Zhao |
| 2024-11-05 | cmd/compile: add loong64-specific inlining for runtime.memmove | Xiaolin Zhao |
| 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 |