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
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
2025-12-05
test/codegen: test negation with add/sub on riscv64
Meng Zhuo
2025-11-28
test/codegen: fix shift tests on riscv64
Joel Sing
2025-11-26
cmd/compile: introduce alias analysis and automatically free non-aliased memo...
thepudds
2025-11-26
cmd/compile: handle loops better during stack allocation of slices
Keith Randall
2025-11-26
cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal
Alexander Musman
2025-11-24
[dev.simd] all: merge master (8dd5b13) into dev.simd
Cherry Mui
2025-11-23
cmd/compile: use 32x32->64 multiplies on loong64
Xiaolin Zhao
2025-11-21
cmd/compile: simplify negative on multiplication
Meng Zhuo
2025-11-20
[dev.simd] all: merge master (ca37d24) into dev.simd
Cherry Mui
2025-11-20
cmd/compile: stack allocate backing stores during append
khr@golang.org
2025-11-18
cmd/compile: fold boolean NOT into branches
Keith Randall
2025-11-17
cmd/compile: use 32x32->64 multiplies on arm64
Keith Randall
2025-11-17
[dev.simd] simd: update CPU feature APIs
Junyang Shao
2025-11-14
cmd/compile: fold negation into multiplication
Meng Zhuo
2025-11-14
cmd/compile: optimize comparisons with single bit difference
Michael Munday
2025-11-13
test: fix tests to work with sizespecializedmalloc turned off
matloob@golang.org
2025-11-13
[dev.simd] all: merge master (57362e9) into dev.simd
Cherry Mui
2025-11-12
cmd/compile: use FCLASSD for subnormal checks on riscv64
Michael Munday
2025-11-11
[dev.simd] cmd/compile: add masked merging ops and optimizations
Junyang Shao
2025-11-10
[dev.simd] cmd/compile: add peepholes for all masked ops and bug fixes
Junyang Shao
2025-11-04
cmd/compile/internal/ssa: more aggressive on dead auto elim
Youlin Feng
2025-11-04
cmd/compile: implement Avg64u, Hmul64, Hmul64u for wasm
Russ Cox
2025-10-30
cmd/compile: implement bits.Mul64 on 32-bit systems
Russ Cox
2025-10-29
cmd/compile: make prove understand div, mod better
Russ Cox
2025-10-29
test/codegen: simplify asmcheck pattern matching
Russ Cox
2025-10-27
cmd/compile: add generic rules to remove bool → int → bool roundtrips
Jorropo
2025-10-26
cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64
Meng Zhuo
2025-10-14
cmd/compile: disable use of new saturating float-to-int conversions
David Chase
2025-10-13
cmd/compile: don't depend on arch-dependent conversions in the compiler
Keith Randall
2025-10-09
cmd/compile: call generated size-specialized malloc functions directly
Michael Matloob
2025-10-08
cmd/compile: fuse NaN checks with other comparisons
Michael Munday
2025-10-06
test/codegen: make sure assignment results are used.
Cherry Mui
2025-10-03
cmd/compile: remove stores to unread parameters
Cherry Mui
2025-10-03
[dev.simd] all: merge master (adce7f1) into dev.simd
Cherry Mui
2025-09-30
test/codegen: codify handling of floating point constants on arm64
Joel Sing
2025-09-30
cmd/compile: eliminate nil checks on .dict arg
Jake Bailey
2025-09-27
cmd/compile: implement jump table on loong64
limeidan
2025-09-26
[dev.simd] cmd/compile: make condtion of CanSSA smarter for SIMD fields
Junyang Shao
2025-09-23
[dev.simd] cmd/compile: remove stores to unread parameters
Cherry Mui
2025-09-23
[dev.simd] all: merge master (9b2d39b) into dev.simd
Cherry Mui
2025-09-18
[dev.simd] cmd/compile: optimize VPTEST for 2-operand cases
Junyang Shao
2025-09-17
cmd/compile: fix the issue of shift amount exceeding the valid range
Xiaolin Zhao
[next]