| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatal | Russ Cox | 2014-10-07 | 1 | -10/+4 |
* | cmd/cc, cmd/gc: stop generating 'argsize' PCDATA | Russ Cox | 2014-09-12 | 1 | -4/+0 |
* | build: adjustments for move from src/pkg to src | Russ Cox | 2014-09-08 | 2 | -2/+2 |
* | 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 | -18/+62 |
* | cmd/6c, cmd/6g: avoid address-as-constant in amd64 instructions | Russ Cox | 2014-08-12 | 1 | -4/+1 |
* | 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 |
* | liblink: introduce TLS register on 386 and amd64 | Russ Cox | 2014-04-15 | 1 | -1/+1 |
* | cmd/cc, cmd/5c, cmd/6c, cmd/8c: introduce linkarchinit and add amd64p32 support | Dave Cheney | 2014-03-07 | 1 | -2/+9 |
* | cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/cc: support for Native Cl... | Dave Cheney | 2014-02-27 | 4 | -8/+51 |
* | cmd/6c, cmd/8c, cmd/8g: fix print of pc (which is vlong). | Shenghou Ma | 2014-02-13 | 1 | -4/+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 | 4 | -331/+9 |
* | cmd/5c, cmd/6c, cmd/8c: use liblink | Russ Cox | 2013-12-08 | 6 | -347/+58 |
* | cmd/6c, cmd/6g, cmd/cc: fix undefined behavior warnings | Dave Cheney | 2013-09-17 | 1 | -1/+1 |
* | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov | 2013-08-30 | 1 | -52/+26 |
* | runtime: use funcdata to supply garbage collection information | Russ Cox | 2013-07-19 | 1 | -0/+2 |
* | runtime: cleanup: use ArgsSizeUnknown to mark all functions | Keith Randall | 2013-07-19 | 1 | -10/+1 |
* | cmd/5c, cmd/6c, cmd/8c: record arg size for every call | Russ Cox | 2013-07-16 | 4 | -3/+23 |
* | all: fix typos | Shenghou Ma | 2013-06-09 | 2 | -2/+2 |
* | cmd/6c: use full 64-bit address in block copy | Russ Cox | 2013-06-05 | 1 | -5/+5 |
* | cmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflag | Anthony Martin | 2013-06-04 | 1 | -4/+10 |
* | cmd/6c, cmd/8c: avoid generating long multiplication when not necessary. | R?my Oudompheng | 2013-06-04 | 1 | -2/+3 |
* | cmd/6c, cmd/8c: fix stack allocated Biobuf leaking at exit | Dave Cheney | 2013-03-20 | 1 | -1/+1 |
* | cmd/cgo, cmd/ld: new cgo object file section | Russ Cox | 2013-03-01 | 1 | -13/+3 |
* | cmd/godoc: use go/build to determine package and example files | Robert Griesemer | 2013-02-19 | 1 | -1/+3 |
* | cmd/6c: fix build | Russ Cox | 2013-02-18 | 1 | -1/+1 |
* | cmd/6c, cmd/8c: cut stack frames by about half | Russ Cox | 2013-02-18 | 1 | -2/+2 |
* | cmd/6c, cmd/6g: add flag to support large-model code generation | Elias Naur | 2013-02-01 | 1 | -1/+4 |
* | cmd/6c, cmd/8c: fix print format for Prog | Anthony Martin | 2013-01-18 | 1 | -29/+24 |
* | cmd/6c: Optimize rotate expressions to use rotate instructions. | Matthew Dempsky | 2013-01-18 | 2 | -0/+22 |
* | 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/6c: Improve peep hole optimization of rotate and shift instructions. | Matthew Dempsky | 2013-01-18 | 1 | -14/+19 |
* | cmd/6c, cmd/8c: add fixjmp step to regopt. | R?my Oudompheng | 2012-12-06 | 2 | -1/+132 |
* | cmd/6c, cmd/8c: use signed char explicitly in mul.c | R?my Oudompheng | 2012-11-09 | 1 | -4/+4 |
* | cmd/{5g,6g,8g,6c}: remove unused macro, use %E to print etype. | R?my Oudompheng | 2012-09-24 | 1 | -2/+0 |
* | cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically | Shenghou Ma | 2012-05-05 | 1 | -0/+4 |
* | cmd/cc: add PREFETCH built-in (like SET, USED) | Russ Cox | 2012-05-02 | 4 | -0/+22 |
* | 6c, 6g, 6l: add MOVQL to make truncation explicit | Russ Cox | 2012-04-10 | 3 | -28/+43 |
* | cmd/6c: fix probable code gen bug | Russ Cox | 2012-04-10 | 1 | -1/+1 |
* | 5c, 6c, 8c: take GOROOT_FINAL into consideration | Shenghou Ma | 2012-04-04 | 1 | -0/+31 |
* | ld: add NOPTRBSS for large, pointer-free uninitialized data | Russ Cox | 2012-02-21 | 1 | -0/+2 |
* | 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 | -33/+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 |
* | 6c, 8c: make floating point code NaN-safe | Russ Cox | 2012-01-26 | 1 | -3/+45 |
* | 5c, 6c, 8c: support 64-bit switch value | Anthony Martin | 2011-12-14 | 2 | -2/+18 |