| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/compile, cmd/link: use weak reference in itab | Cherry Zhang | 2021-03-24 | 1 | -0/+7 |
* | all: fix dead links to inferno-os bitbucket repository | Tobias Klauser | 2020-06-04 | 1 | -2/+2 |
* | cmd/link: revert/revise CL 98075 because LLDB is very picky now | David Chase | 2019-04-23 | 1 | -4/+16 |
* | cmd/compile: use slice extension idiom in LSym.Grow | Josh Bleecher Snyder | 2018-05-06 | 1 | -6/+1 |
* | cmd/compile: increase initial allocation of LSym.R | Josh Bleecher Snyder | 2018-04-27 | 1 | -0/+3 |
* | cmd/link: fix up debug_range for dsymutil (revert CL 72371) | Alessandro Arzilli | 2018-03-02 | 1 | -16/+4 |
* | compile, link: remove base address selector from DWARF range lists | Alessandro Arzilli | 2017-11-01 | 1 | -4/+16 |
* | cmd/compile: output DWARF lexical blocks for local variables | Alessandro Arzilli | 2017-05-18 | 1 | -1/+2 |
* | cmd/internal/obj: fix LSym.Type during compilation, not linking | Josh Bleecher Snyder | 2017-05-02 | 1 | -2/+7 |
* | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky | 2017-04-19 | 1 | -4/+5 |
* | cmd/internal/obj: unify Setuintxx and WriteInt | Josh Bleecher Snyder | 2017-04-17 | 1 | -23/+0 |
* | cmd/compile: allow composite literal structs with _ fields | Josh Bleecher Snyder | 2017-04-07 | 1 | -1/+1 |
* | Revert "cmd/compile: output DWARF lexical blocks for local variables" | Josh Bleecher Snyder | 2017-04-07 | 1 | -1/+1 |
* | cmd/compile: output DWARF lexical blocks for local variables | Alessandro Arzilli | 2017-04-07 | 1 | -1/+1 |
* | cmd/compile: convert constants to interfaces without allocating | Josh Bleecher Snyder | 2017-02-02 | 1 | -1/+1 |
* | cmd/compile, cmd/link: weak relocation for ptrTo | David Crawshaw | 2016-11-22 | 1 | -0/+16 |
* | all: fix obsolete inferno-os links | Emmanuel Odeke | 2016-08-29 | 1 | -2/+2 |
* | all: make copyright headers consistent with one space after period | Emmanuel Odeke | 2016-05-02 | 1 | -1/+1 |
* | cmd: remove unnecessary type conversions | Matthew Dempsky | 2016-04-15 | 1 | -1/+1 |
* | cmd/compile, etc: use name for type pkgPath | David Crawshaw | 2016-04-13 | 1 | -1/+12 |
* | cmd/link, etc: store typelinks as offsets | David Crawshaw | 2016-04-12 | 1 | -1/+20 |
* | cmd: add new common architecture representation | Matthew Dempsky | 2016-04-07 | 1 | -1/+1 |
* | cmd/internal/obj/x86: estimate text size | Josh Bleecher Snyder | 2016-03-16 | 1 | -0/+14 |
* | cmd/internal/obj: convert Symgrow to a method | Josh Bleecher Snyder | 2016-03-16 | 1 | -4/+5 |
* | cmd/compile: convert data siz to int | Josh Bleecher Snyder | 2016-03-14 | 1 | -8/+8 |
* | cmd/internal/obj: support arbitrarily sized string data | Matthew Dempsky | 2016-03-14 | 1 | -2/+8 |
* | cmd/all: stop generating ADATA Progs | Josh Bleecher Snyder | 2016-03-14 | 1 | -59/+0 |
* | cmd/compile: write some static data directly | Josh Bleecher Snyder | 2016-03-14 | 1 | -0/+58 |
* | cmd/compile: clean up savedata | Josh Bleecher Snyder | 2016-03-13 | 1 | -5/+3 |
* | cmd/compile: use a uint8-sized named type for Addr.Type | Josh Bleecher Snyder | 2016-03-06 | 1 | -2/+2 |
* | cmd/internal/obj: remove unused code | Dave Cheney | 2015-09-09 | 1 | -118/+4 |
* | cmd/internal/obj: remove dead code and small cleanups | Michael Hudson-Doyle | 2015-09-08 | 1 | -15/+0 |
* | cmd/internal/obj: some platform independent bits of proper toolchain support ... | Michael Hudson-Doyle | 2015-09-03 | 1 | -0/+3 |
* | cmd/compile, cmd/internal: replace %P with %v in a few final prints | Russ Cox | 2015-06-03 | 1 | -2/+2 |
* | cmd/internal/obj: remove dead fields and code | Michael Hudson-Doyle | 2015-04-07 | 1 | -6/+0 |
* | cmd/internal/obj: replace Addr.U struct {...} with Val interface{} | Russ Cox | 2015-03-20 | 1 | -3/+3 |
* | cmd/internal/obj: make Dconv a portable top-level function | Rob Pike | 2015-02-25 | 1 | -1/+1 |
* | [dev.cc] cmd/5g etc: code cleanup: delay var decls and eliminate dead code | Russ Cox | 2015-02-23 | 1 | -28/+11 |
* | [dev.cc] cmd/internal/obj, cmd/internal/gc, new6g: reconvert | Russ Cox | 2015-02-20 | 1 | -17/+17 |
* | [dev.cc] cmd/internal/gc, cmd/new6g etc: convert from cmd/gc, cmd/6g etc | Russ Cox | 2015-02-17 | 1 | -17/+17 |
* | [dev.cc] cmd/internal/obj: reconvert from liblink | Russ Cox | 2015-02-05 | 1 | -12/+11 |
* | [dev.cc] cmd/internal/obj: export more symbols, rename Type_ to Type | Russ Cox | 2015-01-21 | 1 | -20/+20 |
* | [dev.cc] cmd/internal/obj: convert liblink C to Go | Russ Cox | 2015-01-21 | 1 | -0/+292 |