aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
2023-08-23cmd/link: add support for openbsd/ppc64Joel Sing
2023-08-18cmd/link: don't mangle string symbol namesCherry Mui
2023-08-16cmd/link: suppress -bind_at_load deprecation warning for ld-primeCherry Mui
2023-08-03cmd/asm,cmd/internal/obj/riscv,cmd/link: improve TLS handling on riscv64Joel Sing
2023-07-31cmd/link: fix up more zero-sized local symbols on darwin dynamic linkingCherry Mui
2023-07-31cmd/link: always use symbol-targeted relocations on Mach-OCherry Mui
2023-07-31cmd/link: use symbol-targeted relocation for initializers on Mach-OCherry Mui
2023-07-27cmd/link: sort HOSTOBJ and UNDEFEXT symbols with undefined symbols in Mach-O ...Cherry Mui
2023-07-27cmd/link: don't generate DYSYMTAB when external linking on Mach-OCherry Mui
2023-07-21cmd/link: allow enabling DWARF with -sCherry Mui
2023-07-21cmd/link: test the -s flagCherry Mui
2023-07-21cmd/link: print dsymutil and strip commands in -v modeCherry Mui
2023-07-21cmd/link: rationalize -s and -w flags with Mach-O external linkingCherry Mui
2023-07-21cmd/link: suppress symbol table on Mach-O when -sCherry Mui
2023-07-20all: update build tags to require/assume Go 1.20Matthew Dempsky
2023-07-20cmd/link: pass flags to external linker in deterministic orderCherry Mui
2023-07-20cmd/link: clean up some relocation handlingCherry Mui
2023-07-20cmd/link: handle dynamic import variables on DarwinCherry Mui
2023-07-13all: remove duplicate word and fix commentcui fliter
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-06-13cmd/link: fix log formats for log.Fatal callsRuss Cox
2023-06-09cmd/link: mangle certain instantiated function name in plugin modeCherry Mui
2023-06-09all: fix function names in commentscui fliter
2023-06-01cmd/link/internal/ld: pass correct offset to codesign.SignChristian Banse
2023-05-31cmd/link: support R_PPC64_REL24_P9NOTOCPaul E. Murphy
2023-05-24all: fix unavailable urlcui fliter
2023-05-19all: generate NOTOC shared code on power10/PPC64/linuxPaul E. Murphy
2023-05-19cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall
2023-05-19cmd/link: add ReflectMethod flag to -dumpdep outputAlessandro Arzilli
2023-05-17cmd/link, internal/abi: minor follow-up cleanupsDavid Chase
2023-05-16cmd/link/internal/ppc64: link ELFv2 objects built with -mcpu=power10Paul E. Murphy
2023-05-12cmd/link: fix checks for supported linker flags with relative paths.James Bartlett
2023-05-11cmd/link: check DWARF section sizes separatelyCherry Mui
2023-05-11runtime: move per-type types to internal/abiDavid Chase
2023-05-11runtime: redefine _type to abi.Type; add rtype for methods.David Chase
2023-05-10internal/abi,reflectlite,reflect,runtime: common up chan typeDavid Chase
2023-05-10internal/abi: common up ArrayTypeDavid Chase
2023-05-10internal/abi: common up some offset/size functionsDavid Chase
2023-05-10cmd/link: clean up per-binary slice creation in ldDavid Chase
2023-05-10internal/abi: common up Method, Imethod, UncommonType typesDavid Chase
2023-05-09cmd/link/internal/ppc64: fix export of R_DWARFSECREF to ELF on ppc64Paul E. Murphy
2023-05-05cmd/link, runtime: include full symbol name for generic functions in runtime ...Cherry Mui
2023-05-05cmd/link: remove zdebug from ELF section header tableCherry Mui
2023-05-05cmd/link: remove elfsetstring out of the loaderCherry Mui
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2023-05-03cmd/link/internal/ppc64: support non-PIC PLT call stubsPaul E. Murphy
2023-05-03cmd/compile,cmd/link: skip tests that require DWARF symbols on iosBryan C. Mills
2023-05-02cmd/link: remove allocation in decoding type nameCherry Mui
2023-05-02cmd/link: work around dsymutils not cleaning temp fileCherry Mui
2023-05-02cmd/link: generate .xdata PE sectionqmuntal