On 11/15/19 6:23 PM, David Malcolm wrote:
This patch adds template classes for directed graphs, their nodes
and edges, and for finding the shortest path through such a graph.
Just a few mostly minor comments from me, in a similar vein as
on some of the other patches.
gcc/ChangeLog:
*
On Sat, 2019-12-07 at 07:58 -0700, Jeff Law wrote:
> On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote:
> > This patch adds template classes for directed graphs, their nodes
> > and edges, and for finding the shortest path through such a graph.
> >
> > gcc/ChangeLog:
> > * analyzer/digrap
On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote:
> This patch adds template classes for directed graphs, their nodes
> and edges, and for finding the shortest path through such a graph.
>
> gcc/ChangeLog:
> * analyzer/digraph.cc: New file.
> * analyzer/digraph.h: New file.
>
This patch adds template classes for directed graphs, their nodes
and edges, and for finding the shortest path through such a graph.
gcc/ChangeLog:
* analyzer/digraph.cc: New file.
* analyzer/digraph.h: New file.
* analyzer/shortest-paths.h: New file.
---
gcc/analyzer/digr