aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/deadcode.go
AgeCommit message (Expand)Author
2019-10-09[dev.link] cmd/link: load full symbol contents after deadcode passCherry Zhang
2019-10-08[dev.link] cmd/link: add symbols to Textp after deadcode passCherry Zhang
2019-09-27cmd/link: remove reading/processing of function Autom recordsThan McIntosh
2019-09-24cmd/link: add notion of multiple compilation units per packageJeremy Faller
2019-03-18cmd/compile: reorganize init functionsKeith Randall
2019-02-26cmd/link: delete stale deadcode referenceAustin Clements
2018-11-12cmd/compile, cmd/link: separate stable and internal ABIsAustin Clements
2018-08-21cmd/link/internal/ld: avoid Reloc copies in range loopsisharipo
2018-07-03cmd/link: use side table instead of sym.Symbol 'Reachparent' fieldThan McIntosh
2018-04-27cmd/link/internal/ld: simple cleanupsDaniel Martí
2017-11-01compile, link: remove base address selector from DWARF range listsAlessandro Arzilli
2017-10-26cmd/link, plugin: always encode pathDavid Crawshaw
2017-10-21cmd/link: move Headtype global to ctxtDavid Crawshaw
2017-10-20cmd/link: move FlagLinkshared global to ctxtDavid Crawshaw
2017-10-06cmd/link: move build/link mode globals into ctxtDavid Crawshaw
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-10-05cmd/link: put symbol data types in new packageDavid Crawshaw
2017-10-03cmd/link: remove SysArch global variableDavid Crawshaw
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-14cmd/link: don't emit default entry symbol in some situationsHiroshi Ioka
2017-04-27cmd/internal/objabi, cmd/link: move linker-only symkind values into linkerMichael Hudson-Doyle
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-03-12cmd/link: eliminate markextraMatthew Dempsky
2017-02-07cmd/link, crypto/tls: don't use append loopsDaniel Martí
2016-11-22cmd/compile, cmd/link: weak relocation for ptrToDavid Crawshaw
2016-11-11cmd/link: use plugin path in visibility analysisDavid Crawshaw
2016-11-03cmd/compile: write type symbols referenced in ptabsDavid Crawshaw
2016-11-01cmd/link: support plugins with no exported symbolsDavid Crawshaw
2016-10-25cmd/compile, cmd/link: more efficient typelink generationshaharko
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