summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/MaximumSpanningTree.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos. Adjust some whitespace for style. No functionality change.Nick Lewycky2011-04-051-1/+1
| | | | llvm-svn: 128924
* Cheap, mostly strict, stable sorting.Andreas Neustifter2009-12-021-0/+13
| | | | | | This is necessary for tests so the results are comparable. llvm-svn: 90320
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-041-17/+61
| | | | | | into llvm/ADT. llvm-svn: 81001
* Code Cleanup.Andreas Neustifter2009-09-031-1/+1
| | | | | | | Removed inverted flag form MaximumSpanningTree, also do not handle so much information to MaximumSpanningTree. llvm-svn: 80911
* Inline empty destructor.Benjamin Kramer2009-08-291-1/+1
| | | | llvm-svn: 80431
* Fix warning about non-virtual destructor.Bill Wendling2009-08-291-0/+1
| | | | llvm-svn: 80429
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-08-281-0/+50
This implements the maximum spanning tree algorithm on CFGs according to weights given by the ProfileEstimator. This is then used to implement Optimal Edge Profiling. llvm-svn: 80358
OpenPOWER on IntegriCloud