aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld
AgeCommit message (Expand)Author
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
2025-09-23cmd/link: make -w behavior consistent on WindowsCherry Mui
2025-09-15cmd/link: support race mode with MSVC clangCherry Mui
2025-09-12cmd/link: support MSVC clangCherry Mui
2025-09-11cmd/link: allow one to specify the data section in the internal linkerKevaundray Wedderburn
2025-09-05cmd/link/internal/ld: unconditionally use posix_fallocate on FreeBSDTobias Klauser
2025-08-13cmd/link/internal/ld: remove OpenBSD buildid workaroundJoel Sing
2025-08-11cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on netbsdTobias Klauser
2025-08-06all: remove support for windows/armqiulaidongfeng
2025-08-05cmd: remove dead codeqiulaidongfeng
2025-07-30all: remove redundant Swiss prefixesMichael Pratt
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt
2025-07-29internal/abi: move direct/indirect flag from Kind to TFlagKeith Randall
2025-07-16cmd/link, runtime: on Wasm, put only function index in method table and func ...Cherry Mui
2025-05-21cmd/link/internal/ld: use 12.0.0 OS/SDK versions for macOS linkingDmitri Shuralyov
2025-05-19runtime: pass through -asan/-msan/-race to testprog testsMichael Pratt
2025-05-15cmd/link: fix outdated output mmap checkZxilly
2025-05-12cmd/link: use >4GB base address for 64-bit PE binariesqmuntal
2025-04-16all: use strings.ReplaceAll where applicableMarcel Meyer
2025-04-03cmd/link/internal/ld: introduce -funcalign=N optionAleksey Markin
2025-03-21cmd/link/internal/ld: change pe64 from int to boolqmuntal
2025-03-21Revert "cmd/compile/internal/abi: fix ComputePadding"Cherry Mui
2025-03-20cmd/compile/internal/abi: fix ComputePaddingDerek Parker
2025-03-13cmd/go/internal/load,cmd/link/internal/ld: use objabi.LookupPkgSpecial(pkg).R...Jes Cok
2025-03-11runtime/internal: clean up completelyJes Cok
2025-03-04cmd/compile,cmd/link: move to DWARF5-style location listsThan McIntosh