aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-03-18cmd/compile: allow multiple induction variables in one block in proveYoulin Feng
2026-03-18runtime: add a test for issue 78081Keith Randall
2026-03-16cmd/compile: (riscv64) optimize float32(abs|sqrt64(float64(x)))Meng Zhuo
2026-03-13cmd/compile: keep blank nodes alive in b.loopJunyang Shao
2026-03-10cmd/compile: unwrap OCONVIFACE in staticinit for OAS2Oliver Eikemeier
2026-03-10cmd/compile: forward small Load through Move to avoid redundant copiesdorbmon
2026-03-10cmd/compile: fix ICE when checking slice capCuong Manh Le
2026-03-10test/fixedbugs: increase issue46234 test timeoutqmuntal
2026-03-09cmd/compile, go/*: allow generic methods starting with Go 1.27Robert Griesemer
2026-03-06cmd/compile: additional optimisation for CZEROEQZ/CZERONEZ on riscv64Joel Sing
2026-03-06test: run go fmt on prove.goJorropo
2026-03-06cmd/compile/internal/typecheck: simplify tcSliceHeaderCuong Manh Le
2026-03-06cmd/compile: use tail calls for wrappers for embedded interfacesKeith Randall
2026-03-04cmd/compile: fix ICE when indexing zero-sized arrays of non-SSAable typesMateusz Poliwczak
2026-03-02cmd/compile, simd/archsimd: add VPSRL immeidate peepholesJunyang Shao
2026-03-01cmd/compile: (wasm) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: (arm64) optimize float32(round64(float64(x)))David Chase
2026-03-01cmd/compile: (amd64) optimize float32(round64(float64(x)))David Chase
2026-02-28test/codegen: add code generation test for subtle.ConstantTimeSelectJoel Sing
2026-02-28test/codegen: tighten bit related codegen tests on riscv64Joel Sing
2026-02-27cmd/compile: canonicalize [0,1] == 1 & [0,1] != 1 → != 0 & == 0Jorropo
2026-02-27cmd/compile: fix internal compiler error: bad write barrier typeFrancisco Ferraz
2026-02-26cmd/compile: ternary rewrite of rewrite should skip, not panicDavid Chase
2026-02-25cmd/compile: treat all zero-sized values as SSA-ablekhr@golang.org
2026-02-25Revert "test/simd: add test for issue 77582"Cherry Mui
2026-02-25cmd/compile: ensure StructMake/ArrayMake1 of direct interfaces are unwrappedKeith Randall
2026-02-25test/simd: add test for issue 77582Eyalcfish
2026-02-24reflect: use &zeroVal[0] instead of nil for data field for zero-sized payloadsKeith Randall
2026-02-21cmd/compile: pointer-shaped types are SSAable even if lots of 0-sized fieldsKeith Randall
2026-02-19cmd/compile, go/*: move method type parameter checks from parsers to type che...Robert Griesemer
2026-02-15cmd/compile: don't drop same register twicekhr@golang.org
2026-02-14cmd/compile: avoid folding 64-bit integers into 32-bit constantsYoulin Feng
2026-02-12cmd/compile: fix slice bounds check elimination after function inliningYoulin Feng
2026-02-12cmd/compile: replace conditions to CCMP instructions on ARM64Ch1n-ch1nless
2026-02-10test/convert5: skip mipsleRongrong
2026-02-06cmd/compile: allow equal functions to perform unaligned load on loong64Guoqi Chen
2026-02-05cmd/compile: CSE loads across disjoint storesamusman
2026-02-04cmd/compile: don't double-walk the map argument of clearKeith Randall
2026-02-04test/codegen: codify bit related code generation for loong64Xiaolin Zhao
2026-01-29test/codegen: add bitwise operation combination testsXiaolin Zhao
2026-01-29cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due t...thepudds
2026-01-29cmd/compile: make prove use non-equality in subtraction for a stronger boundJonah Uellenberg
2026-01-26cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...fumiyanokesinn
2026-01-23cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits valuesJorropo
2026-01-22cmd/compile: optimize small constant-sized MemEqAlexander Musman
2026-01-22test: use lower-case error message in heapsampling.gojjpinto
2026-01-22cmd/compile: fix mis-compilation for static array initializationCuong Manh Le
2026-01-20cmd/compile/internal/staticinit: fix bug in global new(expr)Alan Donovan
2026-01-15go/types,cmd/compile/internal/types2: better diagnostic for type shadowingAlan Donovan
2026-01-13runtime: rename mallocTiny* to mallocgcTinySize*Michael Matloob