aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types
AgeCommit message (Expand)Author
2021-01-30[dev.typeparams] cmd/compile: start translating type params in noder2Dan Scales
2021-01-28[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...Dan Scales
2021-01-22[dev.typeparams] all: merge dev.regabi (7e0a81d) into dev.typeparamsMatthew Dempsky
2021-01-19[dev.regabi] cmd/compile: refactor Linksym creationMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-14[dev.typeparams] cmd/compile: add types2-based noderMatthew Dempsky
2021-01-12[dev.typeparams] all: merge dev.regabi (d9acf6f) into dev.typeparamsMatthew Dempsky
2021-01-12[dev.typeparams] cmd/compile: refactor import logicMatthew Dempsky
2021-01-08[dev.regabi] cmd/compile: fix some methods error textBaokun Lee
2020-12-29[dev.regabi] cmd/compile: remove unneeded indirectionMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: add Linksym helpersMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: remove Sym.ImportdefMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: add explicit file name in types generationMeng Zhuo
2020-12-28[dev.regabi] cmd/compile: stop mangling SelectorExpr.Sel for ODOTMETHMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: move type size calculations into package types [gen...Russ Cox
2020-12-23[dev.regabi] cmd/compile: move helpers into package types [generated]Russ Cox
2020-12-22[dev.regabi] cmd/compile: separate dowidth betterRuss Cox
2020-12-22[dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappersThan McIntosh
2020-12-15[dev.regabi] cmd/compile: use ir.Ident for imported identifiersMatthew Dempsky
2020-12-15[dev.regabi] cmd/compile: fix latent Sym.SetPkgDef issueMatthew Dempsky
2020-12-14[dev.regabi] cmd/compile/internal/types: add IsScalar query methodThan McIntosh
2020-12-08[dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.AuxMatthew Dempsky
2020-12-07[dev.regabi] cmd/compile: clean up and document formattingRuss Cox
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-02[dev.regabi] cmd/compile: add Pkg parameter to type constructorsMatthew Dempsky
2020-12-02[dev.regabi] cmd/compile: add Interface, Signature, and Struct constructorsMatthew Dempsky
2020-12-01[dev.regabi] cmd/compile: first pass at abstracting TypeMatthew Dempsky
2020-12-01[dev.regabi] cmd/compile: add NewBasic and cleanup universeMatthew Dempsky
2020-12-01[dev.regabi] cmd/compile: add NewNamedMatthew Dempsky
2020-12-01[dev.regabi] cmd/compile: move setUnderlying to package typesMatthew Dempsky
2020-12-01[dev.regabi] cmd/compile: remove types.InitSymsMatthew Dempsky
2020-11-30[dev.regabi] cmd/compile: cleanup label handlingRuss Cox
2020-11-25[dev.regabi] cmd/compile: convert types.Node (a pointer) to types.IRNode (an ...Russ Cox
2020-11-25[dev.regabi] cmd/compile: remove uses of dummyRuss Cox
2020-11-25[dev.regabi] cmd/compile: replace Val with go/constant.ValueMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile: replace CTNIL with ONILMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile/internal/types: remove Func.NnameMatthew Dempsky
2020-11-24[dev.regabi] cmd/compile/internal/types: add pos/sym/typ params to NewFieldMatthew Dempsky
2020-10-08cmd/compile: rename types.IdealFoo to types.UntypedFooCuong Manh Le
2020-09-18cmd/compile: generate late-lowering static callsDavid Chase
2020-09-17cmd/compile: add variable length TRESULTS type for SSA use.David Chase
2020-09-09cmd/compile: add Type.IsUintptr() to detect type is an uintptrCuong Manh Le
2020-08-25cmd/compile: don't allow go:notinheap on the heap or stackKeith Randall
2020-08-23cmd/compile: make Haspointers a method instead of a functionKeith Randall
2020-08-18cmd/compile: fix SSA type comparisonKeith Randall
2020-01-13cmd/compile: print recursive types correctlyKeith Randall
2019-10-11[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-10-03[dev.link] cmd/compile: fix data race on LSym.PkgCherry Zhang