Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it can...
[oota-llvm.git] / include / llvm / Analysis / InlineCost.h
2010-06-09 Kenneth UildriksPulled CodeMetrics out of InlineCost.h and made it...
2010-05-12 Nick LewyckyClear CachedFunctionInfo upon Pass::releaseMemory....
2010-05-01 David ChisnallAdded a variant of InlineCostAnalyzer::getInlineCost...
2010-04-22 Chris Lattnerfix file header.
2010-04-17 Dale JohannesenAdd comment (lost when reverting and reapplying 101503).
2010-04-17 Dale JohannesenReapply 101503+101520. These are "obviously correct...
2010-04-16 Dan GohmanRevert 101520, which depended on 101503, which was...
2010-04-16 Duncan SandsRevert commit 101503 (johannes), in the hope of fixing...
2010-04-16 Dan GohmanTrim a #include.
2010-04-16 Dale JohannesenUse a ValueMap not a std::map for the reason indicated
2010-04-16 Dan GohmanMake callIsSmall accessible as a utility function.
2010-03-13 Devang PatelRemove extra parameter.
2010-03-13 Devang PatelDo not overestimate code size reduction in presense...
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-05 Jakob Stoklund OlesenUpdate CodeMetrics to count 'big' function calls explic...
2010-01-26 Jakob Stoklund OlesenFix inline cost predictions with SCIENCE.
2009-10-13 Dan GohmanFix resetCachedCostInfo to reset all of the cost inform...
2009-10-13 Dan GohmanSplit code not specific to Function inlining out into...
2009-10-13 Dan GohmanMove the InlineCost code from Transforms/Utils to Analysis.