aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/amd64/ggen.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 traces of old register allocatorMatthew Dempsky
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-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
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-02cmd/compile: use int32 for line numbers consistentlyRobert Griesemer
2016-02-26cmd/compile: change Func.{Dcl,Inldcl} from NodeList to sliceIan Lance Taylor
2016-02-24cmd/compile: don't use duffzero on Plan 9David du Colombier
2015-12-16cmd/compile: fix magic multiply smashing AXRuss Cox
2015-10-30cmd/compile/internal: named types for Etype and Op in struct NodeMarvin Stenger
2015-09-16runtime: optimize duffzero for amd64.Ilya Tocar
2015-09-07cmd/compile/internal: some janitoringMarvin Stenger
2015-08-31cmd/compile/internal/gc: rename Fatal to FatalfHÃ¥vard Haugen
2015-08-15cmd/compile: remove stale register use arrayKeith Randall
2015-05-21cmd/compile, cmd/link: create from 5g, 5l, etcRuss Cox