| Commit message (Expand) | Author | Age | Files | Lines |
| * | [dev.cc] liblink: disable GOOBJ=2 default | Russ Cox | 2015-02-13 | 1 | -1/+1 |
| * | [dev.cc] all: merge master (5f1efe7) into dev.cc | Russ Cox | 2015-02-13 | 9 | -38/+38 |
| |\ |
|
| | * | cmd/gc: factor newly-portable code into gc directory | Russ Cox | 2015-02-11 | 4 | -29/+23 |
| | * | liblink, runtime: move all references to runtime.tlsg to tls_arm.s | Shenghou Ma | 2015-02-09 | 1 | -3/+5 |
| | * | liblink: fix warnings on Plan 9 | David du Colombier | 2015-02-07 | 4 | -4/+4 |
| | * | liblink, cmd/ld, cmd/5l: darwin/arm support | Shenghou Ma | 2015-02-06 | 1 | -3/+6 |
| | * | liblink, cmd/ld, runtime: set the type of runtime.tlsg in runtime | Shenghou Ma | 2015-02-06 | 1 | -2/+3 |
| | * | Revert "liblink, cmd/5a: fix reglist parsing/printing after changing REG_R0 t... | Russ Cox | 2015-02-05 | 2 | -5/+4 |
| | * | liblink, cmd/5a: fix reglist parsing/printing after changing REG_R0 to 32 | Shenghou Ma | 2015-02-05 | 2 | -4/+5 |
| * | | [dev.cc] liblink, cmd/internal/obj: fix printing of TYPE_REGREG and TYPE_REGREG2 | Russ Cox | 2015-02-12 | 1 | -0/+8 |
| * | | [dev.cc] liblink: fix printing of SHRL CX, DX:AX | Russ Cox | 2015-02-11 | 2 | -21/+10 |
| * | | [dev.cc] cmd/internal/obj: reconvert from liblink | Russ Cox | 2015-02-05 | 3 | -8/+12 |
| * | | [dev.cc] all: merge master (b8fcae0) into dev.cc | Russ Cox | 2015-02-04 | 20 | -2604/+2389 |
| |\ \
| |/ |
|
| | * | liblink: require use of TYPE_ADDR, not TYPE_CONST | Russ Cox | 2015-02-04 | 6 | -10/+94 |
| | * | liblink: define fixed A-numbers for common instructions | Russ Cox | 2015-02-03 | 12 | -182/+44 |
| | * | liblink: place DATA size in from3.offset always | Russ Cox | 2015-02-03 | 9 | -37/+7 |
| | * | liblink: the zero Prog is now valid and ready for use | Russ Cox | 2015-02-03 | 10 | -123/+40 |
| | * | liblink: remove dead computation of p->back in span6/span8 | Russ Cox | 2015-02-03 | 4 | -14/+0 |
| | * | liblink: renumber ARM conditions to make C_SCOND_NONE == 0 | Russ Cox | 2015-02-03 | 2 | -31/+37 |
| | * | liblink: place TEXT/GLOBL flags in p->from3 always | Russ Cox | 2015-02-03 | 11 | -101/+31 |
| | * | liblink: use same TEXT $frame-arg encoding for all architectures | Russ Cox | 2015-02-03 | 10 | -77/+69 |
| | * | cmd/6g, liblink, runtime: support saving base pointers | Austin Clements | 2015-02-02 | 2 | -4/+50 |
| | * | cmd/9a, cmd/9g, cmd/9l, liblink: update for portable Prog, Addr | Russ Cox | 2015-01-30 | 3 | -379/+273 |
| | * | cmd/8a, cmd/8g, cmd/8l, liblink: update for portable Prog, Addr | Russ Cox | 2015-01-30 | 3 | -578/+622 |
| | * | cmd/6a, cmd/6g, cmd/6l, liblink: update for portable Prog, Addr | Russ Cox | 2015-01-30 | 3 | -641/+678 |
| | * | cmd/5a, cmd/5g, cmd/5l, liblink: update for portable Prog, Addr | Russ Cox | 2015-01-30 | 3 | -445/+401 |
| | * | cmd/gc, cmd/ld, liblink: update for portable Prog, Addr changes | Russ Cox | 2015-01-30 | 4 | -23/+19 |
| | * | liblink: fix error message on linux for unknown TLS base | Russ Cox | 2015-01-30 | 1 | -1/+1 |
| | * | liblink: bug fixes for ppc64 %P format | Russ Cox | 2015-01-30 | 1 | -4/+5 |
| | * | liblink: do not print pointers in debug output | Russ Cox | 2015-01-28 | 1 | -1/+1 |
| | * | liblink: arrange for Prog* argument in vaddr | Russ Cox | 2015-01-26 | 2 | -115/+123 |
| | * | build: implement GOEXPERIMENT again in runtime, and add to liblink | Russ Cox | 2015-01-21 | 2 | -0/+61 |
| * | | [dev.cc] cmd/go, liblink: turn off verification against Go code | Russ Cox | 2015-02-04 | 1 | -1/+1 |
| * | | [dev.cc] cmd/internal/obj: reconvert from liblink | Russ Cox | 2015-01-21 | 1 | -1/+1 |
| * | | [dev.cc] liblink: invoke 'go tool objwriter' to implement writeobj, if directed | Russ Cox | 2015-01-21 | 2 | -18/+371 |
| * | | [dev.cc] build: do not 'clean -i std' between dist and go_bootstrap | Russ Cox | 2015-01-21 | 1 | -1/+1 |
| * | | [dev.cc] liblink: invoke go tool objwriter during writeobj | Russ Cox | 2015-01-21 | 1 | -1/+26 |
| * | | [dev.cc] liblink: arrange for Prog* argument in vaddr | Russ Cox | 2015-01-21 | 2 | -115/+123 |
| |/ |
|
| * | liblink: adjustments for c2go conversion | Russ Cox | 2015-01-14 | 11 | -1087/+264 |
| * | cmd/6g, cmd/8g, liblink: improve handling of float constants | Josh Bleecher Snyder | 2015-01-07 | 2 | -4/+52 |
| * | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox | 2015-01-05 | 5 | -17/+50 |
| * | liblink: fix encoding of SETcc for amd64 | Shenghou Ma | 2015-01-04 | 1 | -16/+16 |
| * | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma | 2014-12-29 | 5 | -50/+17 |
| * | liblink: code for debugging bad returns | Austin Clements | 2014-12-22 | 1 | -0/+16 |
| * | liblink: remove class from %#D formatter on 6l | Austin Clements | 2014-12-22 | 1 | -2/+0 |
| * | liblink: fail for too-large register offset constants | Austin Clements | 2014-12-18 | 1 | -13/+7 |
| * | liblink: generate correct code for MOVD $-n(Rm), x on ppc64 | Austin Clements | 2014-12-18 | 1 | -1/+2 |
| * | runtime: faster aeshash implementation | Keith Randall | 2014-12-11 | 1 | -0/+10 |
| * | all: power64 is now ppc64 | Russ Cox | 2014-12-05 | 1 | -5/+5 |
| * | [dev.cc] liblink: don't patch jumps to jumps to symbols | Austin Clements | 2014-12-05 | 1 | -2/+2 |