aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal
AgeCommit message (Expand)Author
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-06cmd/link/internal: remove trampoline for plt on loong64limeidan
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/internal/objabi,cmd/link/internal/sym: add SDWARFADDR symbol typeThan 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-19all: implement plugin build mode for riscv64Meng Zhuo
2025-02-13cmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC for riscv64Meng Zhuo
2025-02-13cmd: use cmd/internal/hash.New32 and Sum32 onlyRuss Cox
2025-02-06cmd/link: add -e (no limit on errors) flagqmuntal
2025-01-29cmd/link/internal/loader: fix linknames from FIPS 140 frozen treeFilippo Valsorda
2025-01-16cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial...Cherry Mui
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-12cmd/link: block new standard library linknamesCherry Mui
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-18weak: move internal/weak to weak, and update according to proposalMichael Anthony Knyszek
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-11cmd/compile: allow more types for wasmimport/wasmexport parameters and resultsCherry Mui
2024-11-07cmd/internal/objabi, cmd/link: introduce SymKind helper methodsRuss Cox
2024-11-07cmd/internal/objabi, cmd/link: add FIPS symbol kindsRuss 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: reduce Wasm initial memory sizeCherry Mui
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