| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/link: hash packages after loading all symbols | David Crawshaw | 2016-12-06 | 3 | -13/+37 |
| * | cmd/link: don't overalign ELF reloc sections | Ian Lance Taylor | 2016-12-02 | 1 | -0/+7 |
| * | cmd/link: handle STT_COMMON symbols | Ian Lance Taylor | 2016-11-29 | 1 | -3/+5 |
| * | cmd/compile, cmd/link: weak relocation for ptrTo | David Crawshaw | 2016-11-22 | 3 | -2/+16 |
| * | cmd/link: handle R_GOTPCREL separately on darwin | David Crawshaw | 2016-11-16 | 1 | -1/+13 |
| * | cmd/link, runtime, plugin: versioning | David Crawshaw | 2016-11-15 | 2 | -1/+36 |
| * | cmd/link: for -buildmode=exe pass -no-pie to external linker | Ian Lance Taylor | 2016-11-11 | 1 | -13/+8 |
| * | cmd/link: use plugin path in visibility analysis | David Crawshaw | 2016-11-11 | 1 | -5/+1 |
| * | cmd/link: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-08 | 4 | -1/+376 |
| * | cmd/link: don't use trampolines in ppc64le ext linking | Lynn Boger | 2016-11-07 | 1 | -1/+6 |
| * | cmd/link/internal/ld: add support for GOARCH=mips{,le} | Vladimir Stefanovic | 2016-11-04 | 2 | -12/+22 |
| * | cmd/compile: write type symbols referenced in ptabs | David Crawshaw | 2016-11-03 | 1 | -0/+5 |
| * | cmd/link: support plugins with no exported symbols | David Crawshaw | 2016-11-01 | 2 | -4/+5 |
| * | cmd/link, plugin: use full plugin path for symbols | David Crawshaw | 2016-10-31 | 2 | -3/+8 |
| * | cmd/link: fix -X importpath.name=value when import path needs escaping | Russ Cox | 2016-10-29 | 1 | -3/+4 |
| * | cmd/link: put text at address 0x1000000 on darwin/amd64 | Cherry Zhang | 2016-10-28 | 1 | -1/+1 |
| * | cmd/compile, cmd/link: more efficient typelink generation | shaharko | 2016-10-25 | 7 | -36/+69 |
| * | cmd/compile, cmd/link: stop generating unused go.string.hdr symbols. | shaharko | 2016-10-25 | 3 | -12/+5 |
| * | cmd/link/internal/ld: remove goto from ldpe.go | Alex Brainman | 2016-10-25 | 1 | -34/+27 |
| * | runtime, cmd/link: fix netbsd/arm EABI support | Russ Cox | 2016-10-24 | 1 | -3/+2 |
| * | cmd/link, cmd/internal/obj: stop exporting various names | Ian Lance Taylor | 2016-10-19 | 14 | -70/+70 |
| * | cmd/link: remove some unnecessary comments | Matthew Dempsky | 2016-10-17 | 1 | -31/+0 |
| * | cmd/link: trampoline support for external linking on ARM | Cherry Zhang | 2016-10-17 | 2 | -13/+111 |
| * | cmd/link: add trampolines for too far calls in ppc64x | Lynn Boger | 2016-10-17 | 2 | -5/+69 |
| * | cmd/dist: use debug/pe directly for cmd/link | Russ Cox | 2016-10-17 | 14 | -1185/+1 |
| * | cmd/link/internal/ld: use debug/pe package to rewrite ldpe.go | Alex Brainman | 2016-10-13 | 14 | -221/+1319 |
| * | cmd/link: force external linking for plugins | David Crawshaw | 2016-10-12 | 1 | -0/+2 |
| * | cmd/link: use HEADR to define FlagTextAddr (cosmetic change) | David du Colombier | 2016-10-12 | 2 | -2/+2 |
| * | cmd/link: fix build on plan9/amd64 | David du Colombier | 2016-10-12 | 1 | -1/+1 |
| * | cmd/link: non-executable stack support for Solaris | Shawn Walker-Salas | 2016-10-12 | 1 | -0/+5 |
| * | cmd/link: insert trampolines for too-far jumps on ARM | Cherry Zhang | 2016-10-11 | 12 | -95/+325 |
| * | cmd/link: more efficient encoding of DWARF line number information | John Dethridge | 2016-10-11 | 1 | -15/+87 |
| * | cmd/compile: fix misaligned comments | Alberto Donizetti | 2016-09-27 | 1 | -1/+1 |
| * | cmd/link: plugin support on darwin/amd64 | David Crawshaw | 2016-09-23 | 5 | -15/+127 |
| * | cmd/link: add time stamp to hostlink print in -v mode | Russ Cox | 2016-09-21 | 1 | -1/+1 |
| * | cmd/link: split large elf text sections on ppc64x | Lynn Boger | 2016-09-21 | 5 | -19/+220 |
| * | cmd/link: remove more unused ctxt parameters | Michael Hudson-Doyle | 2016-09-20 | 8 | -39/+39 |
| * | cmd/link: kill off Symbols.Version | Michael Hudson-Doyle | 2016-09-20 | 5 | -38/+32 |
| * | cmd/link: remove now-unused ctxt arguments from a few functions | Michael Hudson-Doyle | 2016-09-20 | 11 | -108/+108 |
| * | cmd/link: remove Linklookup & Linkrlookup | Michael Hudson-Doyle | 2016-09-20 | 2 | -14/+1 |
| * | cmd/link: use ctxt.{Lookup,ROLookup} in favour of function versions of same | Michael Hudson-Doyle | 2016-09-20 | 21 | -350/+350 |
| * | cmd/link: do not directly embed Symbols in Link | Michael Hudson-Doyle | 2016-09-20 | 16 | -32/+32 |
| * | cmd/link: split "bag of Symbols" functionality out of Link | Michael Hudson-Doyle | 2016-09-20 | 3 | -51/+111 |
| * | cmd/internal/obj, cmd/link: darwin dynlink support | David Crawshaw | 2016-09-20 | 1 | -1/+4 |
| * | cmd/link: remove Cursym | David Crawshaw | 2016-09-20 | 13 | -40/+16 |
| * | cmd/link: replace ld.Link.Diag with ld.Errorf | David Crawshaw | 2016-09-20 | 21 | -404/+410 |
| * | cmd/link: move comment somewhere more appropriate | Michael Hudson-Doyle | 2016-09-19 | 1 | -2/+2 |
| * | cmd/link: remove size and version from genasmsym's argument | Michael Hudson-Doyle | 2016-09-18 | 5 | -25/+30 |
| * | cmd/link: give names and a type to the symbol types used by genasmsym | Michael Hudson-Doyle | 2016-09-18 | 5 | -72/+68 |
| * | cmd/link: remove never-set Windows variable | David Crawshaw | 2016-09-16 | 2 | -2/+2 |