| Commit message (Expand) | Author | Age | Files | Lines |
* | [dev.cc] cmd/5c, cmd/6c, cmd/8c, cmd/cc: remove | Russ Cox | 2014-11-10 | 11 | -7021/+0 |
* | cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal | Russ Cox | 2014-10-07 | 1 | -6/+3 |
* | cmd/cc, cmd/gc: stop generating 'argsize' PCDATA | Russ Cox | 2014-09-12 | 1 | -2/+0 |
* | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -1/+1 |
* | cmd/cc: generate error if #pragma pack off does anything | Russ Cox | 2014-08-30 | 1 | -3/+6 |
* | cmd/cc, runtime: convert C compilers to use Go calling convention | Russ Cox | 2014-08-27 | 4 | -19/+61 |
* | cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support | Shenghou Ma | 2014-07-10 | 3 | -1/+15 |
* | cmd/5c, cmd/6c, cmd/8c, cmd/cc: remove unused global variable retok. | Shenghou Ma | 2014-06-17 | 1 | -1/+0 |
* | liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj | Ian Lance Taylor | 2014-04-16 | 1 | -1/+1 |
* | cmd/5c: fix arm build | Dave Cheney | 2014-03-07 | 1 | -1/+7 |
* | cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/cc: support for Native Cl... | Dave Cheney | 2014-02-27 | 2 | -3/+4 |
* | cmd/cc, cmd/gc, cmd/ld: consolidate print format routines | Anthony Martin | 2014-02-12 | 2 | -52/+0 |
* | cmd/cc, cmd/gc: update compilers, assemblers for liblink changes | Russ Cox | 2013-12-16 | 3 | -278/+5 |
* | cmd/5c, cmd/6c, cmd/8c: use liblink | Russ Cox | 2013-12-08 | 6 | -390/+87 |
* | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov | 2013-08-30 | 1 | -5/+5 |
* | cmd/5c, cmd/5g, cmd/5l: turn MOVB, MOVH into plain moves, optimize short arit... | R?my Oudompheng | 2013-08-09 | 1 | -2/+2 |
* | cmd/5c, cmd/5g, cmd/5l: introduce MOVBS and MOVHS instructions. | R?my Oudompheng | 2013-08-08 | 3 | -14/+21 |
* | 5c: fix pc recalculation in the presence of AFUNCDATA | Keith Randall | 2013-07-25 | 1 | -0/+1 |
* | runtime: use funcdata to supply garbage collection information | Russ Cox | 2013-07-19 | 1 | -0/+1 |
* | runtime: cleanup: use ArgsSizeUnknown to mark all functions | Keith Randall | 2013-07-19 | 1 | -10/+3 |
* | cmd/5c, cmd/6c, cmd/8c: record arg size for every call | Russ Cox | 2013-07-16 | 4 | -2/+19 |
* | all: fix typos | Shenghou Ma | 2013-06-09 | 1 | -1/+1 |
* | cmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflag | Anthony Martin | 2013-06-04 | 1 | -3/+8 |
* | cmd/cgo, cmd/ld: new cgo object file section | Russ Cox | 2013-03-01 | 1 | -13/+3 |
* | libmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF type info for Linux/ARM | Shenghou Ma | 2013-02-26 | 1 | -1/+2 |
* | 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/5c: fix handling of side effects when assigning a struct literal. | R?my Oudompheng | 2013-01-12 | 1 | -2/+2 |
* | cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing | Russ Cox | 2013-01-06 | 1 | -1/+1 |
* | cmd/5c: fix dataflag annotation | Shenghou Ma | 2012-09-25 | 1 | -4/+2 |
* | cmd/5c, cmd/5g, cmd/5l: fix cross compilation failure on darwin | Dave Cheney | 2012-06-08 | 1 | -1/+1 |
* | cmd/5c, cmd/5g, cmd/5l: fix array indexing warning under Clang 3.1 | Dave Cheney | 2012-06-06 | 1 | -1/+1 |
* | cmd/5c, cmd/5g, cmd/5l: enable use of R12, F8-F15 | Shenghou Ma | 2012-06-02 | 1 | -4/+5 |
* | cmd/5c: re-enable regopt() | Shenghou Ma | 2012-05-17 | 1 | -7/+0 |
* | cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically | Shenghou Ma | 2012-05-05 | 1 | -0/+4 |
* | cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-in | Shenghou Ma | 2012-05-04 | 3 | -1/+16 |
* | cmd/cc: add PREFETCH built-in (like SET, USED) | Russ Cox | 2012-05-02 | 2 | -0/+7 |
* | 5c, 6c, 8c: take GOROOT_FINAL into consideration | Shenghou Ma | 2012-04-04 | 1 | -0/+31 |
* | 5c, 5g, 5l: fix arm bug | Russ Cox | 2012-02-22 | 1 | -1/+2 |
* | ld: add NOPTRBSS for large, pointer-free uninitialized data | Russ Cox | 2012-02-21 | 2 | -4/+5 |
* | 5a, 5c, 5g, 5l: fix build for Linux/ARM. | Shenghou Ma | 2012-02-19 | 1 | -3/+4 |
* | 5c, 6c, 8c, 6g, 8g: correct boundary checking | Shenghou Ma | 2012-02-15 | 1 | -1/+1 |
* | build: delete make paraphernalia | Russ Cox | 2012-02-06 | 1 | -31/+2 |
* | gc, cc: avoid using the wrong library when building the compilers | Anthony Martin | 2012-02-01 | 1 | -1/+1 |
* | build: move the "-c" flag into HOST_CFLAGS | Anthony Martin | 2012-01-31 | 1 | -1/+1 |
* | go: move compilers into the go-tool directory | Rob Pike | 2012-01-30 | 1 | -1/+1 |
* | 5c, 6c, 8c: support 64-bit switch value | Anthony Martin | 2011-12-14 | 2 | -3/+23 |
* | cc: change cas to newcase | Ron Minnich | 2011-10-26 | 1 | -1/+1 |
* | 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths | Hector Chu | 2011-09-07 | 1 | -8/+4 |
* | build: avoid redundant bss declarations | Russ Cox | 2011-08-23 | 1 | -1/+1 |