[PM/AA] Run clang-format over the SCEV-AA code to normalize the
[oota-llvm.git] / include / llvm / Analysis / InlineCost.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-01 Chandler Carruth[multiversion] Thread a function argument through all...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2014-09-07 Hal FinkelAdd functions for finding ephemeral values
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2013-06-06 Jakub StaszakRemove unneeded #include.
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-01-21 Chandler CarruthNow that the inline cost analysis is a pass, we can...
2013-01-21 Chandler CarruthMake the inline cost a proper analysis pass. This remai...
2013-01-21 Chandler CarruthFix an old-style doxygen comment.
2013-01-21 Chandler CarruthCleanup the formatting of this header. This removes...
2013-01-10 Jakub StaszakRemove unneeded #includes.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-19 Bob WilsonClean up handling of always-inline functions in the...
2012-11-19 Bob WilsonSome comment fixes.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-19 Benjamin KramerInlineCost: Make TotalAllocaSizeRecursiveCaller unsigne...
2012-09-19 Nadav RotemPrevent inlining of callees which allocate lots of...
2012-05-04 Chandler CarruthA pile of long over-due refactorings here. There are...
2012-04-06 David ChisnallReintroduce InlineCostAnalyzer::getInlineCost() variant...
2012-04-01 Chandler CarruthStart cleaning up the InlineCost class. This switches...
2012-03-31 Chandler CarruthRemove a bunch of empty, dead, and no-op methods from...
2012-03-31 Chandler CarruthInitial commit for the rewrite of the inline cost analy...
2012-03-16 Chandler CarruthStart removing the use of an ad-hoc 'never inline'...
2012-03-15 Chandler CarruthRemove all remnants of partial specialization in the...
2012-03-14 Chandler CarruthExtend the inline cost calculation to account for bonus...
2012-03-08 Chandler CarruthRotate two of the functions used to count bonuses for...
2011-11-14 Benjamin KramerMake headers standalone.
2011-10-01 Andrew TrickInlining and unrolling heuristics should be aware of...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-02-05 Eric ChristopherRewrite how the indirect call bonus is handled. This...
2011-02-01 Eric ChristopherReapply 124275 since the Dragonegg failure was unreprod...
2011-01-26 Eric ChristopherTemporarily revert 124275 to see if it brings the drago...
2011-01-26 Eric ChristopherSeparate out the constant bonus from the size reduction...
2011-01-24 Eric ChristopherPerhaps a bit too much vertical whitespace.
2010-10-09 Kenneth UildriksNow using a variant of the existing inlining heuristics...
2010-10-08 Kenneth UildriksStart separating out code metrics into code size metric...
2010-09-09 Owen AndersonRefactor code-size reduction estimation methods out...
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.