aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld
AgeCommit message (Expand)Author
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
2025-03-04cmd/compile,cmd/link: move to DWARF5-style range listsThan McIntosh
2025-02-28cmd/link: use __got as the .got section nameqmuntal
2025-02-26cmd/link: require cgo for -linkmode=external testIan Lance Taylor
2025-02-25cmd/link: put .got section in __DATA_CONST segmentqmuntal
2025-02-25cmd/compile, runtime: use PC of deferreturn for panic transferDavid Chase
2025-02-22cmd: initial compiler+linker support for DWARF5 .debug_addrThan McIntosh
2025-02-22cmd/link, cmd/internal/dwarf: add DWARF5 line table supportThan McIntosh
2025-02-22cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF relocation typeThan McIntosh
2025-02-13cmd: use cmd/internal/hash.New32 and Sum32 onlyRuss Cox
2025-02-06cmd/link: add -e (no limit on errors) flagqmuntal
2024-12-23cmd/link, runtime: apply a delta to RODATA->DATA relocationsCherry Mui
2024-12-16cmd/link: update runtime dependency listCherry Mui
2024-12-13cmd/link: make dwarf name slice index self-describingMichael Pratt
2024-12-03cmd/link/internal/ld: work around FreeBSD 14.1 cmd/cgo test link failureMichael Anthony Knyszek
2024-11-22cmd/compile, cmd/link: FIPS fixes for large programsRuss Cox
2024-11-21cmd/link: remove debugging dregRuss Cox
2024-11-20all: rename crypto/internal/fips to crypto/internal/fips140Russ Cox
2024-11-18runtime: get rid of gc programs for typesKeith Randall
2024-11-18cmd/link: use types (and not GC programs) to build data/bss ptrmaskskhr@golang.org
2024-11-17internal/runtime/maps: eliminate a load from the hot pathKeith Randall
2024-11-14all: enable FIPS verification codeRuss Cox
2024-11-13cmd/compile, cmd/link: add FIPS verification supportRuss Cox
2024-11-07cmd/internal/objabi, cmd/link: introduce SymKind helper methodsRuss Cox
2024-11-07cmd/link: remove dummy argument from ld.ErrorfRuss Cox
2024-11-06cmd/link/internal/ld: fix sort comparisonRuss Cox