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
Age
Commit message (
Expand
)
Author
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/internal/ssa: model right shift more precisely
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-29
[dev.simd] cmd/compile: enhance inlining for closure-of-SIMD
David Chase
2025-10-29
runtime: use internal/strconv
Russ Cox
2025-10-28
cmd/compile: don't optimize away a panicing interface comparison
Keith Randall
2025-10-28
cmd/compile: rewrite proved multiplies by 0 or 1 into CondSelect
Jorropo
2025-10-27
cmd/compile: add generic rules to remove bool → int → bool roundtrips
Jorropo
2025-10-27
cmd/compile: teach prove about unsigned rounding-up divide
Jorropo
2025-10-27
[dev.simd] test: add some trickier cases to ternary-boolean simd test
David Chase
2025-10-26
cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64
Meng Zhuo
2025-10-24
[dev.simd] cmd/compile, simd: add rewrite to convert logical expression trees...
David Chase
2025-10-15
cmd/compile: eliminate bound check for slices of the same length
Youlin Feng
2025-10-14
cmd/compile: disable use of new saturating float-to-int conversions
David Chase
2025-10-14
Revert "cmd/compile: make 386 float-to-int conversions match amd64"
David Chase
2025-10-14
Revert "runtime: adjust softfloat corner cases to match amd64/arm64"
David Chase
2025-10-14
Revert "cmd/compile: make wasm match other platforms for FP->int32/64 convers...
David Chase
2025-10-14
cmd/compile/internal/devirtualize: fix OCONVNOP assertion
Mateusz Poliwczak
2025-10-13
go/types, types2: permit type cycles through type parameter lists
Robert Griesemer
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-09
cmd/compile: make wasm match other platforms for FP->int32/64 conversions
David Chase
2025-10-09
runtime: adjust softfloat corner cases to match amd64/arm64
David Chase
2025-10-09
cmd/compile: make 386 float-to-int conversions match amd64
David Chase
2025-10-09
cmd/compile: modify float-to-[u]int so that amd64 and arm64 match
David Chase
2025-10-08
cmd/compile/internal/devirtualize: improve concrete type analysis
Mateusz Poliwczak
2025-10-08
cmd/compile: fuse NaN checks with other comparisons
Michael Munday
2025-10-07
[dev.simd] cmd/compile: track which CPU features are in scope
David Chase
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
internal/buildcfg: enable greenteagc experiment by default
Michael Anthony Knyszek
2025-10-06
test/codegen: make sure assignment results are used.
Cherry Mui
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2025-10-03
cmd/compile: improve slicemask removal
David Chase
2025-10-03
cmd/compile: remove stores to unread parameters
Cherry Mui
2025-10-03
cmd/compile: enhance prove to deal with double-offset IsInBounds checks
David Chase
2025-10-03
cmd/compile: rewrite to elide Slicemask from len==c>0 slicing
David Chase
2025-10-03
[dev.simd] all: merge master (adce7f1) into dev.simd
Cherry Mui
2025-10-02
cmd/compile: propagate len([]T{}) to make builtin to allow stack allocation
Mateusz Poliwczak
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
[prev]
[next]