aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ir
AgeCommit message (Expand)Author
2022-01-13cmd/compile: stop interface conversions for generic method calls from allocatingKeith Randall
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-11-04cmd/compile: fix TypeDefn to deal with node with no Ntype setDan Scales
2021-10-25cmd/compile: add -asan optionfanzha02
2021-10-06cmd/compile: fix -W=3 output after the # lineDan Scales
2021-09-30cmd/compile: correct comment: walkSwitch -> walkSelectwangyuntao
2021-09-20cmd/compile: delay all transforms for generic funcs/methodsDan Scales
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-09-15cmd/compile: emit DWARF info about dictionary entriesAlessandro Arzilli
2021-09-10cmd/compile/internal: better AST line highlight in ssa.htmlZheng Xu
2021-09-09cmd/compile: don't crash while reporting invalid alias cycleRobert Griesemer
2021-09-09cmd/compile: move checkptr alignment to SSA generationCuong Manh Le
2021-08-31cmd/compile: fix handling of Defn field during stencilingDan Scales
2021-08-28cmd/compile: ignore SliceExpr.CheckPtrCall for mknodeCuong Manh Le
2021-08-27cmd/compile: eliminate repetitive codewangyuntao
2021-08-26cmd/compile: move types init code into package typesMatthew Dempsky
2021-08-26cmd/compile: change typecheck.iscmp into ir.Op.IsCmpMatthew Dempsky
2021-08-25cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] patternCuong Manh Le
2021-08-23cmd/compile: copy captured dictionary var to local varKeith Randall
2021-08-17cmd/compile: fix typoswangyuntao
2021-08-16cmd/compile: fix panic with dead hidden closuresCuong Manh Le
2021-08-16cmd/compile: fix dictionaries for nested closuresKeith Randall
2021-08-12[dev.typeparams] cmd/compile: don't print out node pointer in ir.Dumpzikaeroh
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-07-22[dev.typeparams] Fix problem with 14.goDan Scales
2021-07-14[dev.typeparams] cmd/compile: fix escape printout bugs for -G=3Dan Scales
2021-07-04[dev.typeparams] cmd/compile: set Func.ClosureCalled in escape analysisMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: remove ir.CallUseMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: flatten OINLCALL in walkMatthew Dempsky
2021-07-03[dev.typeparams] cmd/compile: formalize "hidden parameters" ideaMatthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: start using sub-dictionary entries where neededDan Scales
2021-06-27[dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le
2021-06-24[dev.typeparams] cmd/compile: add derived types and subdictionaries to dicti...Dan Scales
2021-06-23[dev.typeparams] cmd/compile: move call logic from order.go to escapeMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: desugar ORECOVER into ORECOVERFPMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: add ORECOVERFP, OGETCALLER{PC,SP} opsMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: remove CallExpr.PreserveClosureMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: refactor CaptureNameMatthew Dempsky
2021-06-22[dev.typeparams] cmd/compile: remove special escape analysis tagsMatthew Dempsky
2021-06-12[dev.typeparams] cmd/compile: simplify NewClosureFuncMatthew Dempsky
2021-06-12[dev.typeparams] cmd/compile: refactor closure constructionMatthew Dempsky
2021-06-11[dev.typeparams] cmd/compile: add ir.TypeNodeAtMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: point StructKeyExpr at the types.FieldMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: allow go'd closure to escape when compiling run...Cherry Mui
2021-05-27[dev.typeparams] cmd/compile/internal/inline: refactor mkinlcallMatthew Dempsky
2021-05-27[dev.typeparams] cmd/compile: add and use ir.RawOrigExprMatthew Dempsky
2021-05-19[dev.typeparams] cmd/compile/internal/ir: more position details in dumpMatthew Dempsky