| Commit message (Expand) | Author | Age | Files | Lines |
* | [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped | Russ Cox | 2014-10-28 | 3 | -548/+530 |
* | liblink: require DATA lines to be ordered by offset, with no overlap | Russ Cox | 2014-10-14 | 1 | -0/+1 |
* | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 2 | -2/+2 |
* | cmd/6a, cmd/8a: document AJxx condition codes | Josh Bleecher Snyder | 2014-08-19 | 1 | -17/+17 |
* | liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj | Ian Lance Taylor | 2014-04-16 | 1 | -1/+1 |
* | build: remove tmp dir names from objects, support GOROOT_FINAL again | Russ Cox | 2014-04-15 | 2 | -36/+31 |
* | liblink: introduce TLS register on 386 and amd64 | Russ Cox | 2014-04-15 | 1 | -0/+1 |
* | cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/cc: support for Native Cl... | Dave Cheney | 2014-02-27 | 1 | -1/+7 |
* | cmd/cc, cmd/gc, cmd/ld: consolidate print format routines | Anthony Martin | 2014-02-12 | 1 | -0/+7 |
* | runtime: faster memclr on x86. | Keith Randall | 2014-02-06 | 1 | -0/+1 |
* | cmd/cc, cmd/gc: update compilers, assemblers for liblink changes | Russ Cox | 2013-12-16 | 2 | -3/+9 |
* | cmd/5a, cmd/6a, cmd/8a: fix .y files to match y.tab.[ch] | Russ Cox | 2013-12-11 | 1 | -1/+1 |
* | cmd/5a, cmd/6a, cmd/8a: use liblink | Russ Cox | 2013-12-08 | 5 | -1209/+664 |
* | doc/asm: more about SP, ARM R11 | Russ Cox | 2013-11-13 | 1 | -1/+1 |
* | src/cmd/?a: link to new assembler document | Rob Pike | 2013-11-12 | 1 | -0/+5 |
* | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov | 2013-08-30 | 1 | -48/+24 |
* | runtime: cleanup: use ArgsSizeUnknown to mark all functions | Keith Randall | 2013-07-19 | 3 | -487/+755 |
* | cmd/6a, cmd/6l: make FUNCDATA work | Russ Cox | 2013-07-18 | 4 | -547/+593 |
* | cmd/5a, cmd/6a, cmd/8a: parse PCDATA | Russ Cox | 2013-07-16 | 4 | -548/+591 |
* | cmd/5a, cmd/6a, cmd/8a: fix flag parsing | Russ Cox | 2013-07-12 | 1 | -1/+1 |
* | 8a/8l: add PCMPEQB and PMOVMSKB to 386. | Keith Randall | 2013-03-29 | 1 | -0/+2 |
* | cmd/ld: emit TLS relocations during external linking | Ian Lance Taylor | 2013-03-27 | 3 | -818/+563 |
* | cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructions | Keith Randall | 2013-03-07 | 4 | -769/+922 |
* | cmd/godoc: use go/build to determine package and example files | Robert Griesemer | 2013-02-19 | 1 | -1/+3 |
* | cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/ld: update reference | Carl Shapiro | 2013-01-18 | 1 | -1/+1 |
* | cmd/8a: support XMM registers. | R?my Oudompheng | 2012-12-06 | 4 | -906/+885 |
* | cmd/gc, cmd/ld: struct field tracking | Russ Cox | 2012-11-02 | 1 | -0/+1 |
* | cmd/8a: add SSE2 instructions | Russ Cox | 2012-10-07 | 4 | -674/+1034 |
* | cmd/6l, cmd/8l, cmd/5l: add AUNDEF instruction | Russ Cox | 2012-05-30 | 1 | -0/+1 |
* | cmd/6g, cmd/8g: move panicindex calls out of line | Russ Cox | 2012-05-29 | 3 | -757/+564 |
* | cmd/8a, cmd/8l: add BSWAPL | Russ Cox | 2012-05-22 | 1 | -0/+1 |
* | 8a, 8l: add PREFETCH instructions | Russ Cox | 2012-04-10 | 1 | -0/+4 |
* | 5a, 6a, 8a: take GOROOT_FINAL into consideration | Shenghou Ma | 2012-04-04 | 1 | -0/+32 |
* | cmd/*: add -d option to bison. | Adam Langley | 2012-02-21 | 1 | -1/+1 |
* | 8a, 8l: add EMMS instruction | Evan Shaw | 2012-02-17 | 1 | -0/+1 |
* | 8a, 8l: add LFENCE, MFENCE, SFENCE | Darren Elwood | 2012-02-13 | 1 | -0/+3 |
* | build: delete make paraphernalia | Russ Cox | 2012-02-06 | 1 | -20/+5 |
* | 8a, 8l: implement support for RDTSC instruction. | Shenghou Ma | 2012-02-06 | 1 | -0/+1 |
* | 5a, 6a, 8a, cc: check in y.tab.[ch] | Russ Cox | 2012-02-03 | 2 | -0/+2987 |
* | go: move compilers into the go-tool directory | Rob Pike | 2012-01-30 | 1 | -1/+1 |
* | 6a, 8a: allow $(-1) for consistency with $1, $(1), $-1. | Russ Cox | 2011-11-11 | 1 | -0/+6 |
* | 8a: fix IMULL grammar | Russ Cox | 2011-11-03 | 1 | -2/+2 |
* | 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths | Hector Chu | 2011-09-07 | 1 | -8/+8 |
* | runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ... | Yuval Pavel Zholkover | 2011-08-29 | 1 | -0/+7 |
* | 6l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQ | Jaroslavas Po?epko | 2011-08-26 | 1 | -1/+2 |
* | runtime: improve Linux mutex | Dmitriy Vyukov | 2011-07-29 | 1 | -0/+1 |
* | 8a: fixes for Plan 9 build | Lucio De Re | 2011-06-27 | 3 | -3/+6 |
* | 8a: delete dreg l.s | Rob Pike | 2011-06-20 | 1 | -734/+0 |
* | 5a, 6a, 8a, cc: remove old environment variables | Russ Cox | 2011-05-02 | 1 | -49/+4 |
* | 8a, 8l: add CMPXCHG8B, XADDB, XADDL, XADDW | Russ Cox | 2011-02-25 | 1 | -0/+4 |