summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/BasicInliner.cpp
Commit message (Expand)AuthorAge
* simplifyGabor Greif2010-07-28
* refactor the interface to InlineFunction so that most of the in/outChris Lattner2010-04-22
* Change errs() to dbgs().David Greene2010-01-05
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* available_externall linkage is not local, this was confusing the codegenerator,Torok Edwin2009-05-23
* Changed option name from inline-threshold to basic-inline-threshold becauseMon P Wang2009-02-23
* Add the private linkage.Rafael Espindola2009-01-15
* Fix warning.Daniel Dunbar2008-10-31
* Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar2008-10-30
* Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar2008-10-28
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Make several variable declarations static.Dan Gohman2008-05-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Use SmallPtrSet.Devang Patel2007-07-27
* Add BasicInliner interface. Devang Patel2007-07-25