aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/staticinit
AgeCommit message (Expand)Author
2024-04-02cmd/compile: add missing OASOP case in mayModifyPkgVarCuong Manh Le
2024-04-02cmd/compile: check ODEREF for safe lhs in assignment during static initCuong Manh Le
2024-03-29Revert "cmd/compile: add missing OINLCAll case in mayModifyPkgVar"Than McIntosh
2024-03-29cmd/compile: add missing OINLCAll case in mayModifyPkgVarCuong Manh Le
2023-09-12cmd/compile: remove typecheck.Orig* functionsCuong Manh Le
2023-09-11cmd/compile/internal/staticinit: make staticopy safeMatthew Dempsky
2023-08-24cmd/compile: create "init" function during nodingMatthew Dempsky
2023-08-20cmd/compile/internal/typecheck: refactor and simplify DeclFuncMatthew Dempsky
2023-08-17cmd/compile: always construct typechecked closuresMatthew Dempsky
2023-08-17cmd/compile/internal/ir: add typ parameter to NewNameAtMatthew Dempsky
2023-08-14cmd/compile: remove reflectdata.{TypePtr,ITabAddr} wrappersMatthew Dempsky
2023-08-11cmd/compile: simplify asmhdr and plugin exports handlingMatthew Dempsky
2023-08-11cmd/compile: make use of types2.InitOrderMatthew Dempsky
2023-05-05cmd/compile: un-hide closure func if parent expr moved to staticinitThan McIntosh
2023-04-14cmd/compile: handle string concatenation in static init inlinerCuong Manh Le
2023-03-09cmd/compile: remove -wrapglobalmapinit flagThan McIntosh
2023-02-09cmd/compile/internal/staticinit: fix panic in interface conversionSung Yoon Whang
2023-02-08cmd/compile: fix inline static init arguments substitued treeCuong Manh Le
2023-02-06cmd/compile: enable deadcode of unreferenced large global mapsThan McIntosh
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