summaryrefslogtreecommitdiff
path: root/lib/Analysis/IPA/InlineCost.cpp
Commit message (Expand)AuthorAge
* [inliner] Skip debug intrinsics even earlier in computing the inlineChandler Carruth2014-02-01
* [inliner] Print out extra stats about the cost, threshold, and vectorChandler Carruth2014-01-31
* [inliner] Fix PR18206 by preventing inlining functions that call setjmpChandler Carruth2013-12-13
* [inliner] Completely change (and fix) how the inline cost analysisChandler Carruth2013-12-13
* [cleanup] Remove trailing whitespace before I start changing this file.Chandler Carruth2013-12-12
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-08
* Have InlineCost check constant fcmpsMatt Arsenault2013-07-20
* ArrayRef ca accept one element. Simplify code a little bit, also it matches nowJakub Staszak2013-03-07
* Begin fleshing out an interface in TTI for modelling the costs ofChandler Carruth2013-01-22
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-21