summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | [dev.power64] all: merge default into dev.power64Austin Clements2014-10-2755-50/+19494
| | | |\ \
| | | | * | [dev.power64] cc: 8-byte align argument size on power64Austin Clements2014-10-271-1/+1
| | | | * | [dev.power64] all: merge default into dev.power64Austin Clements2014-10-2255-49/+19493
| | | | |\ \
| | | | | * \ build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-2250-198/+198
| | | | | |\ \
| | | | | * \ \ [dev.power64] build: merge default into dev.power64Austin Clements2014-10-22193-2132/+2765
| | | | | |\ \ \
| | | | | * | | | [dev.power64] runtime: make all bitmaps arrays of bytesRuss Cox2014-08-151-1/+5
| | | | | * | | | [dev.power64] cmd/ld, runtime: detect, fix nosplit overflowsRuss Cox2014-08-141-18/+15
| | | | | * | | | [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] cmd/9c: fix constant truncation in optimizerRuss Cox2014-08-141-1/+3
| | | | | * | | | [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] cmd/9l, math/big, runtime, syscall: fixes for power64Russ Cox2014-08-131-1/+1
| | | | | * | | | [dev.power64] cmd/9g: do not ignore move instructions even if from and to are...Shenghou Ma2014-08-132-26/+0
| | | | | * | | | [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] cmd/9g: introduce ginscon2 for CMP/CMPU, use ginscon to ADD con...Shenghou Ma2014-08-123-4/+37
| | | | | * | | | [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] cmd/9a: use new flag parserRuss Cox2014-08-121-64/+65
| | | | | * | | | [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] cmd/gc: handle thechar=='9', disable nilopt() for nowShenghou Ma2014-08-122-2/+6
| | | | | * | | | [dev.power64] cmd/9g: implement zerorangeShenghou Ma2014-08-121-22/+47
| | | | | * | | | [dev.power64] cmd/9g: first check pointShenghou Ma2014-08-1110-0/+5503
| | | | | * | | | [dev.power64] cmd/9l/9.out.h: introduce NFREG, REGG, REGRT1 and REGRT2Shenghou Ma2014-08-111-3/+7
| | | | | * | | | [dev.power64] cmd/9l: introduce the power64 linker, based loosely on 5lShenghou Ma2014-08-115-0/+507
| | | | | * | | | [dev.power64] cmd/cgo: add {ppc,power}64{,le} to pointer and int size mapsShenghou Ma2014-08-111-6/+14
| | | | | * | | | [dev.power64] cmd/ld: add MAXIO back in lib.hShenghou Ma2014-08-111-0/+4
| | | | | * | | | [dev.power64] cmd/9c: add MakefileShenghou Ma2014-08-071-0/+5
| | | | | * | | | [dev.power64] cmd/ld: update for power64Shenghou Ma2014-08-079-22/+37
| | | | | * | | | [dev.power64] cmd/9c: fix switch bugShenghou Ma2014-08-071-3/+11
| | | | | * | | | [dev.power64] cmd/9l: update header files for liblinkShenghou Ma2014-08-073-335/+113
| | | | | * | | | [dev.power64] cmd/9a: use liblink, add required additional instructions.Shenghou Ma2014-08-077-439/+4234
| | | | | * | | | [dev.power64] cmd/9c: use liblink, use Go argument passing rules, support bot...Shenghou Ma2014-08-0711-763/+332
| | | | | * | | | [dev.power64] cmd/dist: power64/power64le support.Shenghou Ma2014-08-062-4/+46
| | | | | * | | | [dev.power64] cmd/9g: add doc.go to prevent build failures.Shenghou Ma2014-08-061-0/+16
| | | | | * | | | [dev.power64] cmd/9a, cmd/9c, cmd/9l, liblink: import code from Vita Nuova.Shenghou Ma2014-08-0616-0/+10101
| | | | | * | | | [dev.power64] cmd/dist: recognize power64 and power64le as GOHOSTARCHShenghou Ma2014-08-061-0/+4
| | | | | * | | | [dev.power64] all: merge default, for codereview updateRuss Cox2014-08-062-2/+6
| | | | | |\ \ \ \
| | | | | | * | | | cmd/dist: generate anames9.cRuss Cox2014-08-062-1/+3
| | | | | | * | | | cmd/dist, go/build: add power64, power64le to known GOARCH listsRuss Cox2014-08-061-1/+3
* | | | | | | | | | cmd/pprof: fix EOF handling when getting function sourceAustin Clements2014-11-171-1/+5
* | | | | | | | | | debug/goobj: move to cmd/internal/goobjRuss Cox2014-11-1614-13/+707
* | | | | | | | | | cmd/cgo: tweak doc to not show example of passing Go pointerIan Lance Taylor2014-11-101-1/+1
* | | | | | | | | | cmd/5g: fix bit mask for div/mod routines clobbering R12Ian Lance Taylor2014-11-091-1/+1
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | cmd/internal/objfile: minor editsRuss Cox2014-11-091-9/+14
* | | | | | | | | cmd/dist: remove old misc/pprofRuss Cox2014-11-091-9/+0
* | | | | | | | | cmd/pprof: install as go tool pprofRuss Cox2014-11-093-0/+21