Add a bodged in algorithm for converting basic block communication from stacked
authorDavid Given <dg@cowlark.com>
Thu, 22 Sep 2016 21:19:29 +0000 (23:19 +0200)
committerDavid Given <dg@cowlark.com>
Thu, 22 Sep 2016 21:19:29 +0000 (23:19 +0200)
commit9077baa85027f2b860a28894021251ad7a617e03
tree89de9f02dcf0ada0c4813804ec9b16b823a8ee0b
parent6a74cb2e11af90cef447cbe4278f93276f5a67a5
Add a bodged in algorithm for converting basic block communication from stacked
variables to SSA. Also add dead block removal and block splicing. IR code is
much better now.
mach/proto/mcg/array.c
mach/proto/mcg/array.h
mach/proto/mcg/compile.c
mach/proto/mcg/ir.c
mach/proto/mcg/ir.dat
mach/proto/mcg/ir.h
mach/proto/mcg/main.c
mach/proto/mcg/mcg.h
mach/proto/mcg/parse_em.c
mach/proto/mcg/sse.c [new file with mode: 0644]
mach/proto/mcg/treebuilder.c