[llvm-commits] [PATCH] Added topological graph sort routine to llvm/ADT

Delesley Hutchins delesley at google.com
Wed Aug 17 15:52:13 PDT 2011


This patch adds a topological sort routine for indexed graphs to
llvm/ADT.  This sort routine is currently used to traverse CFGs in
Clang when doing thread safety analysis (patch to be released
shortly).

Link to current code review:  http://codereview.appspot.com/4865045/

 -DeLesley

P.S.  Please cc me directly in any replies.

-- 
DeLesley Hutchins | Software Engineer | delesley at google.com | 505-206-0315
-------------- next part --------------
A non-text attachment was scrubbed...
Name: topologicalsort_v2.patch
Type: text/x-patch
Size: 21083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110817/0df4f2c8/attachment.bin>


More information about the llvm-commits mailing list