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
Age
Commit message (
Expand
)
Author
2017-10-21
cmd/link: move Headtype global to ctxt
David Crawshaw
2017-10-20
cmd/link: move Iself global to ctxt
David Crawshaw
2017-10-16
cmd/link: replace SHIDDEN bit in SymKind with a bit of Attribute
Michael Hudson-Doyle
2017-10-11
cmd/link: move ELF reader to its own package
David Crawshaw
2017-10-06
cmd/link: move build/link mode globals into ctxt
David Crawshaw
2017-10-05
cmd/link: put symbol data types in new package
David Crawshaw
2017-10-04
cmd/link: convert symbol Add* functions to methods
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-09-15
cmd/link: replace unrolled Cput loops with Cwrite/Cwritestring
Matthew Dempsky
2017-09-10
cmd/link: remove windows-specific kludges from Adddynrel
Hiroshi Ioka
2017-08-28
cmd/link: refactor *reloc
Hiroshi Ioka
2017-08-17
cmd/link: show native relocation type name in error messages
Hiroshi Ioka
2017-08-15
cmd/link: implement R_X86_64_PC64 relocations
Russ Cox
2017-08-15
cmd/link: improve error message
Hiroshi Ioka
2017-07-09
cmd/link: skip R_ADDR relocs in .rela.plt for internal PIE
Michael Pratt
2017-04-27
cmd/internal/objabi, cmd/link: move linker-only symkind values into linker
Michael Hudson-Doyle
2017-04-19
cmd/internal/objabi: extract shared functionality from obj
Matthew Dempsky
2017-04-18
cmd/link: replace Segment's linked list of Sections with a slice
Michael Hudson-Doyle
2017-03-30
cmd/internal/obj, cmd/link: remove Hwindowsgui everywhere
Alex Brainman
2017-03-01
cmd/link: write dwarf relocations
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-10-11
cmd/link: insert trampolines for too-far jumps on ARM
Cherry Zhang
2016-09-20
cmd/link: remove more unused ctxt parameters
Michael Hudson-Doyle
2016-09-20
cmd/link: remove now-unused ctxt arguments from a few functions
Michael Hudson-Doyle
2016-09-20
cmd/link: use ctxt.{Lookup,ROLookup} in favour of function versions of same
Michael Hudson-Doyle
2016-09-20
cmd/internal/obj, cmd/link: darwin dynlink support
David Crawshaw
2016-09-20
cmd/link: remove Cursym
David Crawshaw
2016-09-20
cmd/link: replace ld.Link.Diag with ld.Errorf
David Crawshaw
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-14
cmd/link: R_ADDR dynamic relocs for internal PIE
David Crawshaw
2016-09-13
cmd/link: address comments from CL 28540
David Crawshaw
2016-09-11
cmd/link: optimize TLS IE to LE in build mode PIE
David Crawshaw
2016-09-11
cmd/link: generate dynamic relocs for internal PIE
David Crawshaw
2016-09-11
cmd/link: introduce a rel.ro segment
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-25
cmd/link/internal, cmd/internal/obj: introduce ctxt.Logf
Dave Cheney
2016-08-25
cmd/internal/*: only call ctx.Bso.Flush when something has been written
Dave Cheney
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: remove global Bso variable
Michael Matloob
[prev]
[next]