| Age | Commit message (Expand) | Author |
| 2010-07-27 | use ImmutableCallSite for const-corrgoodness | Gabor Greif |
| 2010-06-09 | Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ... | Kenneth Uildriks |
| 2010-05-26 | Avoid counting InlineAsm as a call - it prevents loop unrolling. | Jakob Stoklund Olesen |
| 2010-05-12 | Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort | Nick Lewycky |
| 2010-05-01 | Added a variant of InlineCostAnalyzer::getInlineCost() that takes the called ... | David Chisnall |
| 2010-04-30 | Dan recently disabled recursive inlining within a function, but we | Chris Lattner |
| 2010-04-21 | Revert r101471. For tight recursive functions which have multiple | Dan Gohman |
| 2010-04-17 | fix PR6858: a dangling pointer use bug which was caused | Chris Lattner |
| 2010-04-17 | a bunch of cleanups and tweaks, no functionality changes. | Chris Lattner |
| 2010-04-16 | Disable inlining of recursive calls. It can complicate tailcallelim and | Dan Gohman |
| 2010-04-16 | Make callIsSmall accessible as a utility function. | Dan Gohman |
| 2010-04-14 | performance: cache the dereferenced use_iterator | Gabor Greif |
| 2010-03-25 | Reapply r99451 with a fix to move the NoInline check to the cost functions | Eric Christopher |
| 2010-03-15 | Treat copysignl like the other copysign functions. | Duncan Sands |
| 2010-03-13 | Do not ignore arg_size() impact while counting bb instructions. | Devang Patel |
| 2010-03-13 | Remove extra parameter. | Devang Patel |
| 2010-03-13 | Do not overestimate code size reduction in presense of debug info. | Devang Patel |
| 2010-03-09 | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen |
| 2010-03-09 | Revert r98089, it was breaking a clang test. | Jakob Stoklund Olesen |
| 2010-03-09 | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen |
| 2010-03-09 | Permit inlining into huge functions. This heuristic is ancient, and inlining | Jakob Stoklund Olesen |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-02-05 | Update CodeMetrics to count 'big' function calls explicitly. | Jakob Stoklund Olesen |
| 2010-01-26 | Fix inline cost predictions with SCIENCE. | Jakob Stoklund Olesen |
| 2010-01-26 | Revert test polarity to match comment and desired outcome. Remove undeserved ... | Jakob Stoklund Olesen |
| 2010-01-26 | Remove dead code. | Jakob Stoklund Olesen |
| 2010-01-26 | Skip calculation of ArgumentWeights if it will never be used. | Jakob Stoklund Olesen |
| 2010-01-14 | Pad my commit stats by reducing indentation in this now separate | Eric Christopher |
| 2010-01-14 | Few minor changes that were requested. No functional change. | Eric Christopher |
| 2010-01-14 | Small tweak to inline cost computation. Ext of i/fcmp results are mostly opti... | Evan Cheng |
| 2010-01-14 | Reduce the inlining cost of functions that contain calls to easily, | Eric Christopher |
| 2009-11-01 | Add a missing closing parenthesis, and tweak to fit in 80 | Duncan Sands |
| 2009-11-01 | add a comment about why we don't allow inlining indbr. | Chris Lattner |
| 2009-11-01 | pull check for return inst out of loop, never inline a callee that contains | Chris Lattner |
| 2009-10-28 | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner |
| 2009-10-27 | Random updates to passes for indbr, I need blockaddress before I can do much ... | Chris Lattner |
| 2009-10-26 | Remove FreeInst. | Victor Hernandez |
| 2009-10-23 | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez |
| 2009-10-17 | Remove MallocInst from LLVM Instructions. | Victor Hernandez |
| 2009-10-13 | Compute a full cost value even when a setjmp call is found. | Dan Gohman |
| 2009-10-13 | Split code not specific to Function inlining out into a separate class, | Dan Gohman |
| 2009-10-13 | Move the InlineCost code from Transforms/Utils to Analysis. | Dan Gohman |