aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms/Utils/InlineCost.h
Commit message (Expand)AuthorAgeFilesLines
* reduce header #include'ageChris Lattner2009-08-271-1/+2
* These bitfields were being miscompiled on someDuncan Sands2009-04-201-11/+27
* Adjustments to last patch based on review.Dale Johannesen2009-01-091-0/+5
* Do not inline functions with (dynamic) alloca intoDale Johannesen2009-01-081-2/+5
* Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar2008-10-301-2/+38
* Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar2008-10-281-3/+3
* Correct a top-level comment.Dan Gohman2008-07-161-1/+1
* Reapply r53540, now with the matching header!Chris Lattner2008-07-141-1/+6
* whitespace fix.Chris Lattner2008-07-141-1/+1
* doxygenate comments and wrap to 80 cols.Chris Lattner2008-07-141-22/+23
* 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-2/+11
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Use SmallPtrSet.Devang Patel2007-07-271-2/+2
* Add BasicInliner interface. Devang Patel2007-07-251-0/+80