aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link
AgeCommit message (Expand)Author
2022-10-14cmd/link: return correct default linker for the platformDmitri Goutnik
2022-10-14cmd/compile,cmd/link,runtime: add start line numbers to func metadataMichael Pratt
2022-10-13cmd/link: define ELF .note section on FreeBSDDmitri Goutnik
2022-10-13cmd/link: don't reset variable size when handling -X flagCherry Mui
2022-10-05cmd/link: optimize PPC64 inline plt sequences if localPaul E. Murphy
2022-10-04cmd/cgo, cmd/compile, cmd/link: remove old style build tagsRuss Cox
2022-10-04cmd/internal/sys: migrate support.go functions to new internal pkgThan McIntosh
2022-10-04runtime/race: use internal linking mode for amd64 subarch packagesFlorian Zenker
2022-09-30cmd/link/internal/ld: panic if inlined functions missing FuncInfoMichael Pratt
2022-09-30Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags"Than McIntosh
2022-09-30cmd/cgo, cmd/compile, cmd/link: remove old style build tagsTobias Klauser
2022-09-30cmd/link/internal/riscv64: add support for freebsd/riscv64Mikael Urankar
2022-09-29cmd: fix a few function names on commentscui fliter
2022-09-28cmd/link/internal/loadelf: add additional relocations for riscv64Joel Sing
2022-09-28all: fix some typoscui fliter
2022-09-27cmd/link: fix coverage counter issue on AIXThan McIntosh
2022-09-27cmd/link: refactor usage of SymLocalentry helper functionsPaul E. Murphy
2022-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-09-27cmd/compile,cmd/link: hooks for identifying coverage countersThan McIntosh
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-09-16cmd/link: suppress -no_pie deprecation warning on darwinCherry Mui
2022-09-15cmd/link: support -fno-plt compiled gcc objects on ppc64lePaul E. Murphy
2022-09-15cmd/link: stop passing -pagezero_size to darwin linkerCherry Mui
2022-09-15cmd, syscall: use syscall.Mmap on solaris for Go ≥ 1.20Tobias Klauser
2022-09-14all: move //go:build lines below copyright noticeTobias Klauser
2022-09-13cmd/link: generate an error if the entry symbol cannot be foundJoel Sing
2022-09-13cmd/link/internal/ld, syscall: use libc based msync on darwin for Go ≥ 1.20Tobias Klauser
2022-09-13cmd/link/internal/ld: drop Go 1.12 compatibility on darwinTobias Klauser
2022-09-09all: transfer reflect.{SliceHeader, StringHeader} to unsafeheader.{Slice, Str...hopehook
2022-09-08cmd/link: use strings.Buildercuiweixie
2022-09-07cmd/link/internal/ld: update _func names to match runtimeMichael Pratt
2022-09-06cmd/link,runtime: remove unused fields from inlinedCallMichael Pratt
2022-09-02cmd/link: only add dummy XCOFF reference if the symbol existsCherry Mui
2022-08-18cmd/compile/internal/noder: set ir.Name.DictIndex for unified IRMatthew Dempsky
2022-08-18all: remove duplicate "the" words in commentsAbirdcfly
2022-08-15cmd/link: recognize the new R_LARCH_32_PCREL type on loong64WANG Xuerui
2022-08-11cmd/link: fix trampolines breaking DWARF line infoJeremy Quirke
2022-08-09all: use ":" for compiler generated symbolsCuong Manh Le
2022-08-08cmd/link: detect glibc vs musl ldso at link timeRuss Cox
2022-08-08cmd/compile, cmd/link: enable Duff's device on darwin/arm64Cherry Mui
2022-08-08all: use io.Seek* instead of deprecated os.SEEK_*Tobias Klauser
2022-08-05cmd/link: use correct path for dynamic loader on ppc64leLynn Boger
2022-07-07cmd/link: explicitly disable PIE for windows/amd64 -race modeThan McIntosh
2022-06-27cmd/link: link against libsynchronization.a for -race on windowsThan McIntosh
2022-06-22cmd/go, cmd/link: support failure to create _cgo_import.goIan Lance Taylor
2022-06-16cmd/link: consider alignment in carrier symbol size calculationCherry Mui
2022-06-15cmd/link: set alignment for carrier symbolsCherry Mui
2022-06-14cmd/compile,runtime,reflect: move embedded bit from offset to nameKeith Randall
2022-06-07cmd/link: specify -Wl,-z params as documentedMotiejus Jakštys
2022-06-06cmd/link/internal/loadpe: handle _main reference properlyThan McIntosh