aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types
AgeCommit message (Expand)Author
2022-07-06[release-branch.go1.17] cmd/compile: allow 128-bit values to be spilledKeith Randall
2021-07-07cmd/compile: remove special-casing of blank in types.sconv{,2}Matthew Dempsky
2021-07-07cmd/compile: optimize types.sconvMatthew Dempsky
2021-07-07cmd/compile: extract pkgqual from symfmtMatthew Dempsky
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-29cmd/compile: restructure ABI wrapper generation, export ABIAustin Clements
2021-03-29cmd/compile: update a few stale commentsAustin Clements
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-05cmd/compile: don't expand invalid embedded interfaceCuong Manh Le
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-22cmd/compile/internal: loop optcui
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-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