summaryrefslogtreecommitdiff
path: root/src/cmd/9g
Commit message (Expand)AuthorAgeFilesLines
* all: power64 is now ppc64Russ Cox2014-12-054-12/+12
* [dev.cc] cmd/5g,cmd/6g,cmd/9g: fix warnings on Plan 9David du Colombier2014-11-251-1/+1
* [dev.cc] 9g: peephole optimizerAustin Clements2014-11-241-4/+892
* [dev.cc] 9g: fill progtable for CC, V, and VCC instruction variantsAustin Clements2014-11-242-0/+172
* [dev.cc] 9g: correct bad proginfo for ADUFFZERO and ADUFFCOPYAustin Clements2014-11-211-4/+5
* [dev.power64] 5g,6g,8g,9g: debug prints for regopt pass 6 and paint2Austin Clements2014-11-141-5/+2
* [dev.power64] 9g: implement regoptAustin Clements2014-11-132-29/+1232
* [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] 9g: fix addr width calculation; enable MOV* width checkAustin Clements2014-11-061-12/+13
* [dev.power64] gc: fix etype of stringsAustin Clements2014-11-061-1/+1
* [dev.power64] 9g: fix niloptAustin Clements2014-11-031-1/+3
* [dev.power64] 9g: fix under-zeroing in clearfatAustin Clements2014-10-311-7/+13
* [dev.power64] all: merge default into dev.power64Austin Clements2014-10-223-30/+0
* build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-222-3/+3
* [dev.power64] build: merge default into dev.power64Austin Clements2014-10-223-8/+1
* [dev.power64] cmd/9g: correct floating point comparisonRuss Cox2014-08-141-2/+2
* [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/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/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/9g, cmd/gc, cmd/ld: fix build.Shenghou Ma2014-08-121-3/+15
* [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/9g: add doc.go to prevent build failures.Shenghou Ma2014-08-061-0/+16