aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/MaximumSpanningTree.cpp
AgeCommit message (Expand)Author
2009-09-04Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter
2009-09-03Code Cleanup.Andreas Neustifter
2009-09-02Sort edges in MaximumSpanningTree more stable in case of equal weight.Andreas Neustifter
2009-08-29Inline empty destructor.Benjamin Kramer
2009-08-29Fix warning about non-virtual destructor.Bill Wendling
2009-08-28Preparation for Optimal Edge Profiling:Andreas Neustifter