aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/staticinit
AgeCommit message (Expand)Author
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-17cmd/compile: fix static init inlining for hidden node fieldsMatthew Dempsky
2022-11-30cmd/compile: fix inline static init with derived typesCuong Manh Le
2022-11-22cmd/compile: add -d=inlstaticinit debug flagMatthew Dempsky
2022-11-17cmd/compile: fix static init for inlined callsCuong Manh Le
2022-11-17cmd/compile: handle integer conversions in static init inlinerRuss Cox
2022-11-16cmd/compile: handle simple inlined calls in staticinitRuss Cox
2022-05-16cmd/compile: set LocalPkg.Path to -p flagMatthew Dempsky
2022-03-01cmd/compile/internal/ir: remove unused -G=0 node typesMatthew Dempsky
2021-08-27cmd/compile: unexport Type.Width and Type.Align [generated]Matthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: point StructKeyExpr at the types.FieldMatthew Dempsky
2021-03-16cmd/compile, cmd/link: dynamically export writable static tmpsCherry Zhang
2021-01-18[dev.regabi] cmd/compile: use LinksymOffsetExpr in TypePtr/ItabAddrCuong Manh Le
2021-01-18[dev.regabi] cmd/compile: use *obj.LSym instead of *ir.Name for staticdata fu...Cuong Manh Le
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-14[dev.regabi] cmd/compile: fix ICE when initializing blank varsMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: fix package-initialization orderMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: rewrite to use linksym helpers [generated]Matthew Dempsky
2020-12-29[dev.regabi] cmd/compile: merge {Selector,CallPart,Method}ExprMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: remove SelectorExpr.Offset fieldMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split out package walk [generated]Russ Cox