summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/MaximumSpanningTree.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-041-119/+0
| | | | | | into llvm/ADT. llvm-svn: 81001
* Code Cleanup.Andreas Neustifter2009-09-031-9/+3
| | | | | | | Removed inverted flag form MaximumSpanningTree, also do not handle so much information to MaximumSpanningTree. llvm-svn: 80911
* Sort edges in MaximumSpanningTree more stable in case of equal weight.Andreas Neustifter2009-09-021-2/+6
| | | | | | (See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085890.html) llvm-svn: 80789
* Inline empty destructor.Benjamin Kramer2009-08-291-3/+0
| | | | llvm-svn: 80431
* Fix warning about non-virtual destructor.Bill Wendling2009-08-291-0/+3
| | | | llvm-svn: 80429
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-08-281-0/+121
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