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
/
arm64
/
obj.go
Age
Commit message (
Expand
)
Author
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2023-09-13
cmd/link: round up default start address to alignment
Cherry Mui
2023-01-31
cmd/link: rename ELF struct fields to remove "elf" prefix
Ian Lance Taylor
2023-01-30
cmd/link: refactor ELF hooks into ELFArch struct
Ian Lance Taylor
2022-08-08
cmd/link: detect glibc vs musl ldso at link time
Russ Cox
2021-04-29
cmd/link: support trampoline insertion on ARM64
Cherry Zhang
2021-02-19
cmd/link: add windows/arm64 support
Russ Cox
2020-12-16
cmd/link: handle large relocation addend on darwin/arm64
Cherry Zhang
2020-10-14
cmd/link: support internal linking on darwin/arm64
Cherry Zhang
2020-09-08
cmd/link: enable DWARF combining on macOS ARM64
Cherry Zhang
2020-07-21
[dev.link] cmd/link: stream external relocations on ARM64 and on Darwin
Cherry Zhang
2020-07-07
[dev.link] cmd/link: emit Mach-O relocations in mmap
Cherry Zhang
2020-07-06
[dev.link] cmd/link: write ELF relocations in mmap on all architectures
Cherry Zhang
2020-06-05
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-06-04
all: fix dead links to inferno-os bitbucket repository
Tobias Klauser
2020-05-26
[dev.link] cmd/link: move asmb2 elf to generic handling
Jeremy Faller
2020-05-21
[dev.link] cmd/link: remove duplicate asmb code
Jeremy Faller
2020-05-18
[dev.link] cmd/link: remove "2" from names
Cherry Zhang
2020-05-13
[dev.link] cmd/link: rename adddynrel2 back to adddynrel
Than McIntosh
2020-05-12
[dev.link] cmd/link: expand architecture support for elf asmb2 path
Than McIntosh
2020-05-08
[dev.link] cmd/link: delete old reloc pass
Cherry Zhang
2020-05-05
[dev.link] cmd/link: convert archreloc for arm64
Than McIntosh
2020-04-27
[dev.link] cmd/link: delete old dodata
Cherry Zhang
2020-04-27
[dev.link] cmd/link: support new dodata for elf/{arm,arm64}
Than McIntosh
2020-04-06
[dev.link] cmd/link: begin converting gentext to loader APIs
Than McIntosh
2020-02-26
cmd/link: default to internal linking for android/arm64
Elias Naur
2019-10-09
all: remove the nacl port (part 2, amd64p32 + toolchain)
Brad Fitzpatrick
2019-10-05
cmd/link/internal/arm64: add support for freebsd/arm64
Tobias Klauser
2019-04-26
cmd/link: add support for openbsd/arm64
Joel Sing
2019-04-20
all: add start of netbsd/arm64 support
Maya Rashish
2019-04-19
cmd/link: mmap output file
Cherry Zhang
2019-03-01
cmd/link: remove unused flag -D (FlagDataAddr)
Alex Tokarev
2018-04-26
cmd/link, cmd/go: enable DWARF on darwin/arm and darwin/arm64
Cherry Zhang
2017-10-21
cmd/link: move Headtype global to ctxt
David Crawshaw
2017-10-04
cmd/link: remove coutbuf global variable
David Crawshaw
2017-10-03
cmd/link: remove SysArch global variable
David Crawshaw
2017-04-19
cmd/internal/objabi: extract shared functionality from obj
Matthew Dempsky
2016-10-19
cmd/link, cmd/internal/obj: stop exporting various names
Ian Lance Taylor
2016-10-12
cmd/link: use HEADR to define FlagTextAddr (cosmetic change)
David du Colombier
2016-09-16
cmd/link: skip arch-specific main function
David Crawshaw
2016-09-16
cmd/link: attempt to rationalize linkmode init
David Crawshaw
2016-09-16
cmd/link: -buildmode=plugin support for linux
David Crawshaw
2016-09-10
cmd: fix format strings used with obj.Headtype
Josh Bleecher Snyder
2016-09-09
cmd/link, cmd/internal/obj: give Headtype a type
David Crawshaw
2016-08-29
all: fix obsolete inferno-os links
Emmanuel Odeke
2016-08-26
cmd/link: make DynlinkingGo a method
David Crawshaw
2016-08-22
cmd/link: turn some globals into flag pointer variables
Michael Matloob
2016-08-21
cmd/link: use standard library flag package where possible
Michael Matloob
2016-08-21
cmd/link/internal: remove global Ctxt variable
Michael Matloob
[next]