| Commit message (Expand) | Author | Age | Files | Lines |
* | [dev.power64] all: merge default into dev.power64 | Austin Clements | 2014-10-22 | 1 | -2/+7 |
|\ |
|
| * | [dev.power64] build: merge default into dev.power64 | Austin Clements | 2014-10-22 | 1 | -4/+14 |
| |\ |
|
| * | | [dev.power64] liblink: handle $i64. symbols, add debug output for -S -v, show... | Shenghou Ma | 2014-08-07 | 1 | -2/+7 |
* | | | liblink: fix cmd/ld -X flag | Russ Cox | 2014-09-26 | 1 | -0/+2 |
* | | | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox | 2014-09-24 | 1 | -2/+4 |
* | | | liblink, sync/atomic: fix arm build | Russ Cox | 2014-09-16 | 1 | -1/+6 |
* | | | liblink: make GO_ARGS the default for functions beginning with ? | Russ Cox | 2014-09-16 | 1 | -1/+22 |
* | | | cmd/gc: turn Go prototypes into ptr liveness maps for assembly functions | Russ Cox | 2014-09-12 | 1 | -0/+12 |
| |/
|/| |
|
* | | cmd/ld: diagnose Go calling C | Russ Cox | 2014-08-31 | 1 | -4/+14 |
|/ |
|
* | liblink: use LinkArch.textflag() to get text and dataflag | Shenghou Ma | 2014-08-06 | 1 | -10/+2 |
* | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox | 2014-04-16 | 1 | -1/+10 |
* | 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 | 1 | -6/+17 |
* | liblink: introduce TLS register on 386 and amd64 | Russ Cox | 2014-04-15 | 1 | -1/+5 |
* | liblink: remove arch-specific constants from file format | Russ Cox | 2014-04-14 | 1 | -5/+7 |
* | liblink, cmd/link: add version number to object file | Russ Cox | 2014-04-14 | 1 | -1/+5 |
* | cmd/gc, cmd/ld, runtime: compact liveness bitmaps | Russ Cox | 2014-04-02 | 1 | -2/+12 |
* | liblink: allow either of a pair of conflicting symbols to say dupok | Russ Cox | 2013-12-19 | 1 | -1/+1 |
* | liblink: use explicit field for globl duplicate detection | Russ Cox | 2013-12-18 | 1 | -1/+2 |
* | liblink, cmd/gc: resolve several shift warnings | Dave Cheney | 2013-12-19 | 1 | -2/+2 |
* | liblink: rewrite '\\' in paths to '/' on windows | Shenghou Ma | 2013-12-17 | 1 | -2/+33 |
* | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox | 2013-12-16 | 1 | -0/+665 |