aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BasicInliner.cpp
AgeCommit message (Expand)Author
2011-10-20Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman
2010-07-28simplifyGabor Greif
2010-04-22refactor the interface to InlineFunction so that most of the in/outChris Lattner
2010-01-05Change errs() to dbgs().David Greene
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner
2009-05-23available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin
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