Remove an unnnecessary LLVMContext argument in
[oota-llvm.git] / lib / Transforms / Utils / BasicInliner.cpp
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.