aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
2026-02-04cmd/link: remove obsolete duffzero/duffcopy codeKeith Randall
2026-01-30all: switch linux-ppc64 target to ELFv2 ABIPaul Murphy
2026-01-29cmd/link: put type:* at the start of the type descriptorsIan Lance Taylor
2026-01-29cmd/link: remove AIX special case for first type descriptorIan Lance Taylor
2026-01-29cmd/link: adjust symkind comparisons in XCOFF codeIan Lance Taylor
2026-01-29runtime, cmd/link: store type descriptor length, not endIan Lance Taylor
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2026-01-27cmd/link: remove unused symbol kind SFUNCTABIan Lance Taylor
2026-01-27cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSizeIan Lance Taylor
2026-01-23cmd/compile: redo how equality functions are generatedkhr@golang.org
2026-01-22cmd/link: put type descriptors in .go.type sectionIan Lance Taylor
2025-12-27cmd: fix unused errors reported by ineffassignLin Lin
2025-12-15cmd/link: set canUsePlugins only on platforms that support pluginCherry Mui
2025-12-15cmd/link: don't create __x86.get_pc_thunk symbol if it already existsCherry Mui
2025-12-12runtime, cmd/link: tighten search for stackObjectRecordIan Lance Taylor
2025-12-12cmd/link: add new linknames to blocked linkname listCherry Mui
2025-12-11runtime: make goroutines inherit DIT state, don't lock to OS threadRoland Shoemaker
2025-12-09cmd: fix some issues in the commentscuishuang
2025-12-08cmd/link: fix AIX builds after recent linker changesIan Lance Taylor
2025-12-08cmd/link: generate DWARF for moduledataIan Lance Taylor
2025-12-03cmd/link: don't update offset of existing ELF section nameIan Lance Taylor
2025-11-26cmd/link: test that moduledata is in its own sectionIan Lance Taylor
2025-11-26cmd/link: test that findfunctab is in gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: test that funcdata values are in gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: always run current linker in testsIan Lance Taylor
2025-11-26cmd/link: put moduledata in its own .go.module sectionIan Lance Taylor
2025-11-26cmd/link, runtime, debug/gosym: move pclntab magic to internal/abiIan Lance Taylor
2025-11-26cmd/link: put runtime.findfunctab in the .gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: put funcdata symbols in .gopclntab sectionIan Lance Taylor
2025-11-26cmd/link: build shstrtab from ELF sectionsIan Lance Taylor
2025-11-26cmd/link: use shdr as a slice rather than counting in elfhdr.ShnumIan Lance Taylor
2025-11-26cmd/link: sort allocated ELF section headers by addressIan Lance Taylor
2025-11-26cmd/link, cmd/internal/obj: fix a remote call failure issuelimeidan
2025-11-20cmd/link: support loading R_LARCH_PCREL20_S2 and R_LARCH_CALL36 relocsWANG Xuerui
2025-11-18cmd/link: align sections, not symbols after DWARF compressCherry Mui
2025-11-18cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri...Joel Sing
2025-11-14runtime: add runtime.freegc to reduce GC workthepudds
2025-11-14cmd/link/internal/ld: make runtime.buildVersion with experiments validmatloob@golang.org
2025-11-12cmd/link: change shdr and phdr from arrays to slicesIan Lance Taylor
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-07cmd/link: clean up some comments to Go standardsIan Lance Taylor
2025-11-06cmd/link: move pclntab out of relro sectionIan Lance Taylor
2025-11-05cmd/link: support weak binding on darwinqmuntal
2025-11-04cmd/link, runtime: don't store text start in pcHeaderIan Lance Taylor
2025-11-04cmd/link: don't generate .gosymtab sectionIan Lance Taylor
2025-11-04cmd/link: add and use new SymKind SFirstUnallocatedIan Lance Taylor
2025-11-04cmd/link: remove misleading commentIan Lance Taylor
2025-11-04cmd/link: remove unused SFILEPATH symbol kindIan Lance Taylor
2025-11-04cmd/link: add comments for SymKind valuesIan Lance Taylor
2025-10-27cmd/link: internal linking support for windows/arm64qmuntal