[Suif-talk] Re: Control Flow analyzer

Glenn Holloway holloway@deas.harvard.edu
Tue, 7 Nov 2000 09:04:56 -0500 (EST)


Kingshuk Karuri (karuri@cse.iitk.ac.in) writes:

> 	Does SUIF1 distribution provide a control flow analyzer and an API
> to use it like the data dependence analyzer that comes with it. 

Machins SUIF 1.3.0 has a control-flow graph library for building,
analyzing and transforming CFGs.  It works on "low SUIF", i.e.,
SUIF1 IR that has undergone dismantling transformations to flatten
nested blocks and replace SUIF's loop and conditional constructs
with explicit tests and branches.

See http://www.eecs.harvard.edu/machsuif/software/software.html .

Glenn
holloway@eecs.harvard.edu