summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/CodeMetrics.h
Commit message (Expand)AuthorAge
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* A pile of long over-due refactorings here. There are some very, *very*Chandler Carruth2012-05-04
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-31
* Pull the implementation of the code metrics out of the inline costChandler Carruth2012-03-16
* Rotate two of the functions used to count bonuses for the inline costChandler Carruth2012-03-08
* Fix grammar error noticed by Duncan.Rafael Espindola2011-12-29
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-18
* Add missing forward declarations.Eli Friedman2011-11-04
* Inlining and unrolling heuristics should be aware of free truncs.Andrew Trick2011-10-01
* whitespaceAndrew Trick2011-10-01
* remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner2011-01-16
* make this file properly self contained.Chris Lattner2011-01-08
* Start separating out code metrics into code size metrics and code performance...Kenneth Uildriks2010-10-08
* What the loop unroller cares about, rather than just not unrolling loops with...Owen Anderson2010-09-09
* Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...Owen Anderson2010-09-09
* Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ...Kenneth Uildriks2010-06-09