aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder/reader.go
AgeCommit message (Expand)Author
2022-09-07cmd/compile/internal/noder: fix type switch case vars packageMatthew Dempsky
2022-09-03cmd/compile/internal/noder: optimize itabs section of runtime dictsMatthew Dempsky
2022-09-02cmd/compile/internal/noder: allow OCONVNOP for identical iface conversionsMatthew Dempsky
2022-09-02cmd/compile: remove go:notinheap pragmaCuong Manh Le
2022-08-31cmd/compile: use HaveInlineBody for unified IRMatthew Dempsky
2022-08-30cmd/compile: fix unified IR shapifying recursive instantiated typesCuong Manh Le
2022-08-25cmd/compile/internal/noder: fix inlined function literal positionsMatthew Dempsky
2022-08-23cmd/compile: fix unified IR's pointer-shapingMatthew Dempsky
2022-08-23cmd/compile: fix reflect naming of local generic typesMatthew Dempsky
2022-08-18cmd/compile/internal/noder: set ir.Name.DictIndex for unified IRMatthew Dempsky
2022-08-18cmd/compile/internal/noder: pointer shaping for unified IRMatthew Dempsky
2022-08-18cmd/compile/internal/noder: shape-based stenciling for unified IRMatthew Dempsky
2022-08-10cmd/compile/internal/noder: explicit receiver expression handlingMatthew Dempsky
2022-08-10cmd/compile/internal/noder: prune unified IR's dictionary logicMatthew Dempsky
2022-08-10cmd/compile/internal/noder: explicitly handle separate selectorsMatthew Dempsky
2022-08-10cmd/compile/internal/noder: explicitly handle function instantiationsMatthew Dempsky
2022-08-09cmd/compile: do not write implicit conversion for append in Unified IRCuong Manh Le
2022-08-08cmd/compile: treat constants to type parameter conversion as non-constant in ...Cuong Manh Le
2022-08-03[dev.unified] cmd/compile: start using runtime dictionariesMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: implement simple inline body pruning heuristicMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: allow inlining to fail gracefullyMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: extract nil handling from exprTypeMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: write iface conversion RTTI into unified IRMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: write RTTI into unified IR export dataMatthew Dempsky
2022-07-25[dev.unified] cmd/compile: add method expressions to dictionariesMatthew Dempsky
2022-07-25[dev.unified] cmd/compile: remove obsolete RTTI wiringMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: simplify mixed tag/case RTTI wiringMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: explicit nil handlingMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: preserve RTTI for select statementsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: wire RTTI for implicit conversionsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: prefer *At functionsMatthew Dempsky
2022-07-12internal/pkgbits: change EnableSync into a dynamic knobMatthew Dempsky
2022-06-30[dev.unified] cmd/compile/internal/noder: implicit conversions for multi-valu...Matthew Dempsky
2022-06-30[dev.unified] cmd/compile/internal/noder: refactor N:1 expression handlingMatthew Dempsky
2022-06-27[dev.unified] cmd/compile: drop package height from Unified IR importerCuong Manh Le
2022-06-23[dev.unified] cmd/compile/internal/noder: start writing implicit conversionsMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: special case f(g()) calls in Unified IRMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: plumb rtype through OSWITCH/OCASE clausesMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: plumb rtype through for OMAPLITMatthew Dempsky
2022-06-23[dev.unified] cmd/compile: start setting RType fields for Unified IRMatthew Dempsky
2022-06-14[dev.unified] cmd/compile: more Unified IR docs and reviewMatthew Dempsky
2022-06-09[dev.unified] cmd/compile/internal/noder: stop handling type expressions as e...Matthew Dempsky
2022-06-09[dev.unified] cmd/compile: set base.Pos when process assignDef in Unified IRCuong Manh Le
2022-06-09[dev.unified] cmd/compile: fix unified IR don't report type size too large errorCuong Manh Le
2022-06-07[dev.unified] cmd/compile: visit LHS before RHS/X in assign/for statementCuong Manh Le
2022-06-06[dev.unified] cmd/compile: fix missing method value wrapper in unified IRCuong Manh Le
2022-06-06[dev.unified] cmd/compile: remove package heightCuong Manh Le
2022-06-06[dev.unified] cmd/compile/internal/noder: push exprBlank up into assignment h...Matthew Dempsky
2022-06-06[dev.unified] cmd/compile/internal/noder: add optExpr for optional expressionsMatthew Dempsky
2022-06-06[dev.unified] cmd/compile/internal/noder: rename exprName to exprGlobalMatthew Dempsky