aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Instrumentation/MaximumSpanningTree.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-2/+2
2012-08-21MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be aRichard Smith1-25/+28
2011-04-05Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky1-1/+1
2009-12-02Cheap, mostly strict, stable sorting.Andreas Neustifter1-0/+13
2009-09-04Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter1-17/+61
2009-09-03Code Cleanup.Andreas Neustifter1-1/+1
2009-08-29Inline empty destructor.Benjamin Kramer1-1/+1
2009-08-29Fix warning about non-virtual destructor.Bill Wendling1-0/+1
2009-08-28Preparation for Optimal Edge Profiling:Andreas Neustifter1-0/+50