aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld
AgeCommit message (Expand)Author
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
2024-10-28internal/runtime/maps: small maps point directly to a groupMichael Pratt
2024-10-25cmd/link: for asan align coverage counter section to 8 bytesIan Lance Taylor
2024-10-24cmd/link: don't pass --build-id if C linker doesn't support itCherry Mui
2024-10-23cmd/link: fix flags order in linkerFlagSupportedSiddhartha Bagaria
2024-10-21cmd/link,runtime: DWARF/gdb support for swiss mapsMichael Pratt
2024-10-21cmd/link: on ELF, generate GNU build ID by defaultCherry Mui
2024-10-21cmd/link: apply -B UUID to external linking on Mach-OCherry Mui
2024-10-21cmd/link: on Mach-O, generate LC_UUID by defaultCherry Mui
2024-10-21cmd/internal/macho: new package for handling mach-o files in toolchainCherry Mui
2024-10-21cmd/link: generate Mach-O UUID when -B flag is specifiedCherry Mui
2024-10-14all: wire up swisstable mapsMichael Pratt
2024-09-26cmd/link/internal/ld: fix error print in decodetypeGcprogzhangjian
2024-09-13cmd/link/internal: use slices.ContainsTobias Klauser
2024-09-04cmd/link/internal/ld: rm os.Getwd from elf_testKir Kolyshkin
2024-09-04cmd/link/internal/ld: rm os.Getwd from dwarf_testKir Kolyshkin
2024-09-04cmd/link/internal/ld: simplify gobuildTestdataKir Kolyshkin
2024-09-04cmd: use 20 bytes hash when possibleCuong Manh Le
2024-09-04cmd: do not use notsha256Cuong Manh Le
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2024-08-20src: fix typosAlexander Cyon
2024-08-19all: remove duplicated words in commentsOleksandr Redko
2024-08-13cmd/link, runtime: support library mode on wasip1Cherry Mui
2024-08-09cmd/compile: add basic wasmexport supportCherry Mui
2024-08-09cmd/link: add support for trampoline insertation on loong64limeidan
2024-08-02all: split old and swiss map abi and compiler integrationMichael Pratt