| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/6l, cmd/8l: use one-byte XCHG forms when possible | Russ Cox | 2013-07-12 | 1 | -4/+6 |
* | cmd/ld: fix large stack split for preempt check | Russ Cox | 2013-07-12 | 1 | -6/+32 |
* | 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/+58 |
* | cmd/6a, cmd/6l: add PCLMULQDQ instruction. | Adam Langley | 2013-06-21 | 2 | -0/+4 |
* | cmd/gc: move genembedtramp into portable code | Russ Cox | 2013-06-11 | 1 | -1/+3 |
* | cmd/6l: accept NOP of $x+10(SP) and of X0 | Russ Cox | 2013-06-05 | 1 | -5/+9 |
* | 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 |
* | cmd/6l: fix OpenBSD build | Ian Lance Taylor | 2013-03-27 | 1 | -1/+2 |
* | cmd/ld: emit TLS relocations during external linking | Ian Lance Taylor | 2013-03-27 | 4 | -1/+32 |
* | cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini... | R?my Oudompheng | 2013-03-25 | 1 | -0/+4 |
* | cmd/5l, cmd/6l, cmd/8l: remove declaration on non-existent variables. | R?my Oudompheng | 2013-03-24 | 1 | -1/+0 |
* | crypto/rc4: faster amd64 implementation | Russ Cox | 2013-03-21 | 1 | -1/+6 |
* | cmd/ld: replace -hostobj with -linkmode | Russ Cox | 2013-03-19 | 2 | -18/+16 |
* | cmd/ld: another use-after-free | Russ Cox | 2013-03-14 | 1 | -0/+1 |
* | cmd/ld: darwin support for host linking | Russ Cox | 2013-03-11 | 2 | -1/+65 |
* | cmd/ld: avoid redundant external relocation calculations | Russ Cox | 2013-03-10 | 2 | -4/+9 |
* | cmd/ld: replace dynimpname with extname | Russ Cox | 2013-03-10 | 2 | -20/+14 |
* | cmd/ld: include full symbol table in Mach-O output | Russ Cox | 2013-03-10 | 1 | -53/+5 |
* | cmd/ld: add tmpdir flag to preserve temp files | Russ Cox | 2013-03-10 | 1 | -1/+2 |
* | cgo: enable external linking mode on FreeBSD amd64. | Steve McCoy | 2013-03-09 | 1 | -0/+1 |
* | cmd/6l, cmd/8l: fix BSD builds | Russ Cox | 2013-03-07 | 1 | -12/+12 |
* | cmd/ld: steps toward 386 host linking | Russ Cox | 2013-03-07 | 1 | -0/+1 |
* | cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructions | Keith Randall | 2013-03-07 | 4 | -3/+31 |
* | cmd/ld: host linking support for linux/amd64 | Russ Cox | 2013-03-07 | 3 | -14/+20 |
* | cmd/gc: emit explicit type information for local variables | Russ Cox | 2013-02-25 | 3 | -0/+6 |
* | cmd/5l, cmd/6l, cmd/8l: accept CALL reg, reg | Russ Cox | 2013-02-22 | 1 | -1/+2 |
* | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo... | Carl Shapiro | 2013-02-21 | 4 | -0/+10 |
* | cmd/godoc: use go/build to determine package and example files | Robert Griesemer | 2013-02-19 | 1 | -1/+3 |
* | cmd/ld: support for linking with host linker | Russ Cox | 2013-01-31 | 2 | -0/+44 |
* | 6l/5l: PIC and shared library support for the linkers. | Elias Naur | 2013-01-30 | 4 | -9/+39 |
* | cmd/8l, cmd/6l: avoid zeroing zeroed fields | Dave Cheney | 2013-01-19 | 1 | -2/+0 |
* | cmd/gc, cmd/ld: rename -b to -race | Russ Cox | 2013-01-06 | 1 | -1/+1 |
* | cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing | Russ Cox | 2013-01-06 | 2 | -67/+38 |
* | cmd/ld: move symtab, ELF generation to portable code | Russ Cox | 2013-01-06 | 2 | -566/+9 |
* | cmd/6l, cmd/8l: add -Z flag to zero stack frame on entry | Russ Cox | 2012-12-22 | 1 | -0/+28 |
* | cmd/[568]l: do not generate PT_TLS on openbsd | Joel Sing | 2012-12-21 | 1 | -1/+4 |
* | cmd/5l, cmd/6l, cmd/8l: fix function symbol generation from gcc compiled sour... | Shenghou Ma | 2012-12-18 | 1 | -1/+1 |
* | cmd/6l, cmd/8l: emit no-ops to separate zero-stack funcs from nosplits. | R?my Oudompheng | 2012-11-26 | 1 | -0/+10 |
* | cmd/8l: fix data corruption for MULB SI, | R?my Oudompheng | 2012-11-26 | 1 | -1/+3 |
* | cmd/ld: fix build on elf systems | Russ Cox | 2012-11-13 | 1 | -0/+1 |
* | cmd/gc, cmd/ld: struct field tracking | Russ Cox | 2012-11-02 | 4 | -0/+9 |
* | cmd/5l, cmd/6l, cmd/8l: put floating point numbers in .rodata section | Shenghou Ma | 2012-10-23 | 1 | -2/+2 |
* | cmd/ld: add -B option to set build ID | Ian Lance Taylor | 2012-10-09 | 2 | -5/+29 |
* | cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for Darwin | Shenghou Ma | 2012-10-10 | 1 | -11/+28 |
* | cmd/6a, cmd/6l: add support for AES-NI instrutions and PSHUFD | Shenghou Ma | 2012-09-27 | 3 | -14/+43 |