aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/_gen/dec.rules
AgeCommit message (Expand)Author
2026-03-26[release-branch.go1.26] cmd/compile: handle zero-sized values more generallykhr@golang.org
2026-02-26[release-branch.go1.26] cmd/compile: ensure StructMake/ArrayMake1 of direct i...Keith Randall
2025-11-14cmd/compile: allow multi-field structs to be stored directly in interfacesKeith Randall
2025-10-29cmd/compile: make prove understand div, mod betterRuss Cox
2025-08-11Revert "cmd/compile: allow StructSelect [x] of interface data fields for x>0"Keith Randall
2025-08-05cmd/compile: allow StructSelect [x] of interface data fields for x>0Keith Randall
2024-09-26cmd/compile: generalize struct load/storeCuong Manh Le
2023-10-12cmd/compiler: make decompose shortcuts apply for PtrShaped, not just PtrDavid Chase
2023-10-10cmd/compile: get rid of zero-sized values in call expansionDavid Chase
2023-10-06cmd/compile: expand calls cleanupDavid Chase
2022-10-04cmd/compile: rename gen and builtin to _gen and _builtinRuss Cox