aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BasicInliner.cpp
AgeCommit message (Expand)Author
2009-02-23Changed option name from inline-threshold to basic-inline-threshold becauseMon P Wang
2009-01-15Add the private linkage.Rafael Espindola
2008-10-31Fix warning.Daniel Dunbar
2008-10-30Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar
2008-10-28Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-05-06Make several variable declarations static.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-27Use SmallPtrSet.Devang Patel
2007-07-25Add BasicInliner interface. Devang Patel