| Commit message (Expand) | Author | Age | Files | Lines |
| * | liblink: require use of TYPE_ADDR, not TYPE_CONST | Russ Cox | 2015-02-04 | 1 | -0/+1 |
| * | liblink: define fixed A-numbers for common instructions | Russ Cox | 2015-02-03 | 1 | -6/+6 |
| * | liblink: the zero Prog is now valid and ready for use | Russ Cox | 2015-02-03 | 1 | -2/+2 |
| * | liblink: place TEXT/GLOBL flags in p->from3 always | Russ Cox | 2015-02-03 | 1 | -4/+0 |
| * | liblink: use same TEXT $frame-arg encoding for all architectures | Russ Cox | 2015-02-03 | 1 | -9/+12 |
| * | cmd/9a, cmd/9g, cmd/9l, liblink: update for portable Prog, Addr | Russ Cox | 2015-01-30 | 1 | -110/+103 |
| * | liblink: adjustments for c2go conversion | Russ Cox | 2015-01-14 | 1 | -82/+148 |
| * | liblink: fail for too-large register offset constants | Austin Clements | 2014-12-18 | 1 | -13/+7 |
| * | [dev.cc] 9l: make R_CALLPOWER like ELF's R_PPC64_REL24 | Austin Clements | 2014-11-25 | 1 | -1/+1 |
| * | [dev.cc] liblink: fix warnings on Plan 9 | David du Colombier | 2014-11-14 | 1 | -1/+0 |
| * | [dev.power64] liblink: power64 fixes and ports of changes | Austin Clements | 2014-10-27 | 1 | -52/+17 |
| * | build: merge the great pkg/ rename into dev.power64 | Austin Clements | 2014-10-22 | 1 | -1/+1 |
| * | [dev.power64] liblink: fix $large(SP) for floating point load/store | Russ Cox | 2014-08-14 | 1 | -8/+16 |
| * | [dev.power64] liblink: fix handling of $nnn(reg) | Russ Cox | 2014-08-13 | 1 | -0/+7 |
| * | [dev.power64] liblink: fix handling of MOVD with large constants | Russ Cox | 2014-08-13 | 1 | -6/+9 |
| * | [dev.power64] liblink: support stack split, long conditional branches | Shenghou Ma | 2014-08-12 | 1 | -15/+33 |
| * | [dev.power64] include/link.h, liblink: convert 9l functions to liblink | Shenghou Ma | 2014-08-07 | 1 | -446/+488 |
| * | [dev.power64] liblink: move span and asmout related function from obj9.c to a... | Shenghou Ma | 2014-08-07 | 1 | -0/+852 |
| * | [dev.power64] cmd/9a, cmd/9c, cmd/9l, liblink: import code from Vita Nuova. | Shenghou Ma | 2014-08-06 | 1 | -0/+1889 |