aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/BasicInliner.cpp
Commit message (Expand)AuthorAgeFilesLines
* available_externall linkage is not local, this was confusing the codegenerator,Edwin Török2009-05-231-1/+2
* Changed option name from inline-threshold to basic-inline-threshold becauseMon P Wang2009-02-231-1/+1
* Add the private linkage.Rafael Espindola2009-01-151-1/+1
* Fix warning.Daniel Dunbar2008-10-311-1/+1
* Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar2008-10-301-7/+18
* Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar2008-10-281-9/+10
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-5/+3
* Make several variable declarations static.Dan Gohman2008-05-061-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Use SmallPtrSet.Devang Patel2007-07-271-2/+1
* Add BasicInliner interface. Devang Patel2007-07-251-0/+171