aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/init.go
AgeCommit message (Expand)Author
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
2015-06-03cmd/compile: remove Node.Ntest, Node.StkdeltaRuss Cox
2015-05-28cmd/internal/gc: unembed Param fieldJosh Bleecher Snyder
2015-05-21cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox