]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: handle symbolic constant for SSA on ARM
authorCherry Zhang <cherryyz@google.com>
Fri, 6 May 2016 17:11:41 +0000 (10:11 -0700)
committerCherry Zhang <cherryyz@google.com>
Tue, 10 May 2016 13:30:51 +0000 (13:30 +0000)
commite1a2ea88d02280e0661d66dc7483c95b39e18646
tree9a4ecf77bec028d91c811974815d5dab2f0b245f
parent802966f7b3827d0e462742293c259a2c1408595d
[dev.ssa] cmd/compile: handle symbolic constant for SSA on ARM

Progress on SSA backend for ARM. Still not complete. Now "helloworld"
function compiles and runs.

Updates #15365.

Change-Id: I02f66983cefdf07a6aed262fb4af8add464d8e9a
Reviewed-on: https://go-review.googlesource.com/22854
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/arm/ssa.go
src/cmd/compile/internal/gc/ssa.go