aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/mips64/ggen.go
AgeCommit message (Expand)Author
2017-05-24[release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall
2016-10-27cmd/compile: enable DUFFZERO in defframe on MIPS64Cherry Zhang
2016-09-29cmd/compile: make Afunclit the default/only behavior for NaddrMatthew Dempsky
2016-09-15cmd/compile: remove ginsJosh Bleecher Snyder
2016-09-15cmd/compile: deduplicate appendpp functionsMatthew Dempsky
2016-09-15cmd/compile: eliminate differences in appendpp functionsMatthew Dempsky
2016-09-15cmd/compile: delete lots of the legacy backendKeith Randall
2016-09-12cmd/compile: rewrite %1v and %2v formats to %S and %L (short and long)Robert Griesemer
2016-09-08cmd/compile: implement fmt.Formatter for *Node formats %s, %vRobert Griesemer
2016-04-01cmd/compile: rename Node.Int to Node.Int64Josh Bleecher Snyder
2016-03-30cmd/compile: use t.IsFoo() instead of Isfoo[t.Etype]Matthew Dempsky
2016-03-29cmd/compile: encapsulate Type.ArgwidJosh Bleecher Snyder
2016-03-15cmd: collapse internal/obj/fmt.go into compile/internal/gc/fmt.goMatthew Dempsky
2016-03-08cmd/internal/obj: add As type for assembly opcodesMatthew Dempsky
2016-03-06cmd/compile: use a uint8-sized named type for Addr.TypeJosh Bleecher Snyder
2016-03-04cmd/compile: post CL 20089 cleanupsDave Cheney
2016-03-04cmd/compile: remove unnecessary conversionsMatthew Dempsky
2016-03-02cmd/compile: use int32 for line numbers consistentlyRobert Griesemer
2016-02-26cmd/compile: change Func.{Dcl,Inldcl} from NodeList to sliceIan Lance Taylor
2015-11-12cmd/compile: added support for mips64{,le}Yao Zhang
2015-10-30cmd/compile/internal: named types for Etype and Op in struct NodeMarvin Stenger
2015-09-08cmd/compile/internal/mips64: copy cmd/compile/internal/ppc64Shenghou Ma