| Commit message (Expand) | Author | Age | Files | Lines |
* | [dev.power64] all: merge default (dd5014ed9b01) into dev.power64 | Russ Cox | 2014-10-29 | 153 | -2673/+39243 |
|\ |
|
| * | [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped | Russ Cox | 2014-10-28 | 37 | -4034/+3442 |
| * | [dev.power64] runtime: fix atomicor8 for power64x | Austin Clements | 2014-10-28 | 2 | -6/+26 |
| * | [dev.power64] 9a: correct generation of four argument ops | Austin Clements | 2014-10-28 | 1 | -3/+2 |
| * | [dev.power64] liblink: emit wrapper code in correct place | Austin Clements | 2014-10-28 | 1 | -63/+63 |
| * | [dev.power64] runtime: fix cas64 on power64x | Dave Cheney | 2014-10-28 | 1 | -5/+9 |
| * | [dev.power64] runtime: fix power64le build | Dave Cheney | 2014-10-28 | 1 | -13/+6 |
| * | [dev.power64] runtime: power64 fixes and ports of changes | Austin Clements | 2014-10-27 | 15 | -383/+342 |
| * | [dev.power64] liblink: fix lost branch target | Austin Clements | 2014-10-27 | 1 | -2/+5 |
| * | [dev.power64] all: merge default into dev.power64 | Austin Clements | 2014-10-27 | 116 | -199/+37383 |
| |\ |
|
| | * | [dev.power64] liblink: power64 fixes and ports of changes | Austin Clements | 2014-10-27 | 2 | -126/+102 |
| | * | [dev.power64] cc: 8-byte align argument size on power64 | Austin Clements | 2014-10-27 | 1 | -1/+1 |
| | * | [dev.power64] liblink: print line numbers in disassembly on power64 | Austin Clements | 2014-10-24 | 1 | -3/+3 |
| | * | [dev.power64] runtime: fix SigaltstackT definition for power64le | Dave Cheney | 2014-10-23 | 2 | -4/+4 |
| | * | [dev.power64] runtime: fix early GC of Defer objects | Austin Clements | 2014-10-22 | 1 | -1/+1 |
| | * | [dev.power64] all: merge default into dev.power64 | Austin Clements | 2014-10-22 | 116 | -198/+37406 |
| | |\ |
|
| | | * | [dev.power64] runtime: Fix broken merge of noasm.go | Austin Clements | 2014-10-22 | 1 | -0/+2 |
| | | * | build: merge the great pkg/ rename into dev.power64 | Austin Clements | 2014-10-22 | 2194 | -712/+259 |
| | | |\ |
|
| | | * \ | [dev.power64] build: merge default into dev.power64 | Austin Clements | 2014-10-22 | 795 | -20671/+24195 |
| | | |\ \ |
|
| | | * | | | [dev.power64] liblink: recognize add instruction as adjusting SP | Russ Cox | 2014-08-18 | 2 | -0/+6 |
| | | * | | | [dev.power64] liblink: fix g->panicwrap update code generation | Shenghou Ma | 2014-08-15 | 1 | -0/+30 |
| | | * | | | [dev.power64] runtime: fix usleep not to smash saved LR | Russ Cox | 2014-08-15 | 1 | -3/+3 |
| | | * | | | [dev.power64] runtime: make all bitmaps arrays of bytes | Russ Cox | 2014-08-15 | 7 | -39/+58 |
| | | * | | | [dev.power64] runtime: define page size on power64le systems to be 64k | Dave Cheney | 2014-08-15 | 1 | -1/+1 |
| | | * | | | [dev.power64] runtime: fix RuntimeGogoBytes on power64 | Russ Cox | 2014-08-14 | 2 | -2/+2 |
| | | * | | | [dev.power64] cmd/ld, runtime: detect, fix nosplit overflows | Russ Cox | 2014-08-14 | 3 | -23/+29 |
| | | * | | | [dev.power64] syscall: fix power64 page size | Russ Cox | 2014-08-14 | 1 | -1/+1 |
| | | * | | | [dev.power64] reflect: fix test not to hang even if TrySend lies | Russ Cox | 2014-08-14 | 1 | -0/+5 |
| | | * | | | [dev.power64] cmd/dist: tell goc2c that power64 is 64-bit system | Russ Cox | 2014-08-14 | 1 | -5/+5 |
| | | * | | | [dev.power64] cmd/9g: correct floating point comparison | Russ Cox | 2014-08-14 | 1 | -2/+2 |
| | | * | | | [dev.power64] runtime: replace getproccount with simpler code | Russ Cox | 2014-08-14 | 1 | -8/+11 |
| | | * | | | [dev.power64] cmd/9c: fix constant truncation in optimizer | Russ Cox | 2014-08-14 | 1 | -1/+3 |
| | | * | | | [dev.power64] runtime: don't fault on runtime.procyield, just return | Shenghou Ma | 2014-08-14 | 1 | -1/+1 |
| | | * | | | [dev.power64] syscall: re-generate using cgo compiled by gc, fix test failures | Shenghou Ma | 2014-08-14 | 8 | -57/+41 |
| | | * | | | [dev.power64] runtime: add power64/power64le as supported arch to gcinfo_test.go | Shenghou Ma | 2014-08-14 | 1 | -0/+6 |
| | | * | | | [dev.power64] runtime: fix time.now | Shenghou Ma | 2014-08-14 | 1 | -2/+2 |
| | | * | | | [dev.power64] reflect: now we find one big endian machine | Shenghou Ma | 2014-08-14 | 1 | -1/+2 |
| | | * | | | [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 | 2 | -15/+9 |
| | | * | | | [dev.power64] runtime: fix reflect.call | Russ Cox | 2014-08-13 | 1 | -15/+12 |
| | | * | | | [dev.power64] runtime: fix C prototype for cmallocgc | Russ Cox | 2014-08-13 | 1 | -1/+1 |
| | | * | | | [dev.power64] cmd/9g: fix floating-point comparison for NaN | Russ Cox | 2014-08-13 | 1 | -5/+14 |
| | | * | | | [dev.power64] cmd/9g: add missing break | Shenghou Ma | 2014-08-13 | 1 | -0/+1 |
| | | * | | | [dev.power64] runtime: fix build | Shenghou Ma | 2014-08-13 | 1 | -1/+0 |
| | | * | | | [dev.power64] runtime: fix newstackcall | Russ Cox | 2014-08-13 | 1 | -1/+1 |
| | | * | | | [dev.power64] cmd/9l, math/big, runtime, syscall: fixes for power64 | Russ Cox | 2014-08-13 | 7 | -19/+64 |
| | | * | | | [dev.power64] cmd/9g: do not ignore move instructions even if from and to are... | Shenghou Ma | 2014-08-13 | 2 | -26/+0 |
| | | * | | | [dev.power64] runtime: switch back to old initial stack size, and disable deb... | Shenghou Ma | 2014-08-13 | 2 | -2/+2 |
| | | * | | | [dev.power64] liblink: rewrite MOVD $con(Ra), Rb into ADD $con, Ra, Rb; fix s... | Shenghou Ma | 2014-08-13 | 1 | -7/+13 |