aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/decodesym.go
AgeCommit message (Expand)Author
2020-07-01cmd/link: fix GC data reading from shared library (attempt 2)Cherry Zhang
2020-06-30Revert "cmd/link: fix GC data reading from shared library"Cherry Zhang
2020-06-30cmd/link: fix GC data reading from shared libraryCherry Zhang
2020-04-30[dev.link] cmd/link: combine decodesym.go and decodesym2.goCherry Zhang
2020-04-27[dev.link] cmd/link: delete old dodataCherry Zhang
2020-04-22[dev.link] cmd/link: create loader-specific version of GCProgThan McIntosh
2020-01-28[dev.link] cmd/link: remove flag FlagNewLdElfJeremy Faller
2019-10-09[dev.link] cmd/link: change some decodetype functions to operate on bytesCherry Zhang
2019-09-03cmd/compile,runtime: generate hash functions only for types which are map keysKeith Randall
2018-05-06runtime: remove hmap field from maptypesMartin Möhrmann
2017-10-05cmd/link: put symbol data types in new packageDavid Crawshaw
2017-10-03cmd/link: remove SysArch global variableDavid Crawshaw
2017-05-30cmd/link: fix left-over reference to reflect.cDmitry Savintsev
2017-04-27cmd/internal/objabi, cmd/link: move linker-only symkind values into linkerMichael Hudson-Doyle
2017-04-27dwarf: add marker for embedded fields in dwarfHana Kim
2017-04-23cmd/link: cleanup after IntSize->PtrSize conversionMatthew Dempsky
2017-04-22cmd: remove IntSize and WidthintMatthew Dempsky
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-01-25[dev.typealias] cmd/compile, reflect: fix struct field names for embedded byt...Russ Cox
2016-08-23cmd/link/internal/ld: camelCase a buch of snake_case namesMichael 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-06-14cmd/compile, etc: handle many struct fieldsDavid Crawshaw
2016-04-26cmd/link: correctly decode name lengthDavid Crawshaw
2016-04-22cmd/compile, etc: use nameOff in uncommonTypeDavid Crawshaw
2016-04-22cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw
2016-04-18cmd/link, cmd/compile: typelink sorting in linkerDavid Crawshaw
2016-04-18cmd/compile, etc: use name offset in method tablesDavid Crawshaw
2016-04-15cmd: remove unnecessary type conversionsMatthew Dempsky
2016-04-13cmd/compile, etc: store method tables as offsetsDavid Crawshaw
2016-04-12cmd: replace x[i:][0] expressions with x[i]Matthew Dempsky
2016-04-09cmd: remove unused codeDave Cheney
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-03-25cmd/compile, runtime: new static name encodingDavid Crawshaw
2016-03-17cmd/link: do not add duplicate symbols to AllsymMichael Hudson-Doyle
2016-03-15cmd/compile: compute second method type at runtimeDavid Crawshaw
2016-03-09cmd/link: prune unused methodsDavid Crawshaw
2016-03-09cmd/compile: remove slices from rtype.funcTypeDavid Crawshaw
2016-03-08cmd/compile: remove rtype *uncommonType fieldDavid Crawshaw
2016-03-04cmd/compile: remove NUL-terminator from string dataDavid Crawshaw
2016-02-25cmd/compile: remove rtype.ptrToThisDavid Crawshaw
2016-02-24cmd/compile: embed type string header in rtypeDavid Crawshaw
2015-11-09cmd/link: look at the R_AARCH64_RELATIVE relocs to find the gcdata on arm64Michael Hudson-Doyle
2015-08-26cmd/compile, cmd/link, reflect, runtime: remove type.zero fieldMichael Hudson-Doyle
2015-05-27cmd/internal/ld: do not depend on local symbols to read a type's gcdataMichael Hudson-Doyle
2015-05-21cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox