index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
/
internal
/
ssa
Age
Commit message (
Expand
)
Author
2026-03-01
cmd/compile: (wasm) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (arm64) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: (amd64) optimize float32(round64(float64(x)))
David Chase
2026-03-01
cmd/compile: cleanup downward counting loop code
Jorropo
2026-02-27
cmd/compile: canonicalize [0,1] == 1 & [0,1] != 1 → != 0 & == 0
Jorropo
2026-02-27
cmd/compile: use OpMove instead of memmove more on loong64
Guoqi Chen
2026-02-26
cmd/compile: ternary rewrite of rewrite should skip, not panic
David Chase
2026-02-25
cmd/compile: treat all zero-sized values as SSA-able
khr@golang.org
2026-02-25
cmd/compile: handle zero-sized values more generally
khr@golang.org
2026-02-25
Revert "cmd/compile: avoid panic in ternary rewrite on checked instructions"
David Chase
2026-02-25
Revert "test/simd: add test for issue 77582"
Cherry Mui
2026-02-25
cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrapped
Keith Randall
2026-02-25
test/simd: add test for issue 77582
Eyalcfish
2026-02-25
Revert "cmd/compile: add loclist for removed DCL nodes"
Cherry Mui
2026-02-24
cmd/compile: rewriteFixedLoad: ensure AuxInt is sign-extended
Rongrong
2026-02-24
cmd/compile: add loclist for removed DCL nodes
Derek Parker
2026-02-24
cmd/compile: avoid panic in ternary rewrite on checked instructions
Eyalcfish
2026-02-23
cmd/compile/internal/ssa: add codegen for Zicond extension on riscv64
Xueqi Luo
2026-02-23
cmd/compile: fix a typo in startRegs drop condition
Alexander Musman
2026-02-21
cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fields
Keith Randall
2026-02-15
cmd/compile: don't drop same register twice
khr@golang.org
2026-02-14
cmd/compile: avoid folding 64-bit integers into 32-bit constants
Youlin Feng
2026-02-12
cmd/compile: make the cached sdom always return the reverse PO
Daniel Morsing
2026-02-12
cmd/compile: fix slice bounds check elimination after function inlining
Youlin Feng
2026-02-12
cmd/compile: replace conditions to CCMP instructions on ARM64
Ch1n-ch1nless
2026-02-10
cmd/compile: move likely used values into registers before entering loop
Keith Randall
2026-02-06
runtime: add explicit lower bounds check to decoderune
Jonah Uellenberg
2026-02-05
cmd/compile: CSE loads across disjoint stores
amusman
2026-01-29
cmd/compile: make prove use non-equality in subtraction for a stronger bound
Jonah Uellenberg
2026-01-28
cmd/compile, simd: capture VAES instructions and fix AVX512VAES feature
Junyang Shao
2026-01-28
cmd/compile: (loong64) optimize float32(abs|sqrt64(float64(x)))
Xiaolin Zhao
2026-01-28
cmd/compile: remove the NORconst op on mips{,64}
Xiaolin Zhao
2026-01-27
cmd/compile, runtime: avoid improper control transfer instruction hints on ri...
wangboyao
2026-01-23
cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits values
Jorropo
2026-01-23
cmd/compile: cleanup noLimit in prove
Jorropo
2026-01-23
cmd/compile: improve PopCount's limits modeling and add bruteforce tests
Jorropo
2026-01-23
cmd/compile: add limits bruteforce tests for bitlen
Jorropo
2026-01-23
cmd/compile: improve Ctz's limits modeling and add bruteforce tests
Jorropo
2026-01-23
cmd/compile: cleanup isUnsignedPowerOfTwo
Jorropo
2026-01-23
cmd/compile: avoid extending when already sufficiently shifted on loong64
Xiaolin Zhao
2026-01-22
cmd/compile: ensure ops have the expected argument widths
Keith Randall
2026-01-22
cmd/compile: optimize small constant-sized MemEq
Alexander Musman
2026-01-22
cmd/compile: allow Bswap{64,32,16} on loong64
Guoqi Chen
2026-01-13
simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512
Austin Clements
2026-01-13
runtime: rename mallocTiny* to mallocgcTinySize*
Michael Matloob
2026-01-08
simd/archsimd: rename Broadcast methods
Cherry Mui
2026-01-05
simd/archsimd: use V(P)MOVMSK for mask ToBits if possible
Cherry Mui
2026-01-02
cmd/compile: optimize SIMD IsNaN.Or(IsNaN)
Cherry Mui
2026-01-02
simd/archsimd: make IsNaN unary
Cherry Mui
2025-12-29
simd/archsimd: remove redundant suffix of ExtendLo operations
Cherry Mui
[prev]
[next]