aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
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
parent1ffcd2151b0e30e64105674c1b6cb2dff1e2911c (diff)
downloadsparse-dev-38766114c76a469f67df77a2684154e2ca7a1a94.tar.gz
[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 32d6e70a..3e12ce74 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,7 @@ test-parsing
obfuscate
check
compile
+graph
test-dissect
test-linearize
example