summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/MaximumSpanningTree.h
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* 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