| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
into llvm/ADT.
llvm-svn: 81001
|
|
|
|
|
|
|
| |
Removed inverted flag form MaximumSpanningTree, also do not handle so much
information to MaximumSpanningTree.
llvm-svn: 80911
|
|
|
|
|
|
| |
(See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090824/085890.html)
llvm-svn: 80789
|
|
|
|
| |
llvm-svn: 80431
|
|
|
|
| |
llvm-svn: 80429
|
|
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
|