aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-01-02test/codegen: codify bit related code generation for arm64Joel Sing
2026-01-02cmd/compile: optimize SIMD IsNaN.Or(IsNaN)Cherry Mui
2025-12-30all: fix some minor grammatical issues in the commentscuishuang
2025-12-30test/codegen: fix a tab in comparisons.go to ensure pattern worksAlexander Musman
2025-12-29tests: improve consistency and clarity of test diagnosticsjjpinto
2025-12-29test: follow got/want convention in uintptrescapes testjjpinto
2025-12-29test: clarify log message for surrogate UTF-8 checkjjpinto
2025-12-26test/codegen: tidy tests for bitsJoel Sing
2025-12-23test/codegen: codify bit related code generation for riscv64Joel Sing
2025-12-23cmd/compile: handle propagating an out-of-range jump table indexCuong Manh Le
2025-12-08[dev.simd] all: merge master (a33bbf1) into dev.simdCherry Mui
2025-12-08[dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd"David Chase
2025-12-05test/codegen: test negation with add/sub on riscv64Meng Zhuo
2025-12-05cmd/compile: fix mis-infer bounds in slice len/cap calculationsCuong Manh Le
2025-12-04cmd/compile: use isUnsignedPowerOfTwo rather than isPowerOfTwo for unsignedsJorropo
2025-12-02cmd/compile: ensure bloop only kept alive addressable nodesCuong Manh Le
2025-11-28test/codegen: fix shift tests on riscv64Joel Sing
2025-11-28cmd/compile: avoid unnecessary interface conversion in bloopCuong Manh Le
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-26go/types, types2: replace setDefType with pending type checkMark Freeman
2025-11-26cmd/compile: fix bloop get name logicJunyang Shao
2025-11-26cmd/compile: handle loops better during stack allocation of slicesKeith Randall
2025-11-26cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequalAlexander Musman
2025-11-24cmd/compile: add cases for StringLen to proveDavid Chase
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-23cmd/compile: use 32x32->64 multiplies on loong64Xiaolin Zhao
2025-11-21cmd/compile: change testing.B.Loop keep alive semanticJunyang Shao
2025-11-21cmd/compile: simplify negative on multiplicationMeng Zhuo
2025-11-21cmd/compile: rewrite Rsh to RshU if arguments are proved positiveJorropo
2025-11-21cmd/compile: propagate unsigned relations for Rsh if arguments are positiveJorropo
2025-11-21cmd/compile: fix integer overflow in prove passJakub Ciolek
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-20cmd/compile: stack allocate backing stores during appendkhr@golang.org
2025-11-19test: go fmt prove.go testsJorropo
2025-11-18cmd/compile: fold boolean NOT into branchesKeith Randall
2025-11-17cmd/compile: use 32x32->64 multiplies on arm64Keith Randall
2025-11-17[dev.simd] simd: update CPU feature APIsJunyang Shao
2025-11-17cmd/compile: teach prove about subtract idiomsKeith Randall
2025-11-14cmd/compile: allow multi-field structs to be stored directly in interfacesKeith Randall
2025-11-14cmd/compile: fold negation into multiplicationMeng Zhuo
2025-11-14cmd/compile: optimize comparisons with single bit differenceMichael Munday
2025-11-13test: fix tests to work with sizespecializedmalloc turned offmatloob@golang.org
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-12cmd/compile: use FCLASSD for subnormal checks on riscv64Michael Munday
2025-11-11[dev.simd] cmd/compile: add masked merging ops and optimizationsJunyang Shao
2025-11-10[dev.simd] cmd/compile: add peepholes for all masked ops and bug fixesJunyang Shao
2025-11-04cmd/compile/internal/ssa: more aggressive on dead auto elimYoulin Feng
2025-11-04cmd/compile: implement Avg64u, Hmul64, Hmul64u for wasmRuss Cox
2025-10-30cmd/compile/internal/ssa: model right shift more preciselyRuss Cox
2025-10-30cmd/compile: implement bits.Mul64 on 32-bit systemsRuss Cox