| Age | Commit message (Expand) | Author |
| 2014-12-11 | runtime: faster aeshash implementation | Keith Randall |
| 2014-12-05 | all: power64 is now ppc64 | Russ Cox |
| 2014-12-05 | [dev.cc] liblink: don't patch jumps to jumps to symbols | Austin Clements |
| 2014-11-25 | [dev.cc] 9l: make R_CALLPOWER like ELF's R_PPC64_REL24 | Austin Clements |
| 2014-11-21 | [dev.cc] liblink: fix warnings on Plan 9 | David du Colombier |
| 2014-11-20 | [dev.cc] liblink: fix Solaris build some more | Austin Clements |
| 2014-11-20 | [dev.cc] all: merge dev.power64 (f57928630b36) into dev.cc | Russ Cox |
| 2014-11-14 | [dev.cc] liblink: fix warnings on Plan 9 | David du Colombier |
| 2014-11-14 | [dev.power64] liblink: fix Solaris build | Austin Clements |
| 2014-11-14 | [dev.power64] 6g,9g: formatters for Prog and Addr details | Austin Clements |
| 2014-11-14 | [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc | Russ Cox |
| 2014-11-13 | [dev.cc] runtime: convert Solaris port to Go | Aram Hăvărneanu |
| 2014-11-11 | [dev.cc] liblink: resolve bss vs other conflict regardless of order found | Russ Cox |
| 2014-11-03 | [dev.power64] liblink: fix printing of branch targets | Austin Clements |
| 2014-10-28 | [dev.power64] liblink: emit wrapper code in correct place | Austin Clements |
| 2014-10-27 | [dev.power64] liblink: fix lost branch target | Austin Clements |
| 2014-10-27 | [dev.power64] liblink: power64 fixes and ports of changes | Austin Clements |
| 2014-10-24 | [dev.power64] liblink: print line numbers in disassembly on power64 | Austin Clements |
| 2014-10-22 | [dev.power64] all: merge default into dev.power64 | Austin Clements |
| 2014-10-22 | build: merge the great pkg/ rename into dev.power64 | Austin Clements |
| 2014-10-22 | [dev.power64] build: merge default into dev.power64 | Austin Clements |
| 2014-10-14 | liblink: require DATA lines to be ordered by offset, with no overlap | Russ Cox |
| 2014-09-30 | liblink: generate MRC replacement in liblink, not tls_arm | Dave Cheney |
| 2014-09-26 | liblink: fix cmd/ld -X flag | Russ Cox |
| 2014-09-24 | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox |
| 2014-09-16 | liblink, sync/atomic: fix arm build | Russ Cox |
| 2014-09-16 | liblink: make GO_ARGS the default for functions beginning with · | Russ Cox |
| 2014-09-12 | cmd/gc: turn Go prototypes into ptr liveness maps for assembly functions | Russ Cox |
| 2014-09-09 | runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames | Russ Cox |
| 2014-09-08 | liblink, runtime: diagnose and fix C code running on Go stack | Russ Cox |
| 2014-09-08 | build: adjustments for move from src/pkg to src | Russ Cox |
| 2014-09-07 | liblink: fix arm wrapper prologue | Russ Cox |
| 2014-09-07 | runtime: fix nacl/amd64p32 build | Russ Cox |
| 2014-09-06 | liblink: fix arm build errors | Russ Cox |
| 2014-09-06 | runtime: fix panic/wrapper/recover math | Russ Cox |
| 2014-08-31 | cmd/ld: diagnose Go calling C | Russ Cox |
| 2014-08-25 | liblink: introduce way to avoid pc-relative addressing | Russ Cox |
| 2014-08-18 | [dev.power64] liblink: recognize add instruction as adjusting SP | Russ Cox |
| 2014-08-18 | liblink: fix encoding of ASETPC in 6a, 8a | Josh Bleecher Snyder |
| 2014-08-18 | liblink: use pc-relative addressing for all memory references in amd64 code | Russ Cox |
| 2014-08-15 | [dev.power64] liblink: fix g->panicwrap update code generation | Shenghou Ma |
| 2014-08-14 | [dev.power64] liblink: fix $large(SP) for floating point load/store | Russ Cox |
| 2014-08-13 | [dev.power64] liblink: fix handling of $nnn(reg) | Russ Cox |
| 2014-08-13 | [dev.power64] liblink: fix handling of MOVD with large constants | Russ Cox |
| 2014-08-13 | [dev.power64] liblink: rewrite MOVD $con(Ra), Rb into ADD $con, Ra, Rb; fix s... | Shenghou Ma |
| 2014-08-12 | [dev.power64] liblink: disable stack split for now | Shenghou Ma |
| 2014-08-12 | [dev.power64] liblink: support stack split, long conditional branches | Shenghou Ma |
| 2014-08-07 | [dev.power64] liblink: handle $i64. symbols, add debug output for -S -v, show... | Shenghou Ma |
| 2014-08-07 | [dev.power64] include/link.h, liblink: convert 9l functions to liblink | Shenghou Ma |
| 2014-08-07 | [dev.power64] liblink: move span and asmout related function from obj9.c to a... | Shenghou Ma |