aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/expand_calls.go
AgeCommit message (Expand)Author
2021-12-02[release-branch.go1.16] cmd/compile: only update source type when processing ...Cuong Manh Le
2021-01-07cmd/compile: fix late expand_calls leaf type for OpStructSelect/OpArraySelectCuong Manh Le
2020-12-14cmd/compile: set correct type for OpIDataCuong Manh Le
2020-11-24cmd/compile: set OpLoad argument type interface{} correctlyCuong Manh Le
2020-11-20cmd/compile: allow loading single field of typed-interface{} OpIDataCuong Manh Le
2020-11-14cmd/compile: fix load of interface{}-typed OpIData in expand_callsDavid Chase
2020-10-29cmd/compile: delay expansion of OpArg until expand_callsDavid Chase
2020-10-23cmd/compile: avoid generating CSEs; do all aggregates; maintain debug namesDavid Chase
2020-10-09cmd/compile: some minor cleanupsDavid Chase
2020-10-07cmd/compile: store call args in the call blockCherry Zhang
2020-10-06cmd/compile: correct leaf type when "selecting" singleton register-sized structDavid Chase
2020-10-01cmd/compile: enable late expansion for interface callsDavid Chase
2020-10-01cmd/compile: fix late call expansion for SSA-able aggregate results and argum...David Chase
2020-09-23cmd/compile: enable late call expansion for multiple resultsDavid Chase
2020-09-18cmd/compile: add code to expand calls just before late optDavid Chase