aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-10-29cmd/compile: make prove understand div, mod betterRuss Cox
2025-10-29test/codegen: simplify asmcheck pattern matchingRuss Cox
2025-10-29[dev.simd] cmd/compile: enhance inlining for closure-of-SIMDDavid Chase
2025-10-29runtime: use internal/strconvRuss Cox
2025-10-28cmd/compile: don't optimize away a panicing interface comparisonKeith Randall
2025-10-28cmd/compile: rewrite proved multiplies by 0 or 1 into CondSelectJorropo
2025-10-27cmd/compile: add generic rules to remove bool → int → bool roundtripsJorropo
2025-10-27cmd/compile: teach prove about unsigned rounding-up divideJorropo
2025-10-27[dev.simd] test: add some trickier cases to ternary-boolean simd testDavid Chase
2025-10-26cmd/compile: use MOV(D|F) with const for Const(64|32)F on riscv64Meng Zhuo
2025-10-24[dev.simd] cmd/compile, simd: add rewrite to convert logical expression trees...David Chase
2025-10-15cmd/compile: eliminate bound check for slices of the same lengthYoulin Feng
2025-10-14cmd/compile: disable use of new saturating float-to-int conversionsDavid Chase
2025-10-14Revert "cmd/compile: make 386 float-to-int conversions match amd64"David Chase
2025-10-14Revert "runtime: adjust softfloat corner cases to match amd64/arm64"David Chase
2025-10-14Revert "cmd/compile: make wasm match other platforms for FP->int32/64 convers...David Chase
2025-10-14cmd/compile/internal/devirtualize: fix OCONVNOP assertionMateusz Poliwczak
2025-10-13go/types, types2: permit type cycles through type parameter listsRobert Griesemer
2025-10-13cmd/compile: don't depend on arch-dependent conversions in the compilerKeith Randall
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2025-10-09cmd/compile: make wasm match other platforms for FP->int32/64 conversionsDavid Chase
2025-10-09runtime: adjust softfloat corner cases to match amd64/arm64David Chase
2025-10-09cmd/compile: make 386 float-to-int conversions match amd64David Chase
2025-10-09cmd/compile: modify float-to-[u]int so that amd64 and arm64 matchDavid Chase
2025-10-08cmd/compile/internal/devirtualize: improve concrete type analysisMateusz Poliwczak
2025-10-08cmd/compile: fuse NaN checks with other comparisonsMichael Munday
2025-10-07[dev.simd] cmd/compile: track which CPU features are in scopeDavid Chase
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-06internal/buildcfg: enable greenteagc experiment by defaultMichael Anthony Knyszek
2025-10-06test/codegen: make sure assignment results are used.Cherry Mui
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2025-10-03cmd/compile: improve slicemask removalDavid Chase
2025-10-03cmd/compile: remove stores to unread parametersCherry Mui
2025-10-03cmd/compile: enhance prove to deal with double-offset IsInBounds checksDavid Chase
2025-10-03cmd/compile: rewrite to elide Slicemask from len==c>0 slicingDavid Chase
2025-10-03[dev.simd] all: merge master (adce7f1) into dev.simdCherry Mui
2025-10-02cmd/compile: propagate len([]T{}) to make builtin to allow stack allocationMateusz Poliwczak
2025-09-30test/codegen: codify handling of floating point constants on arm64Joel Sing
2025-09-30cmd/compile: eliminate nil checks on .dict argJake Bailey
2025-09-27cmd/compile: implement jump table on loong64limeidan
2025-09-26runtime: use a smaller arena size on WasmCherry Mui
2025-09-26[dev.simd] cmd/compile: make condtion of CanSSA smarter for SIMD fieldsJunyang Shao
2025-09-26cmd/compile: fix ICE with new(<untyped expr>)Cuong Manh Le
2025-09-25[dev.simd] all: merge master (d70ad4e) into dev.simdCherry Mui
2025-09-24cmd/compile: don't rely on loop info when there are irreducible loopsKeith Randall
2025-09-23cmd/compile/internal: support new(expr)Alan Donovan
2025-09-23go/types,types2: allow new(expr)Alan Donovan
2025-09-23[dev.simd] cmd/compile: improve slicemask removalDavid Chase
2025-09-23[dev.simd] cmd/compile: remove stores to unread parametersCherry Mui
2025-09-23[dev.simd] all: merge master (9b2d39b) into dev.simdCherry Mui