| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/link: skip R_ADDR relocs in .rela.plt for internal PIE | Michael Pratt | 2017-07-09 | 1 | -1/+8 |
| * | cmd/internal/objabi, cmd/link: move linker-only symkind values into linker | Michael Hudson-Doyle | 2017-04-27 | 1 | -20/+20 |
| * | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky | 2017-04-19 | 2 | -110/+110 |
| * | cmd/link: replace Segment's linked list of Sections with a slice | Michael Hudson-Doyle | 2017-04-18 | 1 | -2/+2 |
| * | cmd/internal/obj, cmd/link: remove Hwindowsgui everywhere | Alex Brainman | 2017-03-30 | 2 | -10/+7 |
| * | cmd/link: write dwarf relocations | Alex Brainman | 2017-03-01 | 1 | -0/+3 |
| * | cmd/link: delay calculating pe file parameters after Linkmode is set | Alex Brainman | 2017-02-16 | 1 | -12/+2 |
| * | cmd/link: set pe section and file alignment to 0 during external linking | Alex Brainman | 2017-02-16 | 1 | -1/+1 |
| * | cmd/link: put text at address 0x1000000 on darwin/amd64 | Cherry Zhang | 2016-10-28 | 1 | -1/+1 |
| * | cmd/link, cmd/internal/obj: stop exporting various names | Ian Lance Taylor | 2016-10-19 | 2 | -10/+10 |
| * | cmd/link: insert trampolines for too-far jumps on ARM | Cherry Zhang | 2016-10-11 | 1 | -1/+1 |
| * | cmd/link: remove more unused ctxt parameters | Michael Hudson-Doyle | 2016-09-20 | 1 | -1/+1 |
| * | cmd/link: remove now-unused ctxt arguments from a few functions | Michael Hudson-Doyle | 2016-09-20 | 1 | -1/+1 |
| * | cmd/link: use ctxt.{Lookup,ROLookup} in favour of function versions of same | Michael Hudson-Doyle | 2016-09-20 | 1 | -26/+26 |
| * | 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 | 1 | -1/+0 |
| * | cmd/link: replace ld.Link.Diag with ld.Errorf | David Crawshaw | 2016-09-20 | 1 | -16/+16 |
| * | cmd/link: skip arch-specific main function | David Crawshaw | 2016-09-16 | 1 | -8/+1 |
| * | cmd/link: attempt to rationalize linkmode init | David Crawshaw | 2016-09-16 | 1 | -29/+0 |
| * | cmd/link: -buildmode=plugin support for linux | David Crawshaw | 2016-09-16 | 2 | -5/+4 |
| * | cmd/link: R_ADDR dynamic relocs for internal PIE | David Crawshaw | 2016-09-14 | 1 | -2/+45 |
| * | cmd/link: address comments from CL 28540 | David Crawshaw | 2016-09-13 | 1 | -0/+3 |
| * | cmd/link: optimize TLS IE to LE in build mode PIE | David Crawshaw | 2016-09-11 | 2 | -0/+34 |
| * | cmd/link: generate dynamic relocs for internal PIE | David Crawshaw | 2016-09-11 | 1 | -28/+26 |
| * | cmd/link: introduce a rel.ro segment | David Crawshaw | 2016-09-11 | 1 | -1/+7 |
| * | cmd: fix format strings used with obj.Headtype | Josh Bleecher Snyder | 2016-09-10 | 1 | -1/+1 |
| * | cmd: use obj.GOOS, obj.GOARCH, etc | David Crawshaw | 2016-09-09 | 1 | -1/+1 |
| * | cmd/link, cmd/internal/obj: give Headtype a type | David Crawshaw | 2016-09-09 | 2 | -22/+26 |
| * | all: fix obsolete inferno-os links | Emmanuel Odeke | 2016-08-29 | 3 | -3/+3 |
| * | cmd/link: make DynlinkingGo a method | David Crawshaw | 2016-08-26 | 2 | -3/+3 |
| * | cmd/link/internal, cmd/internal/obj: introduce ctxt.Logf | Dave Cheney | 2016-08-25 | 1 | -15/+8 |
| * | cmd/internal/*: only call ctx.Bso.Flush when something has been written | Dave Cheney | 2016-08-25 | 1 | -6/+6 |
| * | cmd/link: turn some globals into flag pointer variables | Michael Matloob | 2016-08-22 | 2 | -40/+40 |
| * | cmd/link: use standard library flag package where possible | Michael Matloob | 2016-08-21 | 2 | -13/+13 |
| * | cmd/link: remove global Bso variable | Michael Matloob | 2016-08-21 | 1 | -14/+14 |
| * | cmd/link/internal: remove global Ctxt variable | Michael Matloob | 2016-08-21 | 2 | -107/+105 |
| * | cmd/link/internal: thread *ld.Link through calls | Michael Matloob | 2016-08-21 | 2 | -34/+36 |
| * | cmd/link/internal: rename LSym to Symbol, and add a doc comment. | Michael Matloob | 2016-08-19 | 1 | -6/+6 |
| * | cmd/link: put padding between functions, not at the end of a function | Keith Randall | 2016-06-13 | 1 | -1/+2 |
| * | all: make copyright headers consistent with one space after period | Emmanuel Odeke | 2016-05-02 | 3 | -3/+3 |
| * | cmd/link: convert textp into a slice | David Crawshaw | 2016-04-21 | 1 | -6/+1 |
| * | cmd: remove unnecessary type conversions | Matthew Dempsky | 2016-04-15 | 1 | -1/+1 |
| * | cmd: remove unused code | Dave Cheney | 2016-04-09 | 1 | -6/+0 |
| * | cmd/link/internal: make ld.Bso a *bio.Writer | Dave Cheney | 2016-04-09 | 1 | -8/+8 |
| * | cmd/link/internal/amd64: remove empty source file | Matthew Dempsky | 2016-04-07 | 1 | -1/+0 |
| * | cmd: add new common architecture representation | Matthew Dempsky | 2016-04-07 | 3 | -14/+4 |
| * | cmd/link: generate DWARF info using symbols | Ryan Brown | 2016-04-06 | 1 | -17/+5 |
| * | cmd/link: remove -H elf flag | Matthew Dempsky | 2016-03-31 | 2 | -17/+2 |
| * | cmd/link: add Minalign field to ld.Arch | Michael Munday | 2016-03-03 | 2 | -0/+2 |
| * | cmd/link: pack LSym boolean attributes | David Crawshaw | 2016-03-03 | 1 | -6/+6 |