| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.debug] cmd/compile: better DWARF with optimizations ondev.debug | Heschi Kreinick | 2017-07-27 | 1 | -7/+10 |
| * | cmd/compile: output DWARF lexical blocks for local variables | Alessandro Arzilli | 2017-05-18 | 1 | -11/+23 |
| * | cmd/internal/obj, cmd/link: fix st_other field on PPC64 | Ian Lance Taylor | 2017-05-09 | 1 | -0/+3 |
| * | cmd/internal/obj: fix LSym.Type during compilation, not linking | Josh Bleecher Snyder | 2017-05-02 | 1 | -0/+6 |
| * | cmd/internal/objabi: shrink SymType down to a uint8 | Michael Hudson-Doyle | 2017-04-28 | 1 | -1/+1 |
| * | cmd/internal/obj: eliminate LSym.Version | Josh Bleecher Snyder | 2017-04-20 | 1 | -17/+18 |
| * | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky | 2017-04-19 | 1 | -116/+11 |
| * | cmd/internal/obj: un-embed FuncInfo field in LSym | Matthew Dempsky | 2017-04-18 | 1 | -15/+15 |
| * | cmd/internal/obj: pretty-print LSym.Type when debugging | Josh Bleecher Snyder | 2017-04-17 | 1 | -1/+1 |
| * | cmd/internal/obj: cache dwarfSym | Josh Bleecher Snyder | 2017-04-13 | 1 | -1/+4 |
| * | cmd/internal/obj: generate function DWARF symbols early | Josh Bleecher Snyder | 2017-04-13 | 1 | -8/+13 |
| * | Revert "cmd/compile: output DWARF lexical blocks for local variables" | Josh Bleecher Snyder | 2017-04-07 | 1 | -25/+6 |
| * | cmd/compile: output DWARF lexical blocks for local variables | Alessandro Arzilli | 2017-04-07 | 1 | -6/+25 |
| * | cmd/internal/obj: remove Linklookup | Josh Bleecher Snyder | 2017-04-06 | 1 | -5/+5 |
| * | cmd/internal/obj: use string instead of LSym in Pcln | Josh Bleecher Snyder | 2017-04-03 | 1 | -4/+8 |
| * | cmd/compile: thread Curfn through to debuginfo | Josh Bleecher Snyder | 2017-03-24 | 1 | -2/+2 |
| * | cmd/internal/obj: convert Debug* Link fields into bools | Josh Bleecher Snyder | 2017-03-20 | 1 | -1/+1 |
| * | cmd/internal/obj: move dwarf.Var generation into compiler | Matthew Dempsky | 2017-03-07 | 1 | -49/+14 |
| * | cmd/internal/obj, cmd/compile: rip off some toolstash bandaids | Matthew Dempsky | 2017-03-06 | 1 | -7/+1 |
| * | cmd/internal/obj: move STEXT-only LSym fields into new FuncInfo struct | Matthew Dempsky | 2017-03-06 | 1 | -25/+16 |
| * | cmd/internal/obj, cmd/link: bump magic string to go19ld | Matthew Dempsky | 2017-03-06 | 1 | -4/+4 |
| * | all: remove the the duplicate words | Eitan Adler | 2017-03-06 | 1 | -1/+1 |
| * | cmd/compile,link: generate PC-value tables with inlining information | David Lazar | 2017-03-03 | 1 | -0/+19 |
| * | cmd/compile, cmd/asm: remove Link.Plists | Heschi Kreinick | 2017-03-01 | 1 | -8/+0 |
| * | cmd/internal/dwarf: use []*Var instead of linked lists | Matthew Dempsky | 2017-02-07 | 1 | -13/+16 |
| * | cmd/internal/obj: Use bitfield for LSym attributes | shaharko | 2016-10-25 | 1 | -12/+12 |
| * | cmd/compile, cmd/link: more efficient typelink generation | shaharko | 2016-10-25 | 1 | -1/+6 |
| * | cmd: use obj.GOOS, obj.GOARCH, etc | David Crawshaw | 2016-09-09 | 1 | -1/+1 |
| * | cmd: generate DWARF for functions in compile instead of link. | Michael Matloob | 2016-08-18 | 1 | -0/+92 |
| * | cmd/link: bump object file version number | David Crawshaw | 2016-05-02 | 1 | -4/+4 |
| * | cmd: remove unnecessary type conversions | Matthew Dempsky | 2016-04-15 | 1 | -3/+3 |
| * | cmd/internal/obj: remove use of package bio | Matthew Dempsky | 2016-04-14 | 1 | -5/+4 |
| * | cmd/internal/obj: split plist flushing from object writing | Shahar Kohanim | 2016-04-12 | 1 | -187/+0 |
| * | cmd/internal/bio: embed bufio.{Reader,Writer} in bio.{Reader,Writer} | Dave Cheney | 2016-04-09 | 1 | -1/+1 |
| * | cmd: replace bio.Buf with bio.Reader and bio.Writer | Dave Cheney | 2016-04-08 | 1 | -3/+3 |
| * | cmd: extract obj's Biobuf code into new bio package | Matthew Dempsky | 2016-04-07 | 1 | -4/+5 |
| * | cmd: add new common architecture representation | Matthew Dempsky | 2016-04-07 | 1 | -1/+2 |
| * | cmd/compile: give TLS relocations a name when dumping assembly | Josh Bleecher Snyder | 2016-04-05 | 1 | -0/+2 |
| * | cmd/internal/obj: more idiomatic object writer | Shahar Kohanim | 2016-04-01 | 1 | -214/+237 |
| * | cmd/compile, cmd/link: record lengths in object file | Shahar Kohanim | 2016-03-30 | 1 | -13/+61 |
| * | cmd/internal/obj: convert fields of LSym from uint8 to bool | Marvin Stenger | 2016-03-28 | 1 | -18/+30 |
| * | cmd/internal/obj, cmd/link: put all symbol data in one contiguous section | Michael Hudson-Doyle | 2016-03-21 | 1 | -14/+35 |
| * | cmd/compile, cmd/link: remove unused fields from relocations | Shahar Kohanim | 2016-03-20 | 1 | -4/+0 |
| * | cmd/compile: deduplicate symbol references | Shahar Kohanim | 2016-03-17 | 1 | -0/+22 |
| * | cmd/internal/obj: remove LSym.Etext | Josh Bleecher Snyder | 2016-03-16 | 1 | -5/+5 |
| * | cmd/internal/obj: remove LSym.Next | Josh Bleecher Snyder | 2016-03-16 | 1 | -29/+11 |
| * | cmd/internal/obj: remove LSym.Value | Josh Bleecher Snyder | 2016-03-16 | 1 | -1/+1 |
| * | cmd/link, cmd/compile: Add symbol references to object file. | Shahar Kohanim | 2016-03-15 | 1 | -39/+71 |
| * | cmd/all: stop generating ADATA Progs | Josh Bleecher Snyder | 2016-03-14 | 1 | -4/+0 |
| * | cmd/compile: clean up savedata | Josh Bleecher Snyder | 2016-03-13 | 1 | -1/+1 |