aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/noder
AgeCommit message (Expand)Author
2022-08-31cmd/compile/internal/noder: reuse package scope's namesshaoliming
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-23Revert "cmd/compile: restore test/nested.go test cases"Matthew 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-23cmd/compile: restore test/nested.go test casesMatthew 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-16all: fix some typoscui fliter
2022-08-15cmd/compile: fix ICE when checking implicit dot for method callCuong Manh Le
2022-08-11cmd/compile/internal/noder: fix implicit conversion positionMatthew Dempsky
2022-08-11cmd/compile: fix wrong typeparams for selector expr with embedded generic typeCuong Manh Le
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/internal/noder: shuffle defined type handling codeMatthew Dempsky
2022-08-09cmd/compile: do not write implicit conversion for append in Unified IRCuong Manh Le
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-08-08cmd/compile: rename types.Rnd -> types.RoundUpCuong Manh Le
2022-08-08cmd/compile: avoid assignment conversion in append(a, b...)Keith Randall
2022-08-08cmd/compile: treat constants to type parameter conversion as non-constant in ...Cuong Manh Le
2022-08-08cmd/compile: correct alignment of atomic.Int64Cuong Manh Le
2022-08-04all: clean up TODO after fixing issue 44505hopehook
2022-08-04[dev.unified] all: merge master (85d87b9) into dev.unifiedMatthew Dempsky
2022-08-03[dev.unified] cmd/compile: start using runtime dictionariesMatthew Dempsky
2022-08-01cmd/compile: fix wrong dict pass condition for type assertionsWayne Zuo
2022-07-28[dev.unified] all: merge master (462b78f) into dev.unifiedMatthew Dempsky
2022-07-28[dev.unified] cmd/compile: move "has init" to private metadataMatthew 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-24cmd/compile/internal/noder: correct spelling errors for instantiationjacobishao
2022-07-22[dev.unified] cmd/compile: make Unified IR always writes concrete type for co...Cuong Manh Le
2022-07-20Merge "[dev.unified] all: merge master (8e1e64c) into dev.unified" into dev.u...Gerrit Code Review
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: better switch statementsMatthew 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: implicit conversions for binary exprsMatthew Dempsky
2022-07-19[dev.unified] cmd/compile/internal/noder: prefer *At functionsMatthew Dempsky
2022-07-19[dev.unified] all: merge master (8e1e64c) into dev.unifiedDavid Chase
2022-07-18cmd/compile: revert "remove -installsuffix flag"Matthew Dempsky