[PATCH] Add backend to graph basic blocks
commit38766114c76a469f67df77a2684154e2ca7a1a94
authorJosh Triplett <josht@us.ibm.com>
Wed, 30 Aug 2006 00:45:20 +0000 (29 17:45 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 30 Aug 2006 02:09:31 +0000 (29 19:09 -0700)
treed290da8f0d1f2824ff94ec63d9a9e7a8fefe24df
parent1ffcd2151b0e30e64105674c1b6cb2dff1e2911c
[PATCH] Add backend to graph basic blocks

Add a new backend program which parses the input files, processes them through
the linearization pass, and outputs a graphviz graph of the resulting basic
blocks.  Each entrypoint gets labelled by name, but for now the basic blocks
just get labelled with the address of the basic_block structure.

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
.gitignore
Makefile
graph.c [new file with mode: 0644]