aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssagen
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-01-22cmd/compile: ensure ops have the expected argument widthsKeith Randall
2026-01-22internal/runtime: remove math.Mul64Gavin Lam
2026-01-13runtime: rename mallocTiny* to mallocgcTinySize*Michael Matloob
2026-01-13all: fix misspellings in commentscuishuang
2026-01-08simd/archsimd: rename Broadcast methodsCherry Mui
2026-01-02simd/archsimd: make IsNaN unaryCherry Mui
2025-12-29simd/archsimd: remove redundant suffix of ExtendLo operationsCherry Mui
2025-12-24simd/archsimd: fix "go generate" commandCherry Mui
2025-12-22simd/archsimd: correct documentation for pairwise operationsCherry Mui
2025-12-19simd/archsimd: delete DotProductQuadruple methods for nowCherry Mui
2025-12-19simd/archsimd: add Grouped for 256- and 512-bit SaturateTo(U)Int16Concat, and...Cherry Mui
2025-12-19simd/archsimd: correct type and instruction for SaturateToUint8Cherry Mui
2025-12-11simd/archsimd: rename Mask.AsIntMxN to Mask.ToIntMxNCherry Mui
2025-12-08[dev.simd] simd, cmd/compile: move "simd" to "simd/archsimd"David Chase
2025-12-08[dev.simd] simd: add carryless multiplyDavid Chase
2025-12-03[dev.simd] all: merge master (5945fc0) into dev.simdDavid Chase
2025-11-26cmd/compile: introduce alias analysis and automatically free non-aliased memo...thepudds
2025-11-26cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequalAlexander Musman
2025-11-25[dev.simd] simd, cmd/compile: add float -> float conversionsJunyang Shao
2025-11-25[dev.simd] simd, cmd/compile: add int -> fp conversionsJunyang Shao
2025-11-25[dev.simd] simd, cmd/compile: add float -> int conversionsJunyang Shao
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-21[dev.simd] cmd/compile, simd: update conversion API namesJunyang Shao
2025-11-21cmd/compile/internal: fix typosJes Cok
2025-11-20[dev.simd] simd, cmd/compile: add more element types for Select128FromPairDavid Chase
2025-11-20[dev.simd] simd: fix signatures for PermuteConstant* methodsDavid Chase
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-18[dev.simd] cmd/compile, simd: change DotProductQuadruple and add peepholesJunyang Shao
2025-11-18[dev.simd] cmd/compile, simd: change SHA ops names and typesJunyang Shao
2025-11-17[dev.simd] cmd/compile, simd: change AES op names and add missing sizeJunyang Shao
2025-11-17[dev.simd] cmd/compile, simd: add VPALIGNRJunyang Shao
2025-11-13[dev.simd] all: merge master (57362e9) into dev.simdCherry Mui
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-10[dev.simd] simd, cmd/compile: remove move from APIJunyang Shao
2025-11-06Revert "runtime: remove the pc field of _defer struct"Keith Randall
2025-11-04cmd/compile: implement Avg64u, Hmul64, Hmul64u for wasmRuss Cox
2025-11-03runtime: remove the pc field of _defer structYoulin Feng
2025-11-03crypto/internal/constanttime: expose intrinsics to the FIPS 140-3 packagesFilippo Valsorda
2025-10-30cmd/compile: implement bits.Mul64 on 32-bit systemsRuss Cox
2025-10-27crypto/subtle,cmd/compile: add intrinsics for ConstantTimeSelect and *EqJorropo
2025-10-24[dev.simd] cmd/compile, simd: add SHA featuresJunyang Shao
2025-10-22[dev.simd] cmd/compile, simd: add definitions for VPTERNLOG[DQ]David Chase
2025-10-15cmd/compile: use block starting position for phi line numberKeith Randall
2025-10-14[dev.simd] cmd/compile, simd: update DotProd to DotProductJunyang Shao
2025-10-14[dev.simd] cmd/compile, simd: remove mask load and storesJunyang Shao
2025-10-10cmd/compile: repair bisection behavior for float-to-unsigned conversionDavid Chase
2025-10-09cmd/compile: call generated size-specialized malloc functions directlyMichael Matloob
2025-10-09cmd/compile: modify float-to-[u]int so that amd64 and arm64 matchDavid Chase