| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/ld: diagnose Go calling C | Russ Cox | 2014-08-31 | 1 | -4/+14 |
* | liblink: introduce way to avoid pc-relative addressing | Russ Cox | 2014-08-25 | 1 | -4/+31 |
* | liblink: fix encoding of ASETPC in 6a, 8a | Josh Bleecher Snyder | 2014-08-18 | 2 | -2/+2 |
* | liblink: use pc-relative addressing for all memory references in amd64 code | Russ Cox | 2014-08-18 | 1 | -21/+8 |
* | liblink: encode MOVBQZX as MOVZBL instead of MOVZBQ | Rui Ueyama | 2014-08-05 | 1 | -1/+1 |
* | liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants. | Shenghou Ma | 2014-08-06 | 2 | -48/+19 |
* | liblink: support big-endian properly | Shenghou Ma | 2014-08-06 | 5 | -9/+28 |
* | liblink: use LinkArch.textflag() to get text and dataflag | Shenghou Ma | 2014-08-06 | 1 | -10/+2 |
* | liblink: shorter encoding for zeroing register | Rui Ueyama | 2014-08-05 | 1 | -0/+1 |
* | liblink: warn about TLS base MRC instruction that does not write into R0. | Shenghou Ma | 2014-07-26 | 1 | -13/+21 |
* | liblink: more precise literal word comparison on arm | Russ Cox | 2014-07-23 | 1 | -2/+5 |
* | liblink: remove some gotos + other fixes | Russ Cox | 2014-07-21 | 7 | -99/+110 |
* | liblink: fix precedence bug in pcdata comparison | Russ Cox | 2014-07-16 | 1 | -1/+1 |
* | liblink: fix warnings on Plan 9 | David du Colombier | 2014-07-11 | 1 | -5/+2 |
* | cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support | Shenghou Ma | 2014-07-10 | 2 | -32/+356 |
* | build: annotations and modifications for c2go | Russ Cox | 2014-07-02 | 7 | -1384/+1331 |
* | liblink, runtime: preliminary support for plan9/amd64 | Aram H?v?rneanu | 2014-07-02 | 5 | -9/+23 |
* | all: add GOOS=android | David Crawshaw | 2014-07-01 | 1 | -0/+1 |
* | all: remove 'extern register M *m' from runtime | Russ Cox | 2014-06-26 | 3 | -12/+12 |
* | liblink: fix field tracking | Russ Cox | 2014-05-20 | 2 | -0/+20 |
* | cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1 | Russ Cox | 2014-05-12 | 1 | -1/+1 |
* | runtime: use duff zero and copy to initialize memory | Keith Randall | 2014-05-07 | 2 | -1/+11 |
* | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox | 2014-04-16 | 6 | -15/+47 |
* | liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj | Ian Lance Taylor | 2014-04-16 | 1 | -1/+4 |
* | liblink: add leaf bit to object file format | Russ Cox | 2014-04-16 | 1 | -1/+7 |
* | liblink: fix incorrect hash collision in lookup | Russ Cox | 2014-04-16 | 2 | -7/+18 |
* | build: remove tmp dir names from objects, support GOROOT_FINAL again | Russ Cox | 2014-04-15 | 2 | -1/+49 |
* | cmd/ld: use TLS relocations on ELF systems in external linking mode | Russ Cox | 2014-04-15 | 2 | -51/+20 |
* | liblink: introduce TLS register on 386 and amd64 | Russ Cox | 2014-04-15 | 8 | -255/+413 |
* | liblink: remove arch-specific constants from file format | Russ Cox | 2014-04-14 | 8 | -39/+39 |
* | liblink, cmd/link: add version number to object file | Russ Cox | 2014-04-14 | 1 | -1/+5 |
* | liblink: remove code that is never executed | Ian Lance Taylor | 2014-04-07 | 2 | -37/+0 |
* | cmd/gc, cmd/ld, runtime: compact liveness bitmaps | Russ Cox | 2014-04-02 | 1 | -2/+12 |
* | runtime: get rid of most uses of REP for copying/zeroing. | Keith Randall | 2014-04-01 | 2 | -0/+18 |
* | liblink, runtime: make nacl/386 binaries valid. | R?my Oudompheng | 2014-03-14 | 1 | -2/+11 |
* | liblink: fix bad code generated for MOVFD/MOVDF when reg > 7 | Josh Bleecher Snyder | 2014-03-11 | 1 | -1/+2 |
* | liblink: fix morestack handling on amd64p32. | R?my Oudompheng | 2014-03-07 | 1 | -1/+2 |
* | liblink: fix arm build | Russ Cox | 2014-03-04 | 1 | -1/+1 |
* | cmd/ld: clear unused ctxt before morestack | Russ Cox | 2014-03-04 | 3 | -19/+33 |
* | all: final merge of NaCl tree | Russ Cox | 2014-02-27 | 6 | -46/+475 |
* | cmd/gc: rename AFATVARDEF to AVARDEF | Russ Cox | 2014-02-13 | 2 | -2/+2 |
* | cmd/cc, cmd/gc, cmd/ld: consolidate print format routines | Anthony Martin | 2014-02-12 | 3 | -35/+80 |
* | include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes. | Shenghou Ma | 2014-02-09 | 2 | -2/+6 |
* | runtime: faster memclr on x86. | Keith Randall | 2014-02-06 | 1 | -0/+1 |
* | liblink, cmd/5l: restore flag_shared | Elias Naur | 2014-02-03 | 2 | -5/+16 |
* | liblink, cmd/5a, cmd/5l: restore cgo on older ARM processors | Elias Naur | 2014-02-03 | 1 | -0/+20 |
* | liblink, runtime: fix cgo on arm | Russ Cox | 2014-01-23 | 2 | -75/+9 |
* | liblink: include missing pragmas for plan9 formatter | Jeff Sickel | 2014-01-22 | 1 | -5/+5 |
* | liblink: remove use of linkmode on ARM | Russ Cox | 2014-01-21 | 2 | -68/+66 |
* | liblink: check for symgrow size too large | Ian Lance Taylor | 2014-01-21 | 1 | -1/+7 |