aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/CodeMetrics.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-5/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+15
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Switch CodeMetrics itself over to use TTI to determine if an instructionChandler Carruth2013-01-211-7/+2
* Fix indentation and formatting.Chandler Carruth2013-01-211-71/+71
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-3/+6
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* A pile of long over-due refactorings here. There are some very, *very*Chandler Carruth2012-05-041-3/+5
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-311-0/+4
* Pull the implementation of the code metrics out of the inline costChandler Carruth2012-03-161-34/+32
* Rotate two of the functions used to count bonuses for the inline costChandler Carruth2012-03-081-11/+0
* Fix grammar error noticed by Duncan.Rafael Espindola2011-12-291-1/+1
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-181-3/+4
* Add missing forward declarations.Eli Friedman2011-11-041-0/+3
* Inlining and unrolling heuristics should be aware of free truncs.Andrew Trick2011-10-011-2/+5
* whitespaceAndrew Trick2011-10-011-5/+5
* 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