aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types/type.go
AgeCommit message (Expand)Author
2022-07-06[release-branch.go1.17] cmd/compile: allow 128-bit values to be spilledKeith Randall
2021-05-07cmd/compile: improving the documentation of various fields and functionsDan Scales
2021-04-09cmd/compile: reduce overhead of RParams in types.TypeDan Scales
2021-04-05cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales
2021-04-03cmd/compile: rename newNamedTypeWithSym, add some commemntsDan Scales
2021-03-30cmd/compile: fix creation of named generic types (setting of t.nod)Dan Scales
2021-03-16cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase
2021-03-15Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase
2021-03-15cmd/compile: spill output parameters passed in registers as autosDavid Chase
2021-03-10cmd/compile: deal with helper generic types that add methods to TDan Scales
2021-03-09cmd/compile: get instantiated generic types working with interfacesDan Scales
2021-03-03cmd/compile: use abiutils for all rcvr/in/out frame offsets.David Chase
2021-02-26cmd/compile: change StaticCall to return a "Results"David Chase
2021-02-18[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales
2021-02-10[dev.typeparams] cmd/compile: handle calling a method on a type param in sten...Dan Scales
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-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2020-12-29[dev.regabi] cmd/compile: remove unneeded indirectionMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: add explicit file name in types generationMeng Zhuo
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-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: 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-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
2019-09-26cmd/compile: remove DDD array typesMatthew Dempsky
2019-09-09cmd/compile: remove vestigial TDDDFIELDMatthew Dempsky
2019-09-09cmd/compile: report more precise errors about untyped constantsMatthew Dempsky
2019-09-06cmd/compile: rewrite untyped constant conversion logicMatthew Dempsky
2019-09-03cmd/compile: replace copytype to setUnderlyingMatthew Dempsky