aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/MaximumSpanningTree.h
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-08-21MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be aRichard Smith
2011-04-05Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky
2009-12-02Cheap, mostly strict, stable sorting.Andreas Neustifter
2009-09-04Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter
2009-09-03Code Cleanup.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