aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk/order.go
AgeCommit message (Expand)Author
2021-09-17cmd/compile: fix import/export of Init and Def fields.Dan Scales
2021-08-27cmd/compile: unexport Type.Width and Type.Align [generated]Matthew Dempsky
2021-08-09[dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall
2021-07-29[dev.typeparams] cmd/compile: implement generic .(T) operationsKeith Randall
2021-07-24[dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith Randall
2021-07-07[dev.typeparams] cmd/compile: rename PartialCallType -> MethodValueTypeCuong Manh Le
2021-07-03[dev.typeparams] cmd/compile: flatten OINLCALL in walkMatthew Dempsky
2021-06-27[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le
2021-06-26[dev.typeparams] cmd/compile: rewrite method calls during typecheckCuong Manh Le
2021-06-25[dev.typeparams] cmd/compile: use Type.LinkString for map keysMatthew Dempsky
2021-06-25[dev.typeparams] cmd/compile: rename types.Type.{Short,Long}String to {Link,N...Matthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: move call logic from order.go to escapeMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: desugar ORECOVER into ORECOVERFPMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: remove SetClosureCalled(false) hacksMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: remove CallExpr.PreserveClosureMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: allow typecheck of OCHECKNILMatthew Dempsky
2021-06-22[dev.typeparams] cmd/compile: remove special escape analysis tagsMatthew Dempsky
2021-06-12[dev.typeparams] cmd/compile: simplify NewClosureFuncMatthew Dempsky
2021-06-12[dev.typeparams] cmd/compile: refactor closure constructionMatthew Dempsky
2021-06-08[dev.typeparams] cmd/compile, runtime: always enable defer/go wrappingCherry Mui
2021-06-04[dev.typeparams] cmd/compile: allow go'd closure to escape when compiling run...Cherry Mui
2021-04-23cmd/compile, internal/abi: add FuncPCABIxxx intrinsicsCherry Zhang
2021-04-23cmd/compile: escape "go" wrapper closure everywhereCherry Zhang
2021-04-23cmd/compile: fix bug in defer wrappingThan McIntosh
2021-04-20cmd/compile: preserve pointerness when creating map key tempCherry Zhang
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-13cmd/compile: always zero the temporary in mapKeyTempCherry Zhang
2021-04-13cmd/compile: make map functions ABI insensitiveCherry Zhang
2021-04-12cmd/compile: make interface conversion function selection ABI insensitiveCherry Zhang
2021-03-30cmd/compile: wrap defer/go call with resultsCherry Zhang
2021-03-30cmd/compile: be sure to wrap defer/go calls with argumentsCherry Zhang
2021-03-30cmd/compile: check deferred nil interface call before wrapping itCherry Zhang
2021-03-25cmd/compile: fix defer desugar keepalive arg handling bugletThan McIntosh
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2021-01-18[dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...Matthew Dempsky
2021-01-17[dev.regabi] cmd/compile: add ir.TailCallStmtMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile: cleanup OAS2FUNC orderingMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-03[dev.regabi] cmd/compile: fix map assignment orderMatthew Dempsky
2021-01-02[dev.regabi] cmd/compile: remove Nodes.Set [generated]Matthew Dempsky
2021-01-02[dev.regabi] cmd/compile: remove {Ptr,Set}Init from Node interfaceMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: remove idempotent Name() calls [generated]Matthew Dempsky
2020-12-31[dev.regabi] cmd/compile: make copyExpr return *ir.Name directlyCuong Manh Le
2020-12-31[dev.regabi] cmd/compile: use names for keep alive variables in function callCuong Manh Le
2020-12-30[dev.regabi] cmd/compile: use *ir.Name for Decl.XCuong Manh Le
2020-12-29[dev.regabi] cmd/compile: move new addrtaken bit back to the old nameKeith Randall
2020-12-29[dev.regabi] cmd/compile: remove original addrtaken bitKeith Randall
2020-12-29[dev.regabi] cmd/compile: separate out address taken computation from typeche...Keith Randall
2020-12-29[dev.regabi] cmd/compile: merge {Selector,CallPart,Method}ExprMatthew Dempsky