aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal
AgeCommit message (Expand)Author
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
2022-05-31cmd/link: call syscall.FlushFileBuffers on outbuf UnmapThan McIntosh
2022-05-23cmd/link: set coverage counters as expected by the fuzz packageKhaled Yakdan
2022-05-20cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra countersKhaled Yakdan
2022-05-17all: fix spellingJohn Bampton
2022-05-17all: fix spellingJohn Bampton
2022-05-17cmd/link: support linker for linux/loong64Xiaodong Liu
2022-05-12cmd/link: remove name expansion logicCherry Mui
2022-05-10cmd/link: more cleanups for visibility hidden symbol handlingCherry Mui
2022-05-06cmd/link: resolve relocations to .TOC. symbolCherry Mui
2022-05-06cmd/link: generate PPC64 ABI register save/restore functions if neededPaul E. Murphy
2022-05-06cmd/link: fix handling of visibility hidden symbolsCherry Mui
2022-05-02all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into masterRuss Cox
2022-05-02all: use os/exec instead of internal/execabsRuss Cox
2022-04-29[dev.boringcrypto] all: add boringcrypto build tagsRuss Cox
2022-04-29[dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256Russ Cox
2022-04-27[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-20cmd/link: fix StackCheckOutput on AIXAustin Clements
2022-04-20[dev.boringcrypto] all: merge master into dev.boringcryptoChressie Himpel
2022-04-19cmd/link: faster algorithm for nosplit stack checking, better errorsAustin Clements
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2022-04-19internal/sys: add LR and fixed frame size to sys.ArchAustin Clements
2022-04-19cmd/link: use TOC-relative trampolines on PPC64 when neededPaul E. Murphy
2022-04-15cmd/link: preserve symbol attributes when cloning to externalCherry Mui
2022-04-12cmd/link: mangle symbol ABI name for linker-generated symbolsCherry Mui