| Age | Commit message (Expand) | Author |
| 2015-02-26 | liblink: delete unused code | Russ Cox |
| 2015-02-03 | liblink: define fixed A-numbers for common instructions | Russ Cox |
| 2015-02-03 | liblink: place DATA size in from3.offset always | Russ Cox |
| 2015-02-03 | liblink: the zero Prog is now valid and ready for use | Russ Cox |
| 2015-02-03 | liblink: place TEXT/GLOBL flags in p->from3 always | Russ Cox |
| 2015-02-03 | liblink: use same TEXT $frame-arg encoding for all architectures | Russ Cox |
| 2015-01-30 | cmd/9a, cmd/9g, cmd/9l, liblink: update for portable Prog, Addr | Russ Cox |
| 2015-01-14 | liblink: adjustments for c2go conversion | Russ Cox |
| 2015-01-05 | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox |
| 2014-12-29 | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma |
| 2014-12-22 | liblink: code for debugging bad returns | Austin Clements |
| 2014-12-18 | liblink: generate correct code for MOVD $-n(Rm), x on ppc64 | Austin Clements |
| 2014-12-05 | all: power64 is now ppc64 | Russ Cox |
| 2014-11-14 | [dev.cc] liblink: fix warnings on Plan 9 | David du Colombier |
| 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-22 | build: merge the great pkg/ rename into dev.power64 | Austin Clements |
| 2014-08-18 | [dev.power64] liblink: recognize add instruction as adjusting SP | Russ Cox |
| 2014-08-15 | [dev.power64] liblink: fix g->panicwrap update code generation | Shenghou Ma |
| 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] 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 |
| 2014-08-06 | [dev.power64] cmd/9a, cmd/9c, cmd/9l, liblink: import code from Vita Nuova. | Shenghou Ma |