Archival checking of the half-written IR treebuilder.
authorDavid Given <dg@cowlark.com>
Sun, 18 Sep 2016 21:24:54 +0000 (23:24 +0200)
committerDavid Given <dg@cowlark.com>
Sun, 18 Sep 2016 21:24:54 +0000 (23:24 +0200)
commit176cd7365c5bf441624ac5f0771c233ca21de3f6
tree91266799a6992969fb9515d1ee932d55983f4a69
parentf992eb28ac1e9e3cad2a67a96cac49d76e58858b
Archival checking of the half-written IR treebuilder.
16 files changed:
mach/proto/mcg/array.c [new file with mode: 0644]
mach/proto/mcg/array.h [new file with mode: 0644]
mach/proto/mcg/basicblock.c [new file with mode: 0644]
mach/proto/mcg/build.lua
mach/proto/mcg/data.c [new file with mode: 0644]
mach/proto/mcg/ir.c [new file with mode: 0644]
mach/proto/mcg/ir.dat [new file with mode: 0644]
mach/proto/mcg/ir.h [new file with mode: 0644]
mach/proto/mcg/ircodes.sh [new file with mode: 0755]
mach/proto/mcg/main.c
mach/proto/mcg/mcg.h
mach/proto/mcg/parse_em.c
mach/proto/mcg/push_pop.awk [deleted file]
mach/proto/mcg/push_pop.h [deleted file]
mach/proto/mcg/symbol.c [new file with mode: 0644]
mach/proto/mcg/treebuilder.c