| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | cmd/compile: minor cleanup | Josh Bleecher Snyder | 2016-03-13 | 1 | -31/+21 |
| * | cmd/internal/obj: sort relocs by off when printing | Josh Bleecher Snyder | 2016-03-13 | 1 | -5/+11 |
| * | cmd/compile: track reflect.Type.Method in deadcode | David Crawshaw | 2016-03-11 | 1 | -1/+8 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -1/+1 |
| * | all: make copyright headers consistent with one space after period | Brad Fitzpatrick | 2016-03-01 | 1 | -1/+1 |
| * | cmd/internal/obj: Fix generation of assembly with -S | Keith Randall | 2016-02-26 | 1 | -3/+5 |
| * | cmd/compile: don't free the Prog list if we look at it after flush | Keith Randall | 2016-02-24 | 1 | -1/+9 |
| * | cmd/compile: reuseable cache of Prog structs | Keith Randall | 2016-02-24 | 1 | -0/+1 |
| * | cmd/compile: Drop references to Prog structs after each function | Keith Randall | 2016-02-24 | 1 | -5/+11 |
| * | cmd/compile: keep JMPs around with -N | Keith Randall | 2016-02-24 | 1 | -1/+3 |
| * | cmd/internal/obj: hoist fieldtrack code out of x86 back end | Russ Cox | 2016-02-19 | 1 | -0/+1 |
| * | cmd/internal/obj: separate code layout from object writing | Russ Cox | 2016-01-14 | 1 | -11/+25 |
| * | cmd/internal/obj: remove dead code and small cleanups | Michael Hudson-Doyle | 2015-09-08 | 1 | -2/+0 |
| * | cmd/internal/obj: some platform independent bits of proper toolchain support ... | Michael Hudson-Doyle | 2015-09-03 | 1 | -0/+2 |
| * | cmd/internal/obj: fix build breakage from making From3 a pointer | Brad Fitzpatrick | 2015-05-29 | 1 | -1/+1 |
| * | cmd/internal/obj: clean up Biobuf | Dave Cheney | 2015-05-01 | 1 | -2/+2 |
| * | cmd/internal/gc, cmd/internal/ld, cmd/internal/obj: teach compiler about loca... | Michael Hudson-Doyle | 2015-04-24 | 1 | -1/+5 |
| * | cmd/internal/obj: reuse the varint encoding buffer | Josh Bleecher Snyder | 2015-04-21 | 1 | -3/+6 |
| * | cmd/6l, cmd/internal/ld, cmd/internal/obj: remove Xsym/Xadd from compiler's R... | Michael Hudson-Doyle | 2015-04-21 | 1 | -2/+2 |
| * | cmd/internal/obj: manual C->Go cleanups | Brad Fitzpatrick | 2015-04-20 | 1 | -4/+0 |
| * | cmd/internal/obj: reimplement line history | Russ Cox | 2015-03-17 | 1 | -4/+2 |
| * | cmd/5l etc: restore comments lost during C -> Go conversion | Russ Cox | 2015-03-05 | 1 | -0/+96 |
| * | cmd/5g etc: mechanical cleanup | Russ Cox | 2015-03-03 | 1 | -5/+5 |
| * | [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code | Russ Cox | 2015-02-23 | 1 | -45/+31 |
| * | [dev.cc] cmd/internal/obj, cmd/internal/gc, new6g: reconvert | Russ Cox | 2015-02-20 | 1 | -1/+1 |