Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos. Adjust some whitespace for style. No functionality change. | Nick Lewycky | 2011-04-05 | 1 | -1/+1 |
| | | | | llvm-svn: 128924 | ||||
* | Cheap, mostly strict, stable sorting. | Andreas Neustifter | 2009-12-02 | 1 | -0/+13 |
| | | | | | | This is necessary for tests so the results are comparable. llvm-svn: 90320 | ||||
* | Converted MaximumSpanningTree algorithm to a generic template, this could go | Andreas Neustifter | 2009-09-04 | 1 | -17/+61 |
| | | | | | | into llvm/ADT. llvm-svn: 81001 | ||||
* | Code Cleanup. | Andreas Neustifter | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | Removed inverted flag form MaximumSpanningTree, also do not handle so much information to MaximumSpanningTree. llvm-svn: 80911 | ||||
* | Inline empty destructor. | Benjamin Kramer | 2009-08-29 | 1 | -1/+1 |
| | | | | llvm-svn: 80431 | ||||
* | Fix warning about non-virtual destructor. | Bill Wendling | 2009-08-29 | 1 | -0/+1 |
| | | | | llvm-svn: 80429 | ||||
* | Preparation for Optimal Edge Profiling: | Andreas Neustifter | 2009-08-28 | 1 | -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 |