1
0
mirror of https://github.com/golang/go synced 2024-10-05 09:21:22 -06:00
go/src/cmd/5g
Russ Cox ad88fd1d4a cmd/gc: move reg.c into portable code
Now there is only one registerizer shared among all the systems.
There are some unfortunate special cases based on arch.thechar
in reg.c, to preserve bit-for-bit compatibility during the refactoring.
Most are probably bugs one way or another and should be revisited.

Change-Id: I153b435c0eaa05bbbeaf8876822eeb6dedaae3cf
Reviewed-on: https://go-review.googlesource.com/3883
Reviewed-by: Austin Clements <austin@google.com>
2015-02-11 20:37:38 +00:00
..
cgen64.c cmd/5a, cmd/5g, cmd/5l, liblink: update for portable Prog, Addr 2015-01-30 03:15:58 +00:00
cgen.c liblink: require use of TYPE_ADDR, not TYPE_CONST 2015-02-04 16:50:06 +00:00
doc.go cmd/godoc: use go/build to determine package and example files 2013-02-19 11:19:58 -08:00
galign.c cmd/gc: move reg.c into portable code 2015-02-11 20:37:38 +00:00
gg.h cmd/gc: move reg.c into portable code 2015-02-11 20:37:38 +00:00
ggen.c cmd/gc: move reg.c into portable code 2015-02-11 20:37:38 +00:00
gsubr.c cmd/gc: factor newly-portable code into gc directory 2015-02-11 20:36:27 +00:00
Makefile build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
peep.c cmd/gc: move reg.c into portable code 2015-02-11 20:37:38 +00:00
prog.c cmd/gc: move reg.c into portable code 2015-02-11 20:37:38 +00:00
reg.c cmd/gc: move reg.c into portable code 2015-02-11 20:37:38 +00:00