summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | [dev.power64] build: merge default into dev.power64Austin Clements2014-10-22845-21059/+25395
| | | | |\ \
| | | | * | | [dev.power64] liblink: recognize add instruction as adjusting SPRuss Cox2014-08-182-0/+6
| | | | * | | [dev.power64] liblink: fix g->panicwrap update code generationShenghou Ma2014-08-151-0/+30
| | | | * | | [dev.power64] runtime: fix usleep not to smash saved LRRuss Cox2014-08-151-3/+3
| | | | * | | [dev.power64] runtime: make all bitmaps arrays of bytesRuss Cox2014-08-157-39/+58
| | | | * | | [dev.power64] runtime: define page size on power64le systems to be 64kDave Cheney2014-08-151-1/+1
| | | | * | | [dev.power64] runtime: fix RuntimeGogoBytes on power64Russ Cox2014-08-142-2/+2
| | | | * | | [dev.power64] cmd/ld, runtime: detect, fix nosplit overflowsRuss Cox2014-08-144-27/+34
| | | | * | | [dev.power64] syscall: fix power64 page sizeRuss Cox2014-08-141-1/+1
| | | | * | | [dev.power64] reflect: fix test not to hang even if TrySend liesRuss Cox2014-08-141-0/+5
| | | | * | | [dev.power64] cmd/dist: tell goc2c that power64 is 64-bit systemRuss Cox2014-08-141-5/+5
| | | | * | | [dev.power64] cmd/9g: correct floating point comparisonRuss Cox2014-08-141-2/+2
| | | | * | | [dev.power64] runtime: replace getproccount with simpler codeRuss Cox2014-08-141-8/+11
| | | | * | | [dev.power64] cmd/9c: fix constant truncation in optimizerRuss Cox2014-08-141-1/+3
| | | | * | | [dev.power64] test/nosplit.go: add power64 supportShenghou Ma2014-08-141-3/+11
| | | | * | | [dev.power64] runtime: don't fault on runtime.procyield, just returnShenghou Ma2014-08-141-1/+1
| | | | * | | [dev.power64] syscall: re-generate using cgo compiled by gc, fix test failuresShenghou Ma2014-08-148-57/+41
| | | | * | | [dev.power64] runtime: add power64/power64le as supported arch to gcinfo_test.goShenghou Ma2014-08-141-0/+6
| | | | * | | [dev.power64] runtime: fix time.nowShenghou Ma2014-08-141-2/+2
| | | | * | | [dev.power64] reflect: now we find one big endian machineShenghou Ma2014-08-141-1/+2
| | | | * | | [dev.power64] liblink: fix $large(SP) for floating point load/storeRuss Cox2014-08-141-8/+16
| | | | * | | [dev.power64] liblink: fix handling of $nnn(reg)Russ Cox2014-08-131-0/+7
| | | | * | | [dev.power64] liblink: fix handling of MOVD with large constantsRuss Cox2014-08-132-15/+9
| | | | * | | [dev.power64] runtime: fix reflect.callRuss Cox2014-08-131-15/+12
| | | | * | | [dev.power64] runtime: fix C prototype for cmallocgcRuss Cox2014-08-131-1/+1
| | | | * | | [dev.power64] cmd/9g: fix floating-point comparison for NaNRuss Cox2014-08-131-5/+14
| | | | * | | [dev.power64] cmd/9g: add missing breakShenghou Ma2014-08-131-0/+1
| | | | * | | [dev.power64] runtime: fix buildShenghou Ma2014-08-131-1/+0
| | | | * | | [dev.power64] runtime: fix newstackcallRuss Cox2014-08-131-1/+1
| | | | * | | [dev.power64] cmd/9l, math/big, runtime, syscall: fixes for power64Russ Cox2014-08-137-19/+64
| | | | * | | [dev.power64] cmd/9g: do not ignore move instructions even if from and to are...Shenghou Ma2014-08-132-26/+0
| | | | * | | [dev.power64] runtime: switch back to old initial stack size, and disable deb...Shenghou Ma2014-08-132-2/+2
| | | | * | | [dev.power64] liblink: rewrite MOVD $con(Ra), Rb into ADD $con, Ra, Rb; fix s...Shenghou Ma2014-08-131-7/+13
| | | | * | | [dev.power64] cmd/9g: use loops to do memmove in sgen()Shenghou Ma2014-08-131-18/+21
| | | | * | | [dev.power64] cmd/cc: round argsize to multiples of wordsize on power64Shenghou Ma2014-08-131-1/+1
| | | | * | | [dev.power64] runtime: fix morestackShenghou Ma2014-08-121-3/+3
| | | | * | | [dev.power64] cmd/9g: introduce ginscon2 for CMP/CMPU, use ginscon to ADD con...Shenghou Ma2014-08-123-4/+37
| | | | * | | [dev.power64] runtime: disable GC and use a larger default stackShenghou Ma2014-08-123-2/+6
| | | | * | | [dev.power64] cmd/9g: clear p->reg for ATEXTShenghou Ma2014-08-121-0/+2
| | | | * | | [dev.power64] cmd/gc: disable magic multiply optimizations for nowShenghou Ma2014-08-121-0/+4
| | | | * | | [dev.power64] liblink: disable stack split for nowShenghou Ma2014-08-121-0/+3
| | | | * | | [dev.power64] runtime: implemnt runtime.switchtoM and runtime.onMShenghou Ma2014-08-121-0/+51
| | | | * | | [dev.power64] reflect: add assembly stubsShenghou Ma2014-08-121-0/+50
| | | | * | | [dev.power64] cmd/9a: use new flag parserRuss Cox2014-08-121-64/+65
| | | | * | | [dev.power64] hash/crc32: use portable castagnoli on power64Russ Cox2014-08-121-1/+1
| | | | * | | [dev.power64] cmd/9g, cmd/gc, cmd/ld: fix build.Shenghou Ma2014-08-123-3/+21
| | | | * | | [dev.power64] cmd/9c: fix endian issue in integer to floating point conversionShenghou Ma2014-08-121-6/+15
| | | | * | | [dev.power64] cmd/9l: remove MAXIO (fix build)Shenghou Ma2014-08-121-1/+0
| | | | * | | [dev.power64] liblink: support stack split, long conditional branchesShenghou Ma2014-08-123-46/+243
| | | | * | | [dev.power64] cmd/gc: handle thechar=='9', disable nilopt() for nowShenghou Ma2014-08-122-2/+6