aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ir
AgeCommit message (Expand)Author
2021-03-15cmd/compile: spill output parameters passed in registers as autosDavid Chase
2021-03-12cmd/compile: fix noder.Addr() to not call typecheckerDan Scales
2021-03-05cmd/compile: use getcallersp for gorecover "fp" argCherry Zhang
2021-03-03cmd/compile: use abiutils for all rcvr/in/out frame offsets.David Chase
2021-03-02all: fix spellingJohn Bampton
2021-03-01cmd/compile/internal/ir: fix up stale commentThan McIntosh
2021-02-24cmd/compile: plumb abi info into ssagen/ssaDavid Chase
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-05[dev.typeparams] cmd/compile: add stenciling of simple generic functionsDan Scales
2021-02-03[dev.typeparams] cmd/compile: add OFUNCINST/OTYPEINST nodes for generic func...Dan Scales
2021-02-02[dev.typeparams] Handling multiple type arguments for call via new node OLISTDan Scales
2021-01-28[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...Dan Scales
2021-01-21[dev.regabi] cmd/compile: remove CallExpr.RargsCuong Manh Le
2021-01-20[dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...Dan Scales
2021-01-20[dev.regabi] cmd/compile: late expansion of return valuesDavid Chase
2021-01-19[dev.regabi] cmd/compile: use '%q' for printing rune values less than 128Cuong Manh Le
2021-01-19[dev.regabi] cmd/compile: directly create go.map and go.track symbolsMatthew Dempsky
2021-01-19[dev.regabi] cmd/compile: refactor Linksym creationMatthew Dempsky
2021-01-17[dev.regabi] cmd/compile: remove unneeded packages from ir.PkgsMatthew Dempsky
2021-01-17[dev.regabi] cmd/compile: use LinksymOffsetExpr in walkConvInterfaceMatthew Dempsky
2021-01-17[dev.regabi] cmd/compile: add ir.TailCallStmtMatthew Dempsky
2021-01-17[dev.regabi] cmd/compile: rename NameOffsetExpr to LinksymOffsetExprCuong Manh Le
2021-01-17[dev.regabi] cmd/compile: change ir.NameOffsetExpr to use *obj.LSym instead o...Cuong Manh Le
2021-01-17[dev.regabi] cmd/compile: stop analyze NameOffsetExpr.Name_ in escape analysisCuong Manh Le
2021-01-17[dev.regabi] cmd/compile: replace Node.HasCall with walk.mayCallMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-16[dev.regabi] cmd/compile: remove ONEWOBJCuong Manh Le
2021-01-16[dev.regabi] cmd/compile: remove TypeAssertExpr {Src,Dst}Type fieldsCuong Manh Le
2021-01-15[dev.regabi] cmd/compile: fix ICE during ir.DumpMatthew Dempsky
2021-01-14[dev.regabi] cmd/compile: move more PAUTOHEAP to SSA constructionMatthew Dempsky
2021-01-14[dev.regabi] cmd/compile: use byte for CallExpr.UseCuong Manh Le
2021-01-14[dev.regabi] cmd/compile: do not rely on CallExpr.Rargs for detect already wa...Cuong Manh Le
2021-01-14[dev.regabi] cmd/compile: fix ICE when initializing blank varsMatthew Dempsky
2021-01-13[dev.regabi] cmd/compile: added limited //go:registerparams pragma for new AB...David Chase
2021-01-12[dev.regabi] cmd/compile: remove Func.ClosureTypeMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: compile functions before closuresMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: remove Name.TypegenMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: stop using Vargen for import/exportMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: refactor closure var setup/teardownMatthew Dempsky
2021-01-10[dev.regabi] cmd/compile: remove OCLOSUREREADMatthew Dempsky
2021-01-10[dev.regabi] cmd/compile: use ClosureVars for method value wrappersMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: remove CaptureVarsMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: remove race-y check in Name.CanonicalMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: add Name.Canonical and move ByvalMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: make ir.StaticValue saferMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: make ir.OuterValue saferMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: fix ir.Dump for []*CaseClause, etcMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: use ir.NewNameAt in SubstArgTypesCuong Manh Le
2021-01-03[dev.regabi] cmd/compile: remove Node.{,Set}WalkdefMatthew Dempsky