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
/
test
/
codegen
Age
Commit message (
Expand
)
Author
45 hours
cmd/compile: add boolean absorption laws to SSA rewrite rules
Timo Friedl
6 days
cmd/internal/tesdir: fix Test/codegen/switch on loong64
qmuntal
6 days
cmd/compile: run CondSelect into math rules on all arches
Jorropo
6 days
cmd/compile: improve stp merging for non-sequent cases
Melnikov Denis
7 days
cmd/compile: support all constant return types in switch lookup tables
qmuntal
8 days
cmd/compile: optimize CondSelect to math on arm64 with inline register shifts
Jorropo
8 days
cmd/compile: improve Mul to Left Shift rules
Jorropo
9 days
cmd/compile: extend condselect into math code to handle other constants than 1
Jorropo
9 days
cmd/compile: improve uint8/uint16 logical immediates on PPC64
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
11 days
cmd/compile: optimize switch statements using lookup tables
qmuntal
11 days
cmd/compile: extend all the cmov into math generic rules with their contrary
Jorropo
2026-03-31
test/codegen: remove unneeded commas
Keith Randall
2026-03-31
test/codegen: fix some unbalanced quotes
Keith Randall
2026-03-31
test/codegen: replace commas with spaces between regexps
Keith Randall
2026-03-31
test/codegen: get rid of \s
Keith Randall
2026-03-31
test/codegen: fix broken syntax
Keith Randall
2026-03-31
cmd/compile: convert some condmoves in XOR
Jorropo
2026-03-31
cmd/compile: convert some condmoves in OR
Jorropo
2026-03-27
test/codegen: check mips64 sqrt/abs code only for hardfloat
Keith Randall
2026-03-27
test/codegen: remove noop Ands from test cases
Jorropo
2026-03-27
test/codegen: fix ppc64x rldicl bit test
Paul Murphy
2026-03-26
cmd/compile: on ARM64 merge shifts into TBZ & TBNZ
Jorropo
2026-03-25
cmd/compile: ppc64 fold (x+x)<<c into x<<(c+1)
Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-23
test/codegen: add codegen checks for float32/float64 conversions optimizations
Julian Zhu
2026-03-20
cmd/compile: on arm64 pair a load with a load in a subsequent block
Keith Randall
2026-03-16
cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x)))
Meng Zhuo
2026-03-10
cmd/compile: forward small Load through Move to avoid redundant copies
dorbmon
2026-03-06
cmd/compile: additional optimisation for CZEROEQZ/CZERONEZ on riscv64
Joel Sing
2026-03-02
cmd/compile, simd/archsimd: add VPSRL immeidate peepholes
Junyang Shao
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-02-28
test/codegen: add code generation test for subtle.ConstantTimeSelect
Joel Sing
2026-02-28
test/codegen: tighten bit related codegen tests on riscv64
Joel Sing
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-06
cmd/compile: allow equal functions to perform unaligned load on loong64
Guoqi Chen
2026-02-04
test/codegen: codify bit related code generation for loong64
Xiaolin Zhao
2026-01-29
test/codegen: add bitwise operation combination tests
Xiaolin Zhao
2026-01-23
cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits values
Jorropo
2026-01-22
cmd/compile: optimize small constant-sized MemEq
Alexander Musman
2026-01-22
cmd/compile: fix mis-compilation for static array initialization
Cuong Manh Le
2026-01-13
runtime: rename mallocTiny* to mallocgcTinySize*
Michael Matloob
2026-01-02
test/codegen: codify bit related code generation for arm64
Joel Sing
2026-01-02
cmd/compile: optimize SIMD IsNaN.Or(IsNaN)
Cherry Mui
2025-12-30
test/codegen: fix a tab in comparisons.go to ensure pattern works
Alexander Musman
2025-12-26
test/codegen: tidy tests for bits
Joel Sing
2025-12-23
test/codegen: codify bit related code generation for riscv64
Joel Sing
2025-12-08
[dev.simd] all: merge master (a33bbf1) into dev.simd
Cherry Mui
2025-12-08
[dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd"
David Chase
[next]