aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk/convert.go
AgeCommit message (Expand)Author
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