summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/export.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] cmd/compile: refactor export writingMatthew Dempsky2021-06-051-117/+3
* [dev.typeparams] cmd/compile: allow inlining in instantiated functionsDan Scales2021-06-041-5/+7
* [dev.typeparams] cmd/compile: get export/import of generic types & functions ...Dan Scales2021-05-211-5/+7
* cmd/compile: get rid of Fields in types.Interface, use allMethods in types.Ty...Dan Scales2021-04-051-1/+1
* [dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales2021-02-181-0/+5
* [dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky2021-01-041-1/+1
* [dev.regabi] cmd/compile: split out package inline [generated]Russ Cox2020-12-231-1/+2
* [dev.regabi] cmd/compile: split out package typecheck [generated]Russ Cox2020-12-231-107/+84
* [dev.regabi] cmd/compile: remove Left, Right etc methods [generated]Russ Cox2020-12-231-1/+1
* [dev.regabi] cmd/compile: stop using ONONAME with NameMatthew Dempsky2020-12-211-3/+2
* [dev.regabi] cmd/compile: simplify declaration importingMatthew Dempsky2020-12-211-83/+27
* [dev.regabi] cmd/compile: separate exportsym more cleanlyRuss Cox2020-12-211-0/+5
* [dev.regabi] cmd/compile: collect global compilation stateRuss Cox2020-12-211-5/+3
* [dev.regabi] cmd/compile: cleanup for concrete types - mop-upRuss Cox2020-12-171-4/+3
* [dev.regabi] cmd/compile: move Type, Sym printing to package types [generated]Russ Cox2020-12-071-2/+2
* [dev.regabi] cmd/compile: replace NodeQueue with NameQueueMatthew Dempsky2020-12-061-2/+2
* [dev.regabi] cmd/compile: add ir.NewDeclNameAtMatthew Dempsky2020-12-021-1/+1
* [dev.regabi] cmd/compile: add NewNamedMatthew Dempsky2020-12-011-3/+1
* [dev.regabi] cmd/compile: clean up Name and Func usesRuss Cox2020-11-301-1/+5
* [dev.regabi] cmd/compile: replace *Node type with an interface Node [generated]Russ Cox2020-11-251-5/+5
* [dev.regabi] cmd/compile: convert types.Node (a pointer) to types.IRNode (an ...Russ Cox2020-11-251-2/+2
* [dev.regabi] cmd/compile: use Node getters and setters [generated]Russ Cox2020-11-251-27/+27
* [dev.regabi] cmd/compile: introduce cmd/compile/internal/ir [generated]Russ Cox2020-11-251-27/+28
* [dev.regabi] cmd/compile: introduce cmd/compile/internal/base [generated]Russ Cox2020-11-251-15/+16
* [dev.regabi] cmd/compile: clean up debug flag (-d) handling [generated]Russ Cox2020-11-251-6/+2
* [dev.regabi] cmd/compile: clean up flag handling [generated]Russ Cox2020-11-251-8/+8
* [dev.regabi] cmd/compile: replace Val with go/constant.ValueMatthew Dempsky2020-11-251-1/+1
* [dev.regabi] cmd/compile: prep refactoring for switching to go/constantMatthew Dempsky2020-11-241-2/+3
* [dev.regabi] cmd/compile/internal/types: remove Func.NnameMatthew Dempsky2020-11-241-1/+0
* cmd/compile: make gc debug flags collector a structAlberto Donizetti2020-10-221-5/+5
* cmd/compile/internal/gc: fix wrong function name in the commenthk2020-10-111-1/+1
* cmd/compile: change size diagnostic to use benchmark formatMatthew Dempsky2019-10-031-1/+1
* cmd/compile: do not export float or complex constants with -asmhdrRobert Griesemer2019-02-111-0/+4
* cmd/compile/internal/gc: remove unused methodbyname typeIskander Sharipov2019-01-021-7/+0
* cmd/compile: mark function SymsAustin Clements2018-11-121-0/+3
* cmd/compile: extract gc.eqtype as types.IdenticalMatthew Dempsky2018-10-181-1/+1
* cmd/compile/internal/gc: disable binary package export formatMatthew Dempsky2018-10-031-8/+2
* cmd/compile/internal/gc: various minor cleanupsDaniel Martí2018-08-201-3/+3
* cmd/compile: fix compile failure for lazily resolved shadowed typesMatthew Dempsky2018-06-221-2/+2
* cmd/compile: add indexed export formatMatthew Dempsky2018-04-241-24/+15
* cmd/compile: refactor how declarations are importedMatthew Dempsky2018-04-201-51/+74
* cmd/compile: remove duplicate build ID from export dataMatthew Dempsky2018-04-171-4/+0
* cmd/compile: fix constant pointer comparison failureMatthew Dempsky2018-04-091-1/+1
* cmd/compile: rename gc.exportname to types.IsExportedMatthew Dempsky2018-04-091-11/+1
* cmd/compile: improve declaration position precisionMatthew Dempsky2018-04-031-16/+5
* cmd/compile: simplify exportsym debug messageMatthew Dempsky2018-04-021-5/+1
* cmd/compile: simplify exportsym flags and logicMatthew Dempsky2018-04-021-49/+10
* cmd/compile: simplify reexport logicMatthew Dempsky2018-04-021-119/+12
* cmd/compile: make -asmhdr work with type aliasesMatthew Dempsky2017-11-291-4/+4
* cmd/compile: refactor method expression detectionMatthew Dempsky2017-10-241-3/+3