go/src/cmd/compile/internal/x86
Matthew Dempsky 8c24bff52b cmd/compile: layout stack frame during SSA
Identify live stack variables during SSA and compute the stack frame
layout earlier so that we can emit instructions with the correct
offsets upfront.

Passes toolstash/buildall.

Change-Id: I191100dba274f1e364a15bdcfdc1d1466cdd1db5
Reviewed-on: https://go-review.googlesource.com/30216
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
2016-10-04 17:07:36 +00:00
..
387.go cmd/compile: layout stack frame during SSA 2016-10-04 17:07:36 +00:00
galign.go cmd/compile: remove Arch.REGCTXT 2016-09-16 21:22:03 +00:00
ggen.go cmd/compile/internal/x86: fix zero-range merging logic 2016-09-29 18:54:16 +00:00
prog.go cmd/compile: simplify obj.ProgInfo and extract from obj.Prog 2016-09-21 22:08:45 +00:00
ssa.go cmd/compile: layout stack frame during SSA 2016-10-04 17:07:36 +00:00