aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk/convert.go
AgeCommit message (Expand)Author
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2022-11-17cmd/compile: fix broken IR for iface -> efaceCuong Manh Le
2022-09-19cmd/compile: implement slice-to-array conversionsMatthew Dempsky
2022-08-18cmd/compile/internal/noder: shape-based stenciling for unified IRMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: add RType fieldsMatthew Dempsky
2022-06-21[dev.unified] cmd/compile: extract rtype code from walkMatthew Dempsky
2022-03-30cmd/compile/internal/walk: fix wrong soleComponent implementationCuong Manh Le
2022-03-25cmd/compile: handle sole component for 1-byte type interface conversionCuong Manh Le
2021-10-07cmd/compile,runtime: implement uint64->float32 correctly on 32-bit archsKeith Randall
2021-09-09cmd/compile: move checkptr alignment to SSA generationCuong Manh Le
2021-08-31cmd/compile: use right line number for conversion expressionKeith Randall
2021-08-27cmd/compile: unexport Type.Width and Type.Align [generated]Matthew Dempsky
2021-08-25cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] patternCuong Manh Le
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
2021-07-24[dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith Randall
2021-06-26[dev.typeparams] cmd/compile: rewrite method calls during typecheckCuong Manh Le
2021-05-26[dev.typeparams] cmd/compile: simplify inlining variadic callsMatthew Dempsky
2021-04-12cmd/compile: make interface conversion function selection ABI insensitiveCherry Zhang
2021-04-08cmd/compile: adjust interface conversion function selection with 0-sized fieldsCherry Zhang
2021-04-08cmd/compile: fix buglet in walk convert phase relating to convF32/64Than McIntosh
2021-04-08cmd/compile: fix buglet in walk convert phase relating to convT64Than McIntosh
2021-04-05cmd/compile, runtime: use ABI-aware function converting float to interfaceCherry Zhang
2021-01-17[dev.regabi] cmd/compile: use LinksymOffsetExpr in walkConvInterfaceMatthew Dempsky
2021-01-17[dev.regabi] cmd/compile: refactor temp construction in walkMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-16[dev.regabi] cmd/compile: remove ONEWOBJCuong Manh Le
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: move Node.Opt to NameMatthew Dempsky
2020-12-24[dev.regabi] cmd/compile: change ir.IsAssignable -> ir.IsAddressableCuong Manh Le
2020-12-23[dev.regabi] cmd/compile: split SliceExpr.List into separate fieldsMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split up walkexpr1, walkstmt [generated]Russ Cox