| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/8l: accept R_386_GOT32 in push instruction | Russ Cox | 2014-10-06 | 1 | -5/+13 |
* | cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug | Russ Cox | 2014-08-27 | 1 | -4/+4 |
* | cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enums | Shenghou Ma | 2014-08-06 | 1 | -7/+0 |
* | cmd/5l, cmd/6l, cmd/8l: remove mkenam. | Shenghou Ma | 2014-07-26 | 1 | -45/+0 |
* | build: annotations and modifications for c2go | Russ Cox | 2014-07-02 | 1 | -1/+1 |
* | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox | 2014-04-16 | 1 | -0/+3 |
* | cmd/ld: use TLS relocations on ELF systems in external linking mode | Russ Cox | 2014-04-15 | 1 | -1/+2 |
* | liblink: introduce TLS register on 386 and amd64 | Russ Cox | 2014-04-15 | 2 | -16/+13 |
* | liblink: remove arch-specific constants from file format | Russ Cox | 2014-04-14 | 2 | -27/+22 |
* | runtime: get rid of most uses of REP for copying/zeroing. | Keith Randall | 2014-04-01 | 1 | -0/+2 |
* | cmd/gc: shorten temporary lifetimes when possible | Russ Cox | 2014-04-01 | 1 | -0/+1 |
* | all: final merge of NaCl tree | Russ Cox | 2014-02-27 | 3 | -0/+20 |
* | cmd/gc: rename AFATVARDEF to AVARDEF | Russ Cox | 2014-02-13 | 1 | -1/+1 |
* | cmd/cc, cmd/gc, cmd/ld: consolidate print format routines | Anthony Martin | 2014-02-12 | 2 | -326/+1 |
* | include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes. | Shenghou Ma | 2014-02-09 | 1 | -0/+1 |
* | runtime: faster memclr on x86. | Keith Randall | 2014-02-06 | 1 | -0/+1 |
* | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox | 2013-12-16 | 1 | -13/+0 |
* | cmd/8c, cmd/8g, cmd/8l: fix Plan 9 warnings | David du Colombier | 2013-12-09 | 2 | -12/+12 |
* | liblink: create new library based on linker code | Russ Cox | 2013-12-08 | 9 | -4812/+140 |
* | cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi... | Carl Shapiro | 2013-12-05 | 2 | -0/+3 |
* | cmd/gc: support -installsuffix in the compiler and builder | Dave Day | 2013-10-03 | 1 | -0/+1 |
* | runtime, cmd/gc, cmd/ld: ignore method wrappers in recover | Russ Cox | 2013-09-12 | 1 | -4/+28 |
* | cmd/8l: fix 386 builds | Dave Cheney | 2013-09-12 | 1 | -2/+1 |
* | cmd/5l, cmd/6l, cmd/8l: refactor stack split code | Russ Cox | 2013-09-11 | 1 | -211/+244 |
* | cmd/6l, cmd/8l: fix MOVL MOVQ optab | Russ Cox | 2013-09-10 | 2 | -4/+15 |
* | cmd/8l: add support for dragonfly/386 | Joel Sing | 2013-08-31 | 2 | -0/+5 |
* | cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld path | Joel Sing | 2013-08-31 | 1 | -1/+1 |
* | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov | 2013-08-30 | 1 | -6/+6 |
* | cmd/5l,cmd/8l: unbreak arm and 386 linkers | Joel Sing | 2013-08-24 | 1 | -0/+1 |
* | cmd/gc: &x panics if x does | Russ Cox | 2013-08-15 | 1 | -0/+1 |
* | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur | 2013-08-14 | 4 | -19/+5 |
* | cmd/ld: Put the textflag constants in a separate file. | Keith Randall | 2013-08-07 | 1 | -5/+1 |
* | runtime: use funcdata to supply garbage collection information | Russ Cox | 2013-07-19 | 3 | -48/+0 |
* | cmd/ld, runtime: use new contiguous pcln table | Russ Cox | 2013-07-18 | 1 | -1/+0 |
* | cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in input | Russ Cox | 2013-07-16 | 2 | -4/+19 |
* | cmd/ld, runtime: new in-memory symbol table format | Russ Cox | 2013-07-16 | 4 | -6/+12 |
* | cmd/6l, cmd/8l: use one-byte XCHG forms when possible | Russ Cox | 2013-07-12 | 1 | -3/+5 |
* | cmd/ld: fix large stack split for preempt check | Russ Cox | 2013-07-12 | 1 | -2/+29 |
* | cmd/ld: place read-only data in non-executable segment | Russ Cox | 2013-07-11 | 1 | -3/+10 |
* | cmd/5l, cmd/6l, cmd/8l: increase error buffer size | Russ Cox | 2013-07-11 | 1 | -1/+1 |
* | runtime: record proper goroutine state during stack split | Russ Cox | 2013-06-27 | 1 | -26/+57 |
* | cmd/gc: move genembedtramp into portable code | Russ Cox | 2013-06-11 | 1 | -1/+3 |
* | cmd/[568]l/obj.c: NULL is not recognised in Plan 9 build, use nil instead. | Lucio De Re | 2013-05-30 | 1 | -1/+1 |
* | cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument... | Carl Shapiro | 2013-05-28 | 4 | -0/+39 |
* | cmd/ld: add -extld and -extldflags options | Ian Lance Taylor | 2013-04-01 | 1 | -0/+2 |
* | cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal | Ian Lance Taylor | 2013-03-29 | 1 | -1/+6 |
* | 8a/8l: add PCMPEQB and PMOVMSKB to 386. | Keith Randall | 2013-03-29 | 2 | -0/+10 |
* | cmd/ld, cmd/8l: Fix OpenBSD build. | Ian Lance Taylor | 2013-03-27 | 1 | -1/+1 |
* | cmd/ld: emit TLS relocations during external linking | Ian Lance Taylor | 2013-03-27 | 5 | -20/+74 |
* | cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini... | R?my Oudompheng | 2013-03-25 | 1 | -0/+4 |