| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | gc, ld: detect stale or incompatible object files | Russ Cox | 2011-02-03 | 1 | -1/+1 |
* | 5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocations | Jeff R. Allen | 2011-01-19 | 1 | -1/+0 |
* | [568]a: precise linenumbers for statements. | Luuk van Dijk | 2010-10-07 | 3 | -11/+16 |
* | build: $GOBIN defaults to $GOROOT/bin | Russ Cox | 2010-08-24 | 1 | -19/+4 |
* | fix spelling of align | Rob Pike | 2010-03-26 | 1 | -1/+1 |
* | 8a/8l: Added FCMOVcc instructions | Evan Shaw | 2010-02-18 | 1 | -0/+8 |
* | 8a/8l: Added CMOVcc instructions | Evan Shaw | 2010-02-09 | 1 | -0/+33 |
* | 5a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D options | Dean Prichard | 2010-02-05 | 2 | -5/+8 |
* | avoid overflow of symb buffer in 5a/6a/8a/5c/6c/8c | Dean Prichard | 2010-01-28 | 2 | -1/+5 |
* | 5a/6a/8a: avoid fixed-sized file name buffer | Dean Prichard | 2010-01-22 | 2 | -1/+3 |
* | 8a, 8l: Add FCOMI, FCOMIP, FUCOMI, FUCOMIP instructions | Evan Shaw | 2010-01-05 | 1 | -0/+4 |
* | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 2009-11-23 | 1 | -2/+2 |
* | yet another attempt to avoid conflicts with | Russ Cox | 2009-11-12 | 2 | -2/+6 |
* | fix BUFSIZ redeclaration warnings | Russ Cox | 2009-11-11 | 1 | -1/+1 |
* | getc/ungetc in assemblers; BUFSIZ everywhere. | Russ Cox | 2009-11-11 | 1 | -0/+4 |
* | tweak documentation of commands | Russ Cox | 2009-11-09 | 1 | -1/+1 |
* | document the assemblers. | Rob Pike | 2009-11-03 | 1 | -0/+14 |
* | clean more | Russ Cox | 2009-10-03 | 1 | -3/+1 |
* | accept CALL $(constant) to call absolute PC | Russ Cox | 2009-09-21 | 1 | -0/+1 |
* | Support use of $GOBINDIR to override $HOME/bin | Phil Pennock | 2009-07-28 | 1 | -1/+1 |
* | make 8a, 8c build again. | Russ Cox | 2009-03-24 | 1 | -6/+25 |
* | throw away most of the compat.h compatibility layer | Russ Cox | 2009-03-24 | 1 | -12/+9 |
* | update 8a, 8c, 8l to use new object format. | Russ Cox | 2009-03-20 | 3 | -8/+82 |
* | make 8a, 8c, 8l build in go environment. | Russ Cox | 2009-01-06 | 4 | -35/+59 |
* | 8a, 8c, and 8l from inferno distribution | Russ Cox | 2009-01-06 | 4 | -0/+2433 |