aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/deadcode.go
AgeCommit message (Expand)Author
2016-10-11cmd/link: insert trampolines for too-far jumps on ARMCherry Zhang
2016-09-20cmd/link: use ctxt.{Lookup,ROLookup} in favour of function versions of sameMichael Hudson-Doyle
2016-09-20cmd/link: do not directly embed Symbols in LinkMichael Hudson-Doyle
2016-09-16cmd/link: -buildmode=plugin support for linuxDavid Crawshaw
2016-09-13cmd/link: fix -buildmode=pie / -linkshared combinationMichael Hudson-Doyle
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-08-26cmd/link: make DynlinkingGo a methodDavid Crawshaw
2016-08-25cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney
2016-08-23cmd/link/internal/ld: camelCase a buch of snake_case namesMichael Matloob
2016-08-22cmd/link: turn some globals into flag pointer variablesMichael Matloob
2016-08-21cmd/link: use standard library flag package where possibleMichael Matloob
2016-08-21cmd/link/internal: thread *ld.Link through callsMichael Matloob
2016-08-19cmd/link/internal: rename LSym to Symbol, and add a doc comment.Michael Matloob
2016-04-23cmd/link: add -dumpdep flag to dump linker dependency graphBrad Fitzpatrick
2016-04-21cmd/link: convert textp into a sliceDavid Crawshaw
2016-04-13cmd/compile, etc: store method tables as offsetsDavid Crawshaw
2016-04-13cmd/link: rename Pcln to FuncInfoShahar Kohanim
2016-04-13cmd/link: move function only lsym fields to pcln structShahar Kohanim
2016-04-09cmd: remove unused codeDave Cheney
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-04-03all: fix spelling mistakesEric Engestrom
2016-03-29cmd/link: collect itablinks as a slice in moduledataMichel Lespinasse
2016-03-23cmd/link, reflect: remove some method type dataDavid Crawshaw
2016-03-23cmd/link: Clean up Pcln structShahar Kohanim
2016-03-15cmd/compile: compute second method type at runtimeDavid Crawshaw
2016-03-15cmd/link: when pruning methods also prune funcTypeDavid Crawshaw
2016-03-11cmd/link: treat reflect.Value.Method like CallDavid Crawshaw
2016-03-11cmd/compile: track reflect.Type.Method in deadcodeDavid Crawshaw
2016-03-09cmd/link: prune unused methodsDavid Crawshaw