Use parameter attribute store (soon to be renamed) for
[oota-llvm.git] / lib / Transforms / Utils / InlineCost.cpp
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-03 Devang PatelHandle "always inline" note during inline cost analysis.
2008-07-17 Evan ChengInliner tweak. Function calls should cost more than...
2008-07-14 Chris LattnerReapply r53540, now with the matching header!
2008-07-14 Duncan SandsRevert r53540 - it does not compile.
2008-07-14 Chris LattnerIf a function calls setjmp, never inline it into other...
2008-07-14 Chris Lattnersimplify some code, shuffle and insertelt always return...
2008-04-24 Evan ChengAdjust inline cost computation to be less aggressive.
2008-04-01 Evan Cheng1. Drop default inline threshold back down to 200.
2008-03-24 Evan ChengIncreasing the inline limit from (overly conservative...
2008-03-20 Evan Cheng80 col violation.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-17 Devang PatelFix comment.
2007-07-27 Devang PatelUse SmallPtrSet.
2007-07-25 Devang PatelAdd BasicInliner interface.