aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/IPO
Commit message (Expand)AuthorAgeFilesLines
* Use a SmallPtrSet instead of std::set.Dale Johannesen2009-03-231-2/+1
* Clear the cached cost when removing a function inDale Johannesen2009-03-191-0/+7
* Adjustments to last patch based on review.Dale Johannesen2009-01-091-0/+5
* Do now allow InlineAlways pass to remove dead functions.Devang Patel2008-11-051-0/+4
* Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar2008-10-301-1/+2
* Factor shouldInline method out of Inliner.Daniel Dunbar2008-10-291-1/+5
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-2/+2
* Revert 51775.Evan Cheng2008-05-301-2/+2
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-2/+2
* Increasing the inline limit from (overly conservative) 200 to 300. Given each...Evan Cheng2008-03-241-0/+5
* Allow clients to specify the inline threshold when creatingChris Lattner2008-01-121-0/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* More explicit keywords.Dan Gohman2007-08-011-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+64