aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ir/node.go
AgeCommit message (Expand)Author
2021-08-26cmd/compile: change typecheck.iscmp into ir.Op.IsCmpMatthew Dempsky
2021-08-09[dev.typeparams] cmd/compile: implement generic type switchesKeith Randall
2021-07-29[dev.typeparams] cmd/compile: implement generic .(T) operationsKeith Randall
2021-07-24[dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith Randall
2021-06-27[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le
2021-06-23[dev.typeparams] cmd/compile: add ORECOVERFP, OGETCALLER{PC,SP} opsMatthew Dempsky
2021-06-22[dev.typeparams] cmd/compile: remove special escape analysis tagsMatthew Dempsky
2021-05-18[dev.typeparams] cmd/compile/internal/ir: more useful FatalfsMatthew Dempsky
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-29cmd/compile/internal/ir: fix dockumakichi
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-09cmd/compile: reduce overhead of RParams in types.TypeDan Scales
2021-03-23cmd/compile: replace calls to typecheck with transform functionsDan Scales
2021-02-24cmd/compile: plumb abi info into ssagen/ssaDavid Chase
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-20[dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...Dan Scales
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: replace Node.HasCall with walk.mayCallMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile: remove ONEWOBJCuong Manh Le
2021-01-13[dev.regabi] cmd/compile: added limited //go:registerparams pragma for new AB...David Chase
2021-01-10[dev.regabi] cmd/compile: remove OCLOSUREREADMatthew Dempsky
2021-01-05[dev.regabi] cmd/compile: make ir.OuterValue saferMatthew Dempsky
2021-01-03[dev.regabi] cmd/compile: remove Node.{,Set}WalkdefMatthew Dempsky
2021-01-02[dev.regabi] cmd/compile: remove Nodes.Set [generated]Matthew Dempsky
2021-01-02[dev.regabi] cmd/compile: remove {Ptr,Set}Init from Node interfaceMatthew Dempsky
2020-12-30[dev.regabi] cmd/compile: fix OSLICEARR commentsKeith Randall
2020-12-30[dev.regabi] cmd/compile: change ir.DoChildren to use bool result typeMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: move Node.Opt to NameMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: cleanup //go:generate directivesMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: move helpers into package ir [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: simplify Nodes usage [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: remove Node.Left etc [generated]Russ Cox
2020-12-23[dev.regabi] cmd/compile: remove ir.Nod [generated]Russ Cox
2020-12-18[dev.regabi] cmd/compile: add ONAMEOFFSET, delete to-be-deleted fieldsRuss Cox
2020-12-18[dev.regabi] cmd/compile: cleanup for concrete types - sinitRuss Cox
2020-12-17[dev.regabi] cmd/compile: remove OSELRECVCuong Manh Le
2020-12-17[dev.regabi] cmd/compile: remove use of Initorder, Offset Node fields for ini...Russ Cox
2020-12-17[dev.regabi] cmd/compile: change Nodes to be a sliceRuss Cox
2020-12-14[dev.regabi] cmd/compile: remove unnecessary String methodsMatthew Dempsky
2020-12-09[dev.regabi] cmd/compile: first start towards using IdentMatthew Dempsky
2020-12-09[dev.regabi] cmd/compile: adjust IR representationsRuss Cox
2020-12-08[dev.regabi] cmd/compile: ir.Node is no longer an ssa.AuxMatthew Dempsky
2020-12-08[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.AuxMatthew Dempsky
2020-12-07[dev.regabi] cmd/compile: move Type, Sym printing to package types [generated]Russ Cox
2020-12-07[dev.regabi] cmd/compile: narrow interface between ir and typesRuss Cox
2020-12-07[dev.regabi] cmd/compile: reorganize ir/fmt.goRuss Cox