aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2024-01-22cmd/link,runtime: merge minfunc const info internal/abiqiulaidongfeng
2023-12-18cmd/link/internal/loadpe: update comment about @feat.00 symbol handlingqmuntal
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-05math/rand, math/rand/v2: use ChaCha8 for global randRuss Cox
2023-12-01cmd/link: update flag docCherry Mui
2023-11-22cmd/link/internal/loadpe: fix .xdata unwind info parsingDavis Goodin
2023-11-22cmd/link/internal/ld: fix DWARF type DIE "go kind" bug for synthetic ptr typesThan McIntosh
2023-11-21cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/l...WANG Xuerui
2023-11-21cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loo...Guoqi Chen
2023-11-20all: add floating point option for ARM targetsLudi Rehak
2023-11-20src: a/an grammar fixesVille Skyttä
2023-11-16cmd/link/internal/loadpe: fix xrels search "not found" detectionDavis Goodin
2023-11-14cmd/link/internal/loadpe: remove unused dynimports in peImportSymsStateJes Cok
2023-11-09cmd/internal/link: merge .pdata and .xdata sections from host object filesqmuntal
2023-11-08cmd/link/internal/loader: remove some dead codeThan McIntosh
2023-11-06cmd/link/internal/loadpe: allocate comdat definitions map lazilyThan McIntosh
2023-11-03cmd/link/internal/ld: use strings.TrimPrefix in expandFileJes Cok
2023-11-02debug/elf,cmd/link: add additional relocations for loong64Guoqi Chen
2023-10-19all: drop old +build linesDmitri Shuralyov
2023-10-13cmd/link/internal/ld: assign temporary addresses to per-package textJoel Sing
2023-10-10Revert "cmd/link/internal/ld: assign temporary addresses to per-package text"Than McIntosh
2023-10-10cmd/link/internal/ld: assign temporary addresses to per-package textJoel Sing
2023-10-05runtime: support SetUnhandledExceptionFilter on Windowsqmuntal
2023-10-03cmd/link: enable linking on openbsd/riscv64Joel Sing
2023-10-03cmd: fix mismatched symbolscui fliter
2023-09-29cmd/link: split text sections for arm 32-bitThan McIntosh
2023-09-22cmd/link/internal/ld: use strings.Cutcui fliter
2023-09-20cmd/link, runtime: initialize packages in shared build modeCherry Mui
2023-09-19cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocationsJoel Sing
2023-09-18cmd/link: allow deriving GNU build ID from Go build ID IDPatrick Steinhardt
2023-09-15cmd/link: reject invalid -R flagCherry Mui
2023-09-14cmd/link: clean up some unnecessary castsCherry Mui
2023-09-14cmd/link/internal/loadelf: correct the relocation size of R_LARCH_64limeidan
2023-09-13cmd/link: round up default start address to alignmentCherry Mui
2023-09-13cmd/link: fix malformed .shstrtab sectionThan McIntosh
2023-09-12cmd/link: disable DWARF by default in c-shared mode on darwinCherry Mui
2023-09-08debug/elf,cmd/link: add additional MIPS64 relocation typeJoel Sing
2023-09-07cmd/link/internal/loong64: correct the glibc dynamic linker path.limeidan
2023-09-07cmd/link: avoid deadcode of global map vars for programs using pluginsThan McIntosh
2023-09-01cmd/internal/dwarf: replace Sym.Length with Context.SizeMatthew Dempsky
2023-09-01cmd/link: type alias sym.LoaderSym and loader.SymMatthew Dempsky
2023-09-01cmd/internal/obj: simplify filename handlingMatthew Dempsky
2023-09-01cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD.Dominique Lefevre
2023-09-01cmd/link: add testcases for MethodByName(string literal).Dominique Lefevre
2023-09-01cmd/link: remove special cases for Method() and MethodByName().Dominique Lefevre
2023-08-29cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgInfo} behaviorMatthew Dempsky
2023-08-29cmd/link/internal/sym: uncomment code for RelocNameJes Cok
2023-08-23cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64Joel Sing
2023-08-23cmd/link: add support for openbsd/ppc64Joel Sing