Re-commit r124462 with fixes. Tail recursion elim will now dup ret into unconditional...
[oota-llvm.git] / lib / Transforms / Utils / BasicInliner.cpp
2010-07-28 Gabor Greifsimplify
2010-04-22 Chris Lattnerrefactor the interface to InlineFunction so that most...
2010-01-05 David GreeneChange errs() to dbgs().
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-05-23 Torok Edwinavailable_externall linkage is not local, this was...
2009-02-23 Mon P WangChanged option name from inline-threshold to basic...
2009-01-15 Rafael EspindolaAdd the private linkage.
2008-10-31 Daniel DunbarFix warning.
2008-10-30 Daniel DunbarAdd InlineCost class for represent the estimated cost...
2008-10-28 Daniel DunbarAssorted comment/naming fixes, 80-col violations, and...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-05-06 Dan GohmanMake several variable declarations static.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-27 Devang PatelUse SmallPtrSet.
2007-07-25 Devang PatelAdd BasicInliner interface.