summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | [dev.power64] 5g,6g,8g: synchronize documentation for regopt structuresAustin Clements2014-11-143-20/+68
| |/ / / / / / / / /
| * | | | | | | | | [dev.power64] 9g: implement regoptAustin Clements2014-11-132-29/+1232
| * | | | | | | | | [dev.power64] 9l: remove enum as's tag for c2goAustin Clements2014-11-131-2/+2
| * | | | | | | | | [dev.power64] 6g,8g: remove unnecessary and incorrect reg use scanningAustin Clements2014-11-132-96/+2
| * | | | | | | | | [dev.power64] 9g: proginfo fixesAustin Clements2014-11-121-8/+14
| * | | | | | | | | [dev.power64] 9g: fix width check and width calculation for OADDRAustin Clements2014-11-121-1/+2
| * | | | | | | | | [dev.power64] 5g: fix mistaken bit-wise AND in regoptAustin Clements2014-11-071-1/+1
| * | | | | | | | | [dev.power64] 5g: fix etype and width of itable AddrsAustin Clements2014-11-061-1/+2
| * | | | | | | | | [dev.power64] 9g: fix addr width calculation; enable MOV* width checkAustin Clements2014-11-061-12/+13
| * | | | | | | | | [dev.power64] gc: fix etype of stringsAustin Clements2014-11-064-4/+4
| * | | | | | | | | [dev.power64] 6g: don't create variables for indirect addressesAustin Clements2014-11-051-0/+3
| * | | | | | | | | [dev.power64] gc: convert Bits to a uint64 arrayAustin Clements2014-11-048-109/+119
| * | | | | | | | | [dev.power64] 9g: fix niloptAustin Clements2014-11-032-5/+3
| * | | | | | | | | [dev.power64] all: merge default into dev.power64Austin Clements2014-11-0367-2309/+21180
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [dev.power64] cmd/objdump: disable tests on power64/power64leDave Cheney2014-11-021-0/+12
| | * | | | | | | | | [dev.power64] 9g: fix under-zeroing in clearfatAustin Clements2014-10-311-7/+13
| | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | [dev.power64] all: merge default (dd5014ed9b01) into dev.power64Russ Cox2014-10-2966-2309/+21162
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scopedRuss Cox2014-10-2815-3799/+3209
| | | * | | | | | | [dev.power64] 9a: correct generation of four argument opsAustin Clements2014-10-281-3/+2
| | | * | | | | | | [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