aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/MaximumSpanningTree.h
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be aRichard Smith2012-08-211-25/+28
* Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky2011-04-051-1/+1
* Cheap, mostly strict, stable sorting.Andreas Neustifter2009-12-021-0/+13
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-041-17/+61
* Code Cleanup.Andreas Neustifter2009-09-031-1/+1
* Inline empty destructor.Benjamin Kramer2009-08-291-1/+1
* Fix warning about non-virtual destructor.Bill Wendling2009-08-291-0/+1
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-08-281-0/+50