Looking for Dependency Analysis Tool for C

grtmail@patmedia.net (Gerald)
23 Aug 2004 12:11:36 -0400

          From comp.compilers

Related articles
Looking for Dependency Analysis Tool for C grtmail@patmedia.net (2004-08-23)
Re: Looking for Dependency Analysis Tool for C nmm1@cus.cam.ac.uk (2004-08-25)
Re: Looking for Dependency Analysis Tool for C dnovillo@redhat.com (Diego Novillo) (2004-09-03)
Re: Looking for Dependency Analysis Tool for C nmm1@cus.cam.ac.uk (2004-09-07)
Re: Looking for Dependency Analysis Tool for C skaller@nospam.com.au (John Max Skaller) (2004-09-07)
Re: Looking for Dependency Analysis Tool for C dnovillo@redhat.com (Diego Novillo) (2004-09-08)
| List of all articles for this month |

From: grtmail@patmedia.net (Gerald)
Newsgroups: comp.compilers
Date: 23 Aug 2004 12:11:36 -0400
Organization: http://groups.google.com
Keywords: C, tools, question
Posted-Date: 23 Aug 2004 12:11:36 EDT

I am looking for a tool that will take as input a C program
1) Convert the code to a single assignment form like SSA
2) Output the single assignment form as C code
3) Perform alias analysis for stack-directed and heap-directed pointers
      (type-based, flow-insensitive analysis is sufficient)
4) Perform dependency analysis between atomic blocks
        (def-use, def-def, use-def)
5) Output the dependency as a relation on atomic blocks
        (each atomic block could have a unique label, then
          the dependency relation would be on the labels)



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.