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
/
data.go
Age
Commit message (
Expand
)
Author
2023-07-31
cmd/link: fix up more zero-sized local symbols on darwin dynamic linking
Cherry Mui
2023-07-31
cmd/link: always use symbol-targeted relocations on Mach-O
Cherry Mui
2023-07-31
cmd/link: use symbol-targeted relocation for initializers on Mach-O
Cherry Mui
2023-05-11
cmd/link: check DWARF section sizes separately
Cherry Mui
2023-05-02
cmd/link: generate .xdata PE section
qmuntal
2023-05-02
cmd/link: generate .pdata PE section
qmuntal
2023-04-28
cmd/link: put zero-sized data symbols at same address as runtime.zerobase
Cherry Mui
2023-04-28
cmd/link: write buildid to plugin
Cherry Mui
2023-04-24
cmd/link: don't sort data symbols by name
Cherry Mui
2023-04-24
cmd/link: use slice and bitmap for some attributes
Cherry Mui
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-03-29
cmd/link,cmd/internal/objabi: support ADDR32NB relocations on windows
qmuntal
2023-03-24
cmd/link: add padding after runtime.etext
Cherry Mui
2023-03-21
cmd/link: improve error message and debugging
Cherry Mui
2023-02-27
cmd/link: revert CL 467715 in favor of better fix
Than McIntosh
2023-02-13
cmd/link/internal/ld: fix text section splitting for ARM
Than McIntosh
2023-02-02
cmd/link: remove special cases for relocations in .go.buildinfo
Russ Cox
2023-02-02
cmd/link: keep go.buildinfo even with --gc-sections
Russ Cox
2022-12-23
cmd/link, runtime: use a different section for Go libfuzzer counters
Cherry Mui
2022-11-19
cmd/link: revise DLL import symbol handling
Than McIntosh
2022-11-18
all: add missing periods in comments
cui fliter
2022-10-26
cmd: remove redundant _
cui fliter
2022-10-13
cmd/link: don't reset variable size when handling -X flag
Cherry Mui
2022-09-27
cmd/compile,cmd/link: hooks for identifying coverage counters
Than McIntosh
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-06-16
cmd/link: consider alignment in carrier symbol size calculation
Cherry Mui
2022-05-23
cmd/link: set coverage counters as expected by the fuzz package
Khaled Yakdan
2022-05-20
cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters
Khaled Yakdan
2022-05-17
all: fix spelling
John Bampton
2022-05-10
cmd/link: more cleanups for visibility hidden symbol handling
Cherry Mui
2022-05-06
cmd/link: resolve relocations to .TOC. symbol
Cherry Mui
2022-04-12
cmd/link: don't sort pclntab entries
Keith Randall
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-03-16
cmd/link: default generic ABI compression for ELF
Meng Zhuo
2021-12-07
cmd/link, cmd/go: make version info easier to extract
Russ Cox
2021-11-05
cmd/link: enable internal linking of PIE binaries on ppc64le
Paul E. Murphy
2021-10-25
cmd/link: increase reserved space for passing env on wasm
Richard Musiol
2021-10-07
misc/wasm, cmd/link: do not let command line args overwrite global data
Cherry Mui
2021-10-05
cmd/link,runtime: remove relocations from stkobjs
Josh Bleecher Snyder
2021-10-02
cmd/internal/obj/riscv,cmd/link/internal/riscv64: add call trampolines for ri...
Joel Sing
2021-10-01
cmd/link: set alignment for string symbols in symtab pass
Cherry Mui
2021-09-22
cmd/link: remove ABI aliases
Cherry Mui
2021-09-09
[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
Jay Conrod
2021-09-08
cmd/link: rework .TOC. handling for ppc64le
Paul E. Murphy
2021-09-02
cmd/link: avoid crash on undefined func sym with external linking
Than McIntosh
2021-06-02
[dev.fuzz] all: merge master (dd7ba3b) into dev.fuzz
Katie Hockman
2021-05-26
runtime,cmd/link/internal/ld: fix typos
tyltr
2021-05-17
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
Katie Hockman
2021-05-13
cmd/link: resolve ABI alias for runtime.unreachableMethod
Cherry Mui
[prev]
[next]