aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld
AgeCommit message (Expand)Author
2024-07-30cmd/link: add variable_parameter attr to functype outparamsThan McIntosh
2024-07-29debug/buildinfo: improve format documentationMichael Pratt
2024-07-27cmd/link: pass architecture to isPLTCalllimeidan
2024-07-23cmd/link: raise pe export cap to 65535Jakob Gillich
2024-07-03cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is usedCherry Mui
2024-07-01cmd/link: align .reloc block starts by 32 bits for PE targetThan McIntosh
2024-06-26cmd/link: don't skip code sign even if dsymutil didn't generate a fileCherry Mui
2024-06-26cmd/link: don't let dsymutil delete our temp directoryCherry Mui
2024-06-23cmd/link/internal/ld: handle "\r" in MinGW "--print-prog-name" outputDavis Goodin
2024-06-21cmd/internal: separate counter package from telemetry packageMichael Matloob
2024-06-13cmd/go: call telemetry.MaybeChild at start of go commandMichael Matloob
2024-06-13cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmodeThan McIntosh
2024-06-12cmd/link: put runtime.end in the last section of data segmentCherry Mui
2024-06-07cmd/link: don't include deadcoded function symbols in shared build modeCherry Mui
2024-05-21cmd/link/internal/ld: rewrite LC_UUID for darwin external linksThan McIntosh
2024-05-20cmd/link: add runtime.text.N symbols to macho symbol table in dynlink modeCherry Mui
2024-05-17cmd/link: enable checklinkname by defaultCherry Mui
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-14cmd/link/internal/ld: clean tmpdir obj timestampsThan McIntosh
2024-05-10cmd/link/internal/ld: fix overlapping sections in ELF relro linksThan McIntosh
2024-05-09cmd/link: Add missing platform for Mac CatalystCP Lepage
2024-05-09cmd/link: add support for telemetryMichael Matloob
2024-04-26cmd/link/internal/ld: more fixes to TestElfBindNow readonly .got checkThan McIntosh
2024-04-25cmd/link/internal/ld: revised bindnow/relro test for ELFThan McIntosh
2024-04-22cmd/link/internal/ld: temporarily add skip for new portion of TestElfBindNowThan McIntosh
2024-04-22cmd/link: move .dynamic and .got sections to relro if applicableThan McIntosh
2024-04-10cmd/link: close cpu profileguoguangwu
2024-04-08cmd/link: close the file opened in the captureHostObj functionguoguangwu
2024-04-02internal/abi: clean up type of Kind and Type.Kind_Austin Clements
2024-04-02all: use kind* of abiqiulaidongfeng
2024-03-26cmd/link: close memory profileguoguangwu
2024-03-19all: use "unix" build tag where appropriateTobias Klauser
2024-03-16cmd/dist,cmd/link: enable PIE buildmode on openbsd/arm64Joel Sing
2024-03-15cmd/link: support -bindnow option and permit use of "-Wl,-z,now"Than McIntosh
2024-03-14Revert: "cmd/link: add option to enable full RELRO for ELF"Than McIntosh
2024-03-10cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsdJoel Sing
2024-02-29cmd/link: add option to enable full RELRO for ELFNick Revin
2024-02-21cmd: remove support for GOROOT_FINALConstantin Konstantinidis
2024-02-16cmd/link: add -randlayout flag to randomize function orderingCherry Mui
2024-02-16runtime,cmd/link: merge pcbucketsize const into internal/abiqiulaidongfeng
2024-02-14cmd/link/internal/ld: unify OS/SDK versions for macOS linkingDmitri Shuralyov
2024-02-08cmd/link: use symbolic offset for ITab.TypeKeith Randall
2024-02-08cmd/compile: move runtime.itab to internal/abi.ITabKeith Randall
2024-01-30cmd/link: fix TestConsistentGoKindAndRuntimeTypeAlessandro Arzilli
2024-01-30all: fix typosJes Cok
2024-01-30cmd/link: add DW_AT_go_runtime_type to unsafe.Pointer and fix it forAlessandro Arzilli
2024-01-26cmd/link: print failed external command invocationCherry Mui
2024-01-26cmd/link: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abiqiulaidongfeng
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox