aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ir
AgeCommit message (Expand)Author
2021-05-07cmd/compile: improving the documentation of various fields and functionsDan Scales
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-29cmd/compile/internal/ir: fix dockumakichi
2021-04-27cmd/compile: add more doc for Name.DefnCuong Manh Le
2021-04-21cmd/compile: remove ir.OSTMTEXPR opCuong Manh Le
2021-04-21cmd/compile: update ir.Node ops commentsCuong Manh Le
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-15cmd/compile: look for function in instantiations in all global assignmentsDan Scales
2021-04-09cmd/compile: reduce overhead of RParams in types.TypeDan Scales
2021-03-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2021-03-29cmd/compile: set ir.Name.Func in more casesAustin Clements
2021-03-29cmd/compile: update a few stale commentsAustin Clements
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2021-03-23cmd/compile: replace calls to typecheck with transform functionsDan Scales
2021-03-16cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase
2021-03-15Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase
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