aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/_gen
AgeCommit message (Expand)Author
2026-01-22cmd/compile: optimize small constant-sized MemEqAlexander Musman
2026-01-13simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512Austin Clements
2026-01-08simd/archsimd: rename Broadcast methodsCherry Mui
2026-01-05simd/archsimd: use V(P)MOVMSK for mask ToBits if possibleCherry Mui
2026-01-02cmd/compile: optimize SIMD IsNaN.Or(IsNaN)Cherry 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-16cmd/compile: use unsigned constant when folding loads for SIMD ops with const...Cherry Mui
2025-12-08[dev.simd] cmd/compile: zero only low 128-bit of X15Cherry Mui
2025-12-08[dev.simd] simd: add carryless multiplyDavid Chase
2025-12-03[dev.simd] all: merge master (5945fc0) into dev.simdDavid Chase
2025-12-03[dev.simd] simd: make "best" instruction choice also depend on commutativityDavid 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 (02d1f3a) into dev.simdCherry Mui
2025-11-24cmd/compile: update s390x CALL* opsSrinivas Pokala
2025-11-24cmd/compile/internal: add register ABI information for s390xSrinivas Pokala
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: simplify negative on multiplicationMeng Zhuo
2025-11-21cmd/compile/internal/ssa: correct type of ARM64 conditional instructionsCh1n-ch1nless
2025-11-21[dev.simd] cmd/compile, simd: update conversion API namesJunyang Shao
2025-11-21[dev.simd] cmd/compile: fix incorrect mapping of SHA256MSG2128Neal Patel
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-19cmd/compile: Implement LoweredZeroLoop with LSX Instruction on loong64Guoqi Chen
2025-11-18cmd/compile: fold boolean NOT into branchesKeith Randall
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-17cmd/compile: use 32x32->64 multiplies on arm64Keith Randall
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-17[dev.simd] cmd/compile: fix unstable outputJunyang Shao
2025-11-14cmd/compile: allow multi-field structs to be stored directly in interfacesKeith Randall
2025-11-14cmd/compile/internal: remove incorrect riscv64 SLTI ruleMark Ryan
2025-11-14cmd/compile: fold negation into multiplicationMeng Zhuo
2025-11-14cmd/compile: optimize comparisons with single bit differenceMichael Munday
2025-11-14cmd/compile: remove unnecessary casts and types from riscv64 rulesMichael Munday
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