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
/
deadcode.go
Age
Commit message (
Expand
)
Author
2016-10-11
cmd/link: insert trampolines for too-far jumps on ARM
Cherry Zhang
2016-09-20
cmd/link: use ctxt.{Lookup,ROLookup} in favour of function versions of same
Michael Hudson-Doyle
2016-09-20
cmd/link: do not directly embed Symbols in Link
Michael Hudson-Doyle
2016-09-16
cmd/link: -buildmode=plugin support for linux
David Crawshaw
2016-09-13
cmd/link: fix -buildmode=pie / -linkshared combination
Michael Hudson-Doyle
2016-09-09
cmd: use obj.GOOS, obj.GOARCH, etc
David Crawshaw
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-23
cmd/link/internal/ld: camelCase a buch of snake_case names
Michael Matloob
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: thread *ld.Link through calls
Michael Matloob
2016-08-19
cmd/link/internal: rename LSym to Symbol, and add a doc comment.
Michael Matloob
2016-04-23
cmd/link: add -dumpdep flag to dump linker dependency graph
Brad Fitzpatrick
2016-04-21
cmd/link: convert textp into a slice
David Crawshaw
2016-04-13
cmd/compile, etc: store method tables as offsets
David Crawshaw
2016-04-13
cmd/link: rename Pcln to FuncInfo
Shahar Kohanim
2016-04-13
cmd/link: move function only lsym fields to pcln struct
Shahar Kohanim
2016-04-09
cmd: remove unused code
Dave Cheney
2016-04-07
cmd: add new common architecture representation
Matthew Dempsky
2016-04-03
all: fix spelling mistakes
Eric Engestrom
2016-03-29
cmd/link: collect itablinks as a slice in moduledata
Michel Lespinasse
2016-03-23
cmd/link, reflect: remove some method type data
David Crawshaw
2016-03-23
cmd/link: Clean up Pcln struct
Shahar Kohanim
2016-03-15
cmd/compile: compute second method type at runtime
David Crawshaw
2016-03-15
cmd/link: when pruning methods also prune funcType
David Crawshaw
2016-03-11
cmd/link: treat reflect.Value.Method like Call
David Crawshaw
2016-03-11
cmd/compile: track reflect.Type.Method in deadcode
David Crawshaw
2016-03-09
cmd/link: prune unused methods
David Crawshaw
[prev]