aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ppc64/prog.go
AgeCommit message (Expand)Author
2016-08-15[dev.ssa] cmd/compile: PPC64, FP to/from int conversions.dev.ssaDavid Chase
2016-08-09[dev.ssa] cmd/compile: PPC: FP load/store/const/cmp/neg; div/modDavid Chase
2016-08-06[dev.ssa] cmd/compile: PPC64, load/store by type, shifts, divisions, boolsDavid Chase
2016-08-04[dev.ssa] cmd/compile: PPC64, add cmp->bool, some shifts, hmulDavid Chase
2016-06-28[dev.ssa] cmd/compile: Add initial SSA configuration for PPC64Lynn Boger
2016-05-04cmd/compile: fix uint64 to float casts on ppc64Michael Munday
2016-03-10math: improve sqrt for ppc64le,ppc64Lynn Boger
2016-03-09cmd/compile: shrink tablesBrad Fitzpatrick
2016-03-08cmd/compile: fix comment accuracy after recent changeBrad Fitzpatrick
2016-03-08cmd/internal/obj: add As type for assembly opcodesMatthew Dempsky
2016-03-07cmd/compile/internal/ppc64: clean up table initalisationDave Cheney
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-01-14cmd/compile: recognize Syscall-like functions for liveness analysisRuss Cox
2015-09-11cmd/compile/internal/ppc64: map/slice literals janitoringDidier Spezia
2015-08-31cmd/compile/internal/gc: rename Fatal to FatalfHÃ¥vard Haugen
2015-08-21cmd/compile/internal, cmd/internal/obj: used keyed ProgInfo literalsBrad Fitzpatrick
2015-06-06cmd/compile: use obj.ARET instead of ppc64.ARETURNAustin Clements
2015-05-21cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox