Add InlineCost class for represent the estimated cost of inlining a
[oota-llvm.git] / include / llvm / Transforms / Utils / InlineCost.h
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-07-16 Dan GohmanCorrect a top-level comment.
2008-07-14 Chris LattnerReapply r53540, now with the matching header!
2008-07-14 Chris Lattnerwhitespace fix.
2008-07-14 Chris Lattnerdoxygenate comments and wrap to 80 cols.
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-03-24 Evan ChengIncreasing the inline limit from (overly conservative...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-07-27 Devang PatelUse SmallPtrSet.
2007-07-25 Devang PatelAdd BasicInliner interface.