index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
link
/
internal
/
ld
/
lib.go
Age
Commit message (
Expand
)
Author
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-22
cmd/link,runtime: merge minfunc const info internal/abi
qiulaidongfeng
2023-11-20
all: add floating point option for ARM targets
Ludi Rehak
2023-11-09
cmd/internal/link: merge .pdata and .xdata sections from host object files
qmuntal
2023-08-18
cmd/link: don't mangle string symbol names
Cherry Mui
2023-08-16
cmd/link: suppress -bind_at_load deprecation warning for ld-prime
Cherry Mui
2023-07-21
cmd/link: print dsymutil and strip commands in -v mode
Cherry Mui
2023-07-21
cmd/link: rationalize -s and -w flags with Mach-O external linking
Cherry Mui
2023-07-20
cmd/link: pass flags to external linker in deterministic order
Cherry Mui
2023-06-09
cmd/link: mangle certain instantiated function name in plugin mode
Cherry Mui
2023-05-12
cmd/link: fix checks for supported linker flags with relative paths.
James Bartlett
2023-05-05
cmd/link: remove elfsetstring out of the loader
Cherry Mui
2023-05-02
cmd/link: work around dsymutils not cleaning temp file
Cherry Mui
2023-05-02
cmd/link: generate .xdata PE section
qmuntal
2023-05-02
cmd/link: generate .pdata PE section
qmuntal
2023-04-14
cmd/link/internal/ld: disable execute-only for external linking on openbsd/arm64
Joel Sing
2023-04-14
cmd/link: establish dependable package initialization order
Keith Randall
2023-03-28
Revert "cmd/link: use path from "cc --print-prog-name ar" for c-archive build...
Than McIntosh
2023-03-28
cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmode
Than McIntosh
2023-03-14
cmd/go,cmd/link: prefer external linking when strange cgo flags seen
Than McIntosh
2023-03-09
Revert "cmd/link: establish dependable package initialization order"
Keith Randall
2023-03-03
cmd/link: establish dependable package initialization order
Keith Randall
2023-02-27
cmd/link: check for power10 support on external linker for PPC64
Paul E. Murphy
2023-02-23
Revert "cmd/link: default to external linking with cgo std packages"
Than McIntosh
2023-02-22
cmd/link: default to external linking with cgo std packages
Cherry Mui
2023-02-16
cmd/link: don't switch to gold on ARM Linux
Ian Lance Taylor
2023-02-10
cmd/link: try libssp_nonshared.a when looking for "__stack_chk_fail_local"
Than McIntosh
2023-01-31
cmd/link: add debug print in hostobjCopy
Cherry Mui
2023-01-31
cmd/link: rename ELF struct fields to remove "elf" prefix
Ian Lance Taylor
2023-01-31
cmd/link: load host archive libc_nonshared.a for -fstack-protector
Than McIntosh
2023-01-30
cmd/link: refactor ELF hooks into ELFArch struct
Ian Lance Taylor
2023-01-30
all: fix problematic comments
cui fliter
2023-01-25
cmd/link: don't export all symbols for ELF external linking
Ian Lance Taylor
2023-01-24
cmd/link: remove importcycles function
Jeremy Quirke
2022-12-06
cmd/link: pass -Wl,--no-insert-timestamp to external linker on windows
Than McIntosh
2022-11-19
cmd/link: revise DLL import symbol handling
Than McIntosh
2022-11-19
cmd/link: add capturehostobjs debugging flag
Than McIntosh
2022-11-19
cmd/link: improved host archive debug trace output
Than McIntosh
2022-11-11
cmd/link: exit if runtime.a is missing
Cherry Mui
2022-10-14
cmd/link: return correct default linker for the platform
Dmitri Goutnik
2022-10-04
runtime/race: use internal linking mode for amd64 subarch packages
Florian Zenker
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-09-16
cmd/link: suppress -no_pie deprecation warning on darwin
Cherry Mui
2022-09-15
cmd/link: stop passing -pagezero_size to darwin linker
Cherry Mui
2022-09-13
cmd/link: generate an error if the entry symbol cannot be found
Joel Sing
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-08-08
cmd/link: detect glibc vs musl ldso at link time
Russ Cox
2022-07-07
cmd/link: explicitly disable PIE for windows/amd64 -race mode
Than McIntosh
2022-06-27
cmd/link: link against libsynchronization.a for -race on windows
Than McIntosh
2022-06-22
cmd/go, cmd/link: support failure to create _cgo_import.go
Ian Lance Taylor
[next]