aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/InlineCost.h
Commit message (Expand)AuthorAgeFilesLines
...
* Do not overestimate code size reduction in presense of debug info.Devang Patel2010-03-131-1/+5
* Try to keep the cached inliner costs around for a bit longer for big functions.Jakob Stoklund Olesen2010-03-091-0/+5
* Revert r98089, it was breaking a clang test.Jakob Stoklund Olesen2010-03-091-5/+0
* Try to keep the cached inliner costs around for a bit longer for big functions.Jakob Stoklund Olesen2010-03-091-0/+5
* Update CodeMetrics to count 'big' function calls explicitly.Jakob Stoklund Olesen2010-02-051-10/+13
* Fix inline cost predictions with SCIENCE.Jakob Stoklund Olesen2010-01-261-1/+3
* Fix resetCachedCostInfo to reset all of the cost information, instead ofDan Gohman2009-10-131-1/+1
* Split code not specific to Function inlining out into a separate class,Dan Gohman2009-10-131-36/+44
* Move the InlineCost code from Transforms/Utils to Analysis.Dan Gohman2009-10-131-0/+172