summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/InlineCost.cpp
Commit message (Expand)AuthorAge
* Handle "always inline" note during inline cost analysis.Devang Patel2008-09-03
* Inliner tweak. Function calls should cost more than one instruction!Evan Cheng2008-07-17
* Reapply r53540, now with the matching header!Chris Lattner2008-07-14
* Revert r53540 - it does not compile.Duncan Sands2008-07-14
* If a function calls setjmp, never inline it into other functions. This isChris Lattner2008-07-14
* simplify some code, shuffle and insertelt always return a vector.Chris Lattner2008-07-14
* Adjust inline cost computation to be less aggressive.Evan Cheng2008-04-24
* 1. Drop default inline threshold back down to 200.Evan Cheng2008-04-01
* Increasing the inline limit from (overly conservative) 200 to 300. Given each...Evan Cheng2008-03-24
* 80 col violation.Evan Cheng2008-03-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix comment.Devang Patel2007-09-17
* Use SmallPtrSet.Devang Patel2007-07-27
* Add BasicInliner interface. Devang Patel2007-07-25