aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josht@us.ibm.com>2006-08-29 17:45:20 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-08-29 19:09:31 -0700
commit38766114c76a469f67df77a2684154e2ca7a1a94 (patch)
treed290da8f0d1f2824ff94ec63d9a9e7a8fefe24df /.gitignore
parent[PATCH] sparse_error() should not silence info() after sparse_error()s (diff)
downloadsparse-38766114c76a469f67df77a2684154e2ca7a1a94.tar.gz
sparse-38766114c76a469f67df77a2684154e2ca7a1a94.tar.bz2
sparse-38766114c76a469f67df77a2684154e2ca7a1a94.zip
[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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 32d6e70..3e12ce7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@ test-parsing
obfuscate
check
compile
+graph
test-dissect
test-linearize
example