aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ppc64/galign.go
AgeCommit message (Expand)Author
2017-05-24[release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall
2016-09-16cmd/compile: remove Arch.REGCTXTMatthew Dempsky
2016-09-16cmd/compile: change goarch.Main into goarch.InitMatthew Dempsky
2016-09-16cmd/compile: reorganize SSA register numberingKeith Randall
2016-09-16cmd/compile: remove BetypeinitMatthew Dempsky
2016-09-16cmd/compile: remove traces of old register allocatorMatthew Dempsky
2016-09-15cmd/compile: remove ginsJosh Bleecher Snyder
2016-09-15cmd/compile: delete lots of the legacy backendKeith Randall
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-06-28[dev.ssa] cmd/compile: Add initial SSA configuration for PPC64Lynn Boger
2016-04-14cmd/internal/obj: change Link.Flag_shared to boolMatthew Dempsky
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-03-15cmd/compile/internal/gc: remove Thearch.LinkarchinitDave Cheney
2016-03-15cmd/compile/internal: clean up galign.go constantsDave Cheney
2016-03-07cmd/compile/internal/ppc64: clean up table initalisationDave Cheney
2016-03-03cmd/compile: eliminate arch-specific typedefsMatthew Dempsky
2015-10-19cmd/compile: allow -shared/-dynlink on ppc64Michael Hudson-Doyle
2015-09-04cmd/compile/internal: slice/map literals janitoringDidier Spezia
2015-05-21cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox