| Commit message (Expand) | Author | Age | Files | Lines |
* | Start removing the use of an ad-hoc 'never inline' set and instead | Chandler Carruth | 2012-03-16 | 1 | -8/+4 |
* | Pull the implementation of the code metrics out of the inline cost | Chandler Carruth | 2012-03-16 | 1 | -158/+0 |
* | Make the swap code here a bit more obvious what its doing... We're | Chandler Carruth | 2012-03-15 | 1 | -1/+1 |
* | Don't assume that the arguments are processed in some particular order. | Chandler Carruth | 2012-03-15 | 1 | -2/+4 |
* | Remove all remnants of partial specialization in the cost computation | Chandler Carruth | 2012-03-15 | 1 | -69/+0 |
* | Extend the inline cost calculation to account for bonuses due to | Chandler Carruth | 2012-03-14 | 1 | -3/+86 |
* | Refactor the inline cost bonus calculation for constants to use | Chandler Carruth | 2012-03-14 | 1 | -20/+26 |
* | Make helper static, so it can be inlined into its sole caller. | Benjamin Kramer | 2012-03-10 | 1 | -3/+3 |
* | Undo a previous restriction on the inline cost calculation which Nick | Chandler Carruth | 2012-03-09 | 1 | -107/+146 |
* | Rotate two of the functions used to count bonuses for the inline cost | Chandler Carruth | 2012-03-08 | 1 | -14/+10 |
* | Use precomputed BB size instead of BB->size(). | Nick Lewycky | 2012-01-25 | 1 | -1/+1 |
* | Support pointer comparisons against constants, when looking at the inline-cost | Nick Lewycky | 2012-01-25 | 1 | -1/+55 |
* | Fix CountCodeReductionForAlloca to more accurately represent what SROA can and | Nick Lewycky | 2012-01-20 | 1 | -16/+60 |
* | Continue counting intrinsics as instructions (except when they aren't, such as | Nick Lewycky | 2011-12-21 | 1 | -3/+17 |
* | Fix typo and spacing, no functionality change. | Nick Lewycky | 2011-12-21 | 1 | -2/+2 |
* | A call to a function marked 'noinline' is not an inline candidate. The sole | Nick Lewycky | 2011-12-21 | 1 | -4/+4 |
* | Allow inlining of functions with returns_twice calls, if they have the | Joerg Sonnenberger | 2011-12-18 | 1 | -6/+8 |
* | A FIXME about block addresses and indirectbr. | Eli Friedman | 2011-10-20 | 1 | -0/+6 |
* | Correct over-zealous removal of hack. | Bill Wendling | 2011-10-17 | 1 | -1/+1 |
* | Now that we have the ReturnsTwice function attribute, this method is | Bill Wendling | 2011-10-17 | 1 | -6/+5 |
* | Inlining and unrolling heuristics should be aware of free truncs. | Andrew Trick | 2011-10-01 | 1 | -12/+20 |
* | whitespace | Andrew Trick | 2011-10-01 | 1 | -46/+46 |
* | Change condition for determining whether a function is small for inlining met... | Eli Friedman | 2011-05-24 | 1 | -1/+1 |
* | Extra refactoring noticed by Eli Friedman. | Rafael Espindola | 2011-05-16 | 1 | -9/+8 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -2/+2 |
* | Remove premature optimization that avoided calculating argument weights | Eric Christopher | 2011-02-06 | 1 | -5/+0 |
* | Fix cut and paste error spotted by Jakob. | Eric Christopher | 2011-02-05 | 1 | -1/+1 |
* | Rewrite how the indirect call bonus is handled. This now works by: | Eric Christopher | 2011-02-05 | 1 | -78/+125 |
* | Reapply 124275 since the Dragonegg failure was unreproducible. | Eric Christopher | 2011-02-01 | 1 | -82/+85 |
* | Temporarily revert 124275 to see if it brings the dragonegg buildbot back. | Eric Christopher | 2011-01-26 | 1 | -85/+82 |
* | Separate out the constant bonus from the size reduction metrics. Rework | Eric Christopher | 2011-01-26 | 1 | -82/+85 |
* | Coding style formatting changes. | Eric Christopher | 2011-01-26 | 1 | -7/+2 |
* | Reorganize this so that the early exit and special cases come early | Eric Christopher | 2011-01-25 | 1 | -26/+26 |
* | Add a FIXME explaining the move to a single indirect call bonus per function | Eric Christopher | 2011-01-22 | 1 | -0/+5 |
* | Only apply the devirtualization bonus once instead of per-call site in the | Eric Christopher | 2011-01-22 | 1 | -2/+6 |
* | Now using a variant of the existing inlining heuristics to decide whether to ... | Kenneth Uildriks | 2010-10-09 | 1 | -0/+70 |
* | Start separating out code metrics into code size metrics and code performance... | Kenneth Uildriks | 2010-10-08 | 1 | -10/+53 |
* | What the loop unroller cares about, rather than just not unrolling loops with... | Owen Anderson | 2010-09-09 | 1 | -0/+6 |
* | Refactor code-size reduction estimation methods out of InlineCostAnalyzer and... | Owen Anderson | 2010-09-09 | 1 | -92/+90 |
* | use ImmutableCallSite for const-corrgoodness | Gabor Greif | 2010-07-27 | 1 | -4/+4 |
* | Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ... | Kenneth Uildriks | 2010-06-09 | 1 | -7/+20 |
* | Avoid counting InlineAsm as a call - it prevents loop unrolling. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -1/+5 |
* | Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort | Nick Lewycky | 2010-05-12 | 1 | -1/+6 |
* | Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called ... | David Chisnall | 2010-05-01 | 1 | -3/+9 |
* | Dan recently disabled recursive inlining within a function, but we | Chris Lattner | 2010-04-30 | 1 | -1/+9 |
* | Revert r101471. For tight recursive functions which have multiple | Dan Gohman | 2010-04-21 | 1 | -7/+0 |
* | fix PR6858: a dangling pointer use bug which was caused | Chris Lattner | 2010-04-17 | 1 | -1/+8 |
* | a bunch of cleanups and tweaks, no functionality changes. | Chris Lattner | 2010-04-17 | 1 | -42/+48 |
* | Disable inlining of recursive calls. It can complicate tailcallelim and | Dan Gohman | 2010-04-16 | 1 | -0/+7 |
* | Make callIsSmall accessible as a utility function. | Dan Gohman | 2010-04-16 | 1 | -4/+4 |