aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
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-15cmd/link: set canUsePlugins only on platforms that support pluginCherry Mui
2025-12-12runtime, cmd/link: tighten search for stackObjectRecordIan Lance Taylor
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: 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-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-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-10-27cmd/link: internal linking support for windows/arm64qmuntal
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-11cmd/link: in TestFallocate, only check number of blocks on DarwinCherry Mui
2025-10-07Revert "cmd/compile: redo arm64 LR/FP save and restore"Keith Randall
2025-10-06cmd/compile: redo arm64 LR/FP save and restoreKeith Randall
2025-10-03cmd/link: add LIBRARY statement only with -buildmode=csharedqmuntal
2025-10-03cmd/link: support .def file with MSVC clang toolchainCherry Mui
2025-09-30cmd/link/internal/arm64: support Mach-O ARM64_RELOC_SUBTRACTOR in internal li...qmuntal
2025-09-30cmd/link/internal/arm64: support Mach-O ARM64_RELOC_POINTER_TO_GOT in interna...qmuntal
2025-09-29cmd/link: use a .def file to mark exported symbols on Windowsqmuntal
2025-09-29cmd/link: don't pass -Wl,-S on SolarisCherry Mui
2025-09-29cmd/link: use correct length for pcln.cutabIan Lance Taylor
2025-09-26cmd/link: don't pass -Wl,-S on AIXCherry Mui
2025-09-25cmd/link: handle -w flag in external linking modeCherry Mui