summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/MaximumSpanningTree.h
Commit message (Expand)AuthorAge
* MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be aRichard Smith2012-08-21
* Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky2011-04-05
* Cheap, mostly strict, stable sorting.Andreas Neustifter2009-12-02
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-04
* Code Cleanup.Andreas Neustifter2009-09-03
* Inline empty destructor.Benjamin Kramer2009-08-29
* Fix warning about non-virtual destructor.Bill Wendling2009-08-29
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-08-28