diff options
| author | Josh Triplett <josht@us.ibm.com> | 2006-08-29 17:45:20 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-08-29 19:09:31 -0700 |
| commit | 38766114c76a469f67df77a2684154e2ca7a1a94 (patch) | |
| tree | d290da8f0d1f2824ff94ec63d9a9e7a8fefe24df /.gitignore | |
| parent | 1ffcd2151b0e30e64105674c1b6cb2dff1e2911c (diff) | |
| download | sparse-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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ test-parsing obfuscate check compile +graph test-dissect test-linearize example |
