aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/init.go
AgeCommit message (Expand)Author
2020-09-03cmd/compile: do not declare func nodesCuong Manh Le
2019-10-18cmd/compile: skip empty init function in fninitCuong Manh Le
2019-09-01cmd/compile: remove a few unused bits of codeDaniel Martí
2019-05-29cmd/compile: fix package initialization orderingMatthew Dempsky
2019-05-22runtime: revert init order changesKeith Randall
2019-03-18cmd/compile: rename init function from init.ializers back to initKeith Randall
2019-03-18cmd/compile: reorganize init functionsKeith Randall
2019-03-14cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky
2019-03-01Revert "cmd/compile: rewrite f(g()) for multi-value g() during typecheck"Matthew Dempsky
2019-02-28cmd/compile: rewrite f(g()) for multi-value g() during typecheckMatthew Dempsky
2019-01-27cmd/compile: hide init functions in tracebacksKeith Randall
2018-11-19cmd/compile: bulk renameJosh Bleecher Snyder
2018-04-26cmd/compile: cleaner solution for importing init functionsMatthew Dempsky
2018-04-16cmd/compile/internal/gc: add some Node methodsDaniel Martí
2018-03-08cmd/compile: remove two out-of-phase calls to walkMatthew Dempsky
2017-08-28cmd/compile: add Type.NumResults and friendsJosh Bleecher Snyder
2017-08-09cmd/compile: remove some unused params in gcDaniel Martí
2017-05-01cmd/compile: avoid giant init functions due to many user initsJosh Bleecher Snyder
2017-04-26cmd/compile: make node.Likely a flagJosh Bleecher Snyder
2017-04-24cmd/compile: count init functions from 0, not 1Josh Bleecher Snyder
2017-04-10cmd/compile/internal/gc: refactor ODCLFUNC creationMatthew Dempsky
2017-04-07Revert "cmd/compile: output DWARF lexical blocks for local variables"Josh Bleecher Snyder
2017-04-07cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-04-07cmd/compile: factor out Pkg, Sym, and Type into package typesRobert Griesemer
2017-03-30cmd/compile: minor init handling cleanupJosh Bleecher Snyder
2017-03-30cmd/compile: add global autogeneratedPosJosh Bleecher Snyder
2017-03-21cmd/compile: use autogenerated position for init functionsJosh Bleecher Snyder
2017-03-17cmd/compile: make Maxarg localJosh Bleecher Snyder
2017-02-10cmd/compile: eliminate OASWBMatthew Dempsky
2017-01-09[dev.inline] cmd/internal/src: replace src.Pos with syntax.PosRobert Griesemer
2016-10-19cmd/compile: remove -A flagMatthew Dempsky
2016-09-27cmd/compile: remove commented-out old c codeAlberto Donizetti
2016-09-16cmd/compile/internal/gc: make Nod privateDave Cheney
2016-09-15cmd/compile/internal/gc: unexport more helper functionsDave Cheney
2016-09-15cmd/compile/internal/gc: unexport helper functionsDave Cheney
2016-05-12cmd/compile/internal/gc: minor cleanup of init.go commentsMichael Munday
2016-04-22cmd/compile: remove redundant "// fallthrough" commentsMatthew Dempsky
2016-03-22cmd/compile: reduce use of **Node parametersJosh Bleecher Snyder
2016-03-21cmd/compile: remove most of the Lookupf users and garbageBrad Fitzpatrick
2016-03-10cmd/compile: add Nodes.Set1 method and use it where possibleIan Lance Taylor
2016-03-10cmd/compile: remove all remaining nodeSeq codeIan Lance Taylor
2016-03-08cmd/compile: remove nodesOrNodeList outside of syntax.goIan Lance Taylor
2016-03-05cmd/compile: remove syslook's copy parameterMatthew Dempsky
2016-03-01Merge branch 'dev.ssa' into mergebranchKeith Randall
2016-02-29cmd/compile: change Node.Nbody, Func.Inl from *NodeList to NodesIan Lance Taylor
2016-01-29[dev.ssa] cmd/compile: tweak init function prologueKeith Randall
2015-10-23cmd/compile/internal/gc: update old c-style commentsJeremy Jackins
2015-06-03cmd/compile: move ODCLFUNC Node.Nname into Node.Func.NnameRuss Cox
2015-06-03cmd/compile: move Node.Param, Node.Funcdepth into Node.Name; remove Node.WalkgenRuss Cox
2015-06-03cmd/compile: move Node.Defn to Node.Name.DefnRuss Cox