aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/InlineCost.cpp
Commit message (Expand)AuthorAgeFilesLines
* Increasing the inline limit from (overly conservative) 200 to 300. Given each...Evan Cheng2008-03-241-5/+29
* 80 col violation.Evan Cheng2008-03-201-1/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix comment.Devang Patel2007-09-171-1/+1
* Use SmallPtrSet.Devang Patel2007-07-271-1/+1
* Add BasicInliner interface. Devang Patel2007-07-251-0/+241