Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / include / llvm / Transforms / IPO / InlinerPass.h
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-04-16 Chris Lattnerintroduce a new CallGraphSCC class, and pass it around
2010-03-09 Jakob Stoklund OlesenTry to keep the cached inliner costs around for a bit...
2010-03-09 Jakob Stoklund OlesenRevert r98089, it was breaking a clang test.
2010-03-09 Jakob Stoklund OlesenTry to keep the cached inliner costs around for a bit...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-20 Jakob Stoklund OlesenMove per-function inline threshold calculation to a...
2009-08-31 Chris LattnerFix some nasty callgraph dangling pointer problems in
2009-08-27 Chris LattnerImplement a new optimization in the inliner: if inlinin...
2009-08-27 Chris Lattnerreduce header #include'age
2009-07-24 Dan GohmanConvert several more passes to use getAnalysisIfAvailab...
2009-03-23 Dale JohannesenUse a SmallPtrSet instead of std::set.
2009-03-19 Dale JohannesenClear the cached cost when removing a function in
2009-01-09 Dale JohannesenAdjustments to last patch based on review.
2008-11-05 Devang PatelDo now allow InlineAlways pass to remove dead functions.
2008-10-30 Daniel DunbarAdd InlineCost class for represent the estimated cost...
2008-10-29 Daniel DunbarFactor shouldInline method out of Inliner.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
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...
2008-01-12 Chris LattnerAllow clients to specify the inline threshold when...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-01 Dan GohmanMore explicit keywords.
2007-06-19 Tanya LattnerMove inliner pass header file.