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
/
amd64
/
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-12-08
cmd/link: fix dynamic interpreter path for musl-based linux amd64
cia-rana
2022-08-08
cmd/link: detect glibc vs musl ldso at link time
Russ Cox
2020-11-02
cmd: remove Go115AMD64
Cherry Zhang
2020-07-07
[dev.link] cmd/link: emit Mach-O relocations in mmap
Cherry Zhang
2020-07-05
[dev.link] cmd/link: emit ELF relocations in mmap
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 plan 9 architecture code out of architectures
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-01
cmd/internal/obj/x86: prevent jumps crossing 32 byte boundaries
Mark Ryan
2020-05-01
[dev.link] cmd/link: directly use loader.ExtReloc in ELF relocation generation
Cherry Zhang
2020-04-27
[dev.link] cmd/link: delete old dodata
Cherry Zhang
2020-04-24
[dev.link] cmd/link: begin converting dodata() to loader APIs
Than McIntosh
2020-04-06
[dev.link] cmd/link: begin converting gentext to loader APIs
Than McIntosh
2019-10-10
all: remove nacl (part 3, more amd64p32)
Brad Fitzpatrick
2019-10-09
all: remove the nacl port (part 2, amd64p32 + toolchain)
Brad Fitzpatrick
2019-04-19
cmd/link: mmap output file
Cherry Zhang
2019-03-01
cmd/link: remove unused flag -D (FlagDataAddr)
Alex Tokarev
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
2017-03-30
cmd/internal/obj, cmd/link: remove Hwindowsgui everywhere
Alex Brainman
2017-02-16
cmd/link: delay calculating pe file parameters after Linkmode is set
Alex Brainman
2017-02-16
cmd/link: set pe section and file alignment to 0 during external linking
Alex Brainman
2016-10-28
cmd/link: put text at address 0x1000000 on darwin/amd64
Cherry Zhang
2016-10-19
cmd/link, cmd/internal/obj: stop exporting various names
Ian Lance Taylor
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-11
cmd/link: optimize TLS IE to LE in build mode PIE
David Crawshaw
2016-09-10
cmd: fix format strings used with obj.Headtype
Josh Bleecher Snyder
2016-09-09
cmd: use obj.GOOS, obj.GOARCH, etc
David Crawshaw
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
2016-08-21
cmd/link/internal: thread *ld.Link through calls
Michael Matloob
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-04-07
cmd: add new common architecture representation
Matthew Dempsky
2016-03-31
cmd/link: remove -H elf flag
Matthew Dempsky
[next]