aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ir/node.go
AgeCommit message (Expand)Author
2024-01-22cmd/compile: fix typo in commentRulin Tang
2023-10-06cmd/compile: improve interface type switchesKeith Randall
2023-10-05cmd/compile/internal/ir: tweak a couple namesMatthew Dempsky
2023-09-14cmd/compile/internal/ir: add Func.DeclareParamsMatthew Dempsky
2023-09-12cmd/compile/internal/typecheck: remove HasNamedResults checkMatthew Dempsky
2023-09-12cmd/compile: rename OEFACE to OMAKEFACE and remove OCONVIDATAMatthew Dempsky
2023-09-11cmd/compile/internal/ir: remove OSIZEOF, etcMatthew Dempsky
2023-09-08cmd/compile: cleanup uses of ir.Orig and ir.SepCopyMatthew Dempsky
2023-08-22cmd/compile/internal/types: overhaul and simplify APIMatthew Dempsky
2023-08-18cmd/compile/internal/ir: remove AsNodeMatthew Dempsky
2023-08-18cmd/compile/internal/ir: remove OFUNCINST and InstExprMatthew Dempsky
2023-08-17cmd/compile/internal/ir: add typ parameter to NewNameAtMatthew Dempsky
2023-08-17cmd/compile/internal/ir: remove ODCLCONST and ODCLTYPEMatthew Dempsky
2023-06-21cmd/compile/internal/ir: typocuiweixie
2023-05-23cmd/compile: implement min/max builtinsMatthew Dempsky
2023-03-28cmd/compile: don't assume pointer of a slice is non-nilKeith Randall
2023-01-31cmd/compile: add clear(x) builtinCuong Manh Le
2023-01-17cmd/compile: fix static init inlining for hidden node fieldsMatthew Dempsky
2022-09-19cmd/compile: implement slice-to-array conversionsMatthew Dempsky
2022-09-02cmd/compile: remove go:notinheap pragmaCuong Manh Le
2022-08-31cmd/compile: add support for unsafe.{String,StringData,SliceData}cuiweixie
2022-08-22cmd/compile: remove OVARDEF and OVARLIVEKeith Randall
2022-08-22cmd/compile: rip out support for OVARKILL from compiler frontendKeith Randall
2022-08-18cmd/compile: remove OFORUNTILKeith Randall
2022-05-05cmd/compile/internal/ir: remove FuncType and OTFUNCMatthew Dempsky
2022-04-21cmd/compile: add //go:uintptrkeepaliveMichael Pratt
2022-04-14cmd/compile: implement jump tablesKeith Randall
2022-04-11all: gofmt main repoRuss Cox
2022-03-23cmd/compile: remove ir.Node.SetDiagCuong Manh Le
2022-03-18cmd/compile: remove n.Diag() deadcode pathsCuong Manh Le
2022-03-16cmd/compile: remove OIOTAMatthew Dempsky
2022-03-01cmd/compile/internal/ir: remove unused -G=0 node typesMatthew Dempsky
2021-12-23cmd/compile/internal/ir: fix a typo in node.gozhangjian
2021-11-19cmd/compile: don't run ComputeAddrTaken on imported generic functionsDan Scales
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