| Commit message (Expand) | Author | Age | Files | Lines |
* | all: remove 'extern register M *m' from runtime | Russ Cox | 2014-06-26 | 1 | -2/+2 |
* | runtime: provide gc maps for the reflect.callXX frames. | Keith Randall | 2014-05-21 | 2 | -2/+2 |
* | 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 | -41/+32 |
* | 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 |
* | liblink, cmd/5a, cmd/5l: restore cgo on older ARM processors | Elias Naur | 2014-02-03 | 3 | -430/+597 |
* | cmd/cc, cmd/gc: update compilers, assemblers for liblink changes | Russ Cox | 2013-12-16 | 2 | -3/+10 |
* | cmd/5a, cmd/6a, cmd/8a: fix .y files to match y.tab.[ch] | Russ Cox | 2013-12-11 | 1 | -4/+4 |
* | cmd/5a, cmd/6a, cmd/8a: use liblink | Russ Cox | 2013-12-08 | 5 | -1117/+605 |
* | 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/+4 |
* | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov | 2013-08-30 | 1 | -47/+29 |
* | runtime: cleanup: use ArgsSizeUnknown to mark all functions | Keith Randall | 2013-07-19 | 3 | -464/+728 |
* | cmd/6a, cmd/6l: make FUNCDATA work | Russ Cox | 2013-07-18 | 4 | -514/+540 |
* | cmd/5a, cmd/6a, cmd/8a: parse PCDATA | Russ Cox | 2013-07-16 | 5 | -922/+770 |
* | cmd/5a, cmd/6a, cmd/8a: fix flag parsing | Russ Cox | 2013-07-12 | 1 | -1/+1 |
* | cmd/5a, cmd/dist, runtime: support m/g in the assembler, drop support for R9/R10 | Shenghou Ma | 2013-05-30 | 1 | -2/+2 |
* | libmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF type info for Linux/ARM | Shenghou Ma | 2013-02-26 | 1 | -0/+1 |
* | 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/gc, cmd/ld: struct field tracking | Russ Cox | 2012-11-02 | 1 | -0/+2 |
* | 5a, 5l, math: Add support for ABSD, ABSF floating point instructions. | Micha? Derkacz | 2012-08-03 | 1 | -2/+2 |
* | cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARM | Shenghou Ma | 2012-06-08 | 3 | -78/+85 |
* | cmd/5a, cmd/5l, math: add CLZ instruction for ARM | Shenghou Ma | 2012-06-03 | 1 | -0/+2 |
* | cmd/6l, cmd/8l, cmd/5l: add AUNDEF instruction | Russ Cox | 2012-05-30 | 1 | -0/+1 |
* | cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-in | Shenghou Ma | 2012-05-04 | 2 | -284/+283 |
* | 5a, 5l: add PLD (preload data) instruction | Shenghou Ma | 2012-04-11 | 4 | -566/+585 |
* | 5a, 6a, 8a: take GOROOT_FINAL into consideration | Shenghou Ma | 2012-04-04 | 1 | -1/+32 |
* | 5a: fix same arm bug | Russ Cox | 2012-02-22 | 1 | -1/+1 |
* | ld: add NOPTRBSS for large, pointer-free uninitialized data | Russ Cox | 2012-02-21 | 1 | -1/+0 |
* | cmd/*: add -d option to bison. | Adam Langley | 2012-02-21 | 1 | -1/+1 |
* | 5a, 5c, 5g, 5l: fix build for Linux/ARM. | Shenghou Ma | 2012-02-19 | 1 | -0/+1 |
* | build: delete make paraphernalia | Russ Cox | 2012-02-06 | 1 | -20/+5 |
* | 5a, 6a, 8a, cc: check in y.tab.[ch] | Russ Cox | 2012-02-03 | 2 | -0/+3115 |
* | go: move compilers into the go-tool directory | Rob Pike | 2012-01-30 | 1 | -1/+1 |
* | 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths | Hector Chu | 2011-09-07 | 1 | -8/+8 |
* | 5a, 5c, 5l: fix for Plan 9 build | Lucio De Re | 2011-07-15 | 3 | -3/+6 |
* | math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation | Fan Hongjian | 2011-06-09 | 1 | -0/+2 |
* | 5a, 6a, 8a, cc: remove old environment variables | Russ Cox | 2011-05-02 | 1 | -49/+4 |
* | 5a, 5l: add LDREXD, STREXD | Russ Cox | 2011-02-25 | 1 | -0/+2 |
* | 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 | -9/+14 |
* | windows: disable unimplemented tests | Joe Poirier | 2010-09-10 | 1 | -2/+1 |
* | build: $GOBIN defaults to $GOROOT/bin | Russ Cox | 2010-08-24 | 1 | -18/+4 |
* | arm: cleanup build warnings | Dean Prichard | 2010-03-08 | 1 | -3/+0 |
* | 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 | 1 | -1/+2 |