aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/dwarf.go
AgeCommit message (Expand)Author
2020-10-23[release-branch.go1.15] cmd/{compile,link}: backport fix for issue 39757Than McIntosh
2020-06-03cmd/{compile,link}: fix problem with DWARF end_sequence opsThan McIntosh
2020-04-30[dev.link] cmd/link: combine decodesym.go and decodesym2.goCherry Zhang
2020-04-20[dev.link] cmd/link: revise representation of dwarfpThan McIntosh
2020-04-16[dev.link] cmd/link: set direct fn address in dwarf gen where possibleThan McIntosh
2020-04-14[dev.link] cmd/link: hoist dwarfGenerateDebugSyms out of dodata()Than McIntosh
2020-04-08[dev.link] cmd/link: return package path in SymFileCherry Zhang
2020-03-31[dev.link] cmd/link: unify Relocs.Count and len(rs)Cherry Zhang
2020-03-31[dev.link] cmd/link: store external relocations in Reloc2 formatCherry Zhang
2020-03-25[dev.link] cmd/link: convert doxcoff to new styleCherry Zhang
2020-03-25[dev.link] cmd/link: minor tweaks to PropagateLoaderChangesToSymbolsThan McIntosh
2020-03-20[dev.link] cmd/compile, cmd/link: move away from DWARF file renumberingThan McIntosh
2020-03-20[dev.link] cmd/compile, cmd/link: move DWARF info sym to anonymous aux dataThan McIntosh
2020-03-18[dev.link] cmd/link: remove AddExtSymCherry Zhang
2020-03-16[dev.link] cmd/link: use new relocation accessors in DWARF generationCherry Zhang
2020-03-12[dev.link] cmd/link: demote dwarf {range,loc} sub-symbols to auxThan McIntosh
2020-03-12[dev.link] cmd/link: remove unnecessary file processing from writelinesThan McIntosh
2020-03-10[dev.link] cmd/link: remove patchDWARFName from the linkerThan McIntosh
2020-03-10[dev.link] cmd/link: remove legacy DWARF gen codeThan McIntosh
2020-03-10[dev.link] cmd/link: use shared reloc slice in writelines methodThan McIntosh
2020-03-10[dev.link] cmd/link: fix up stray references to legacy "newdie" functionThan McIntosh
2020-03-10[dev.link] cmd/link: check for dwarf enabled in loadlibfullThan McIntosh
2020-03-05[dev.link] cmd/link: convert second phase of DWARF-gen to use loaderThan McIntosh
2020-03-05[dev.link] cmd/link: fix up ctxt.Textp2 handling in AssignTextSymbolOrderThan McIntosh
2020-03-02[dev.link] cmd/link: remove -newdw flag for phase 1 DWARF genThan McIntosh
2020-02-27[dev.link] cmd/link: simplify DWARF DIE symbol payloadThan McIntosh
2020-02-19[dev.link] cmd/link: convert DWARF type generation to use loaderThan McIntosh
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-11cmd/go: address DWARF linker issues with -buildmode=plugin on DarwinThan McIntosh
2019-11-01[dev.link] all: merge branch 'master' into dev.linkThan McIntosh
2019-10-26cmd/link/internal: eliminate all ld.Cputime() usagesnikita-vanyasin
2019-10-09[dev.link] cmd/link: change some decodetype functions to operate on bytesCherry Zhang
2019-09-27cmd/link: create DWARF types for autos based R_USETYPE relocsThan McIntosh
2019-09-26cmd/link: switch linker over to new debug lines from compilerJeremy Faller
2019-09-24cmd/link: add notion of multiple compilation units per packageJeremy Faller
2019-09-23cmd/link: make PCIter available to compilerJeremy Faller
2019-04-23cmd/link: revert/revise CL 98075 because LLDB is very picky nowDavid Chase
2019-04-19cmd/link: apply DWARF relocations while doing compressionCherry Zhang
2019-04-19cmd/link: apply R_DWARFFILEREF laterCherry Zhang
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-04-12cmd/link: make Pciter more idiomaticJosh Bleecher Snyder
2019-04-02compile,link: export package name in debug_infoAlessandro Arzilli
2019-03-27cmd/link: change -strictdups checking to handle mix of flagsThan McIntosh
2019-03-13cmd: disable DWARF with old ld on aix/ppc64Clément Chigot
2019-03-09cmd/link: enable DWARF with external linker on aix/ppc64Clément Chigot
2019-03-06cmd/link: fix contents of debug_pubnames/debug_pubtypesAlessandro Arzilli
2019-03-06cmd/link, runtime: allow external linking for aix/ppc64Clément Chigot
2019-03-06cmd/link: support dwarf64 when writing .debug_frameClément Chigot
2018-11-14cmd/link: fix isStmt DWARF infoAustin Clements
2018-11-12cmd/link: start file-local symbols at version 10Austin Clements