aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/CodeMetrics.h
Commit message (Expand)AuthorAgeFilesLines
* remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner2011-01-161-3/+2
* make this file properly self contained.Chris Lattner2011-01-081-0/+2
* Start separating out code metrics into code size metrics and code performance...Kenneth Uildriks2010-10-081-1/+6
* What the loop unroller cares about, rather than just not unrolling loops with...Owen Anderson2010-09-091-1/+7
* Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...Owen Anderson2010-09-091-0/+11
* Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ...Kenneth Uildriks2010-06-091-0/+72