| Age | Commit message (Expand) | Author |
| 2009-05-08 | Implement several new SCEV folding rules for UDiv SCEVs. | Dan Gohman |
| 2009-05-07 | SCEVComplexityCompare's new code was missing SCEVUDivExpr. Implement | Dan Gohman |
| 2009-05-07 | Make ScalarEvolution's GroupByComplexity more thorough. In addition | Dan Gohman |
| 2009-05-07 | Trim unnecessary headers. Code in Analysis shouldn't use Transforms | Dan Gohman |
| 2009-05-07 | Factor out a common base class between SCEVCommutativeExpr and | Dan Gohman |
| 2009-05-06 | Use stable_sort instead of plain sort to avoid the risk of generating | Dan Gohman |
| 2009-05-04 | Re-apply 70645, converting ScalarEvolution to use | Dan Gohman |
| 2009-05-04 | Fix an 80-column violation. | Dan Gohman |
| 2009-05-04 | Fix doxygen comment syntax. | Dan Gohman |
| 2009-05-04 | Constify a bunch of SCEV-using code. | Dan Gohman |
| 2009-05-03 | Revert r70645 for now; it's causing a variety of regressions. | Dan Gohman |
| 2009-05-02 | Convert ScalarEvolution to use CallbackVH for its internal map. This | Dan Gohman |
| 2009-05-02 | When ScalarEvolution is told to forget the trip count for a loop, have | Dan Gohman |
| 2009-05-01 | When printing a SCEVUnknown with pointer type, don't print an | Dan Gohman |
| 2009-05-01 | Fix an 80-column violation. | Dan Gohman |
| 2009-05-01 | When creating cast scevs, canonicalize the destination type. This | Dan Gohman |
| 2009-05-01 | hasSCEV() was declared in ScalarEvolution.h, but never defined. This must have | Torok Edwin |
| 2009-04-30 | Add some comments, and tidy up some whitespace. | Dan Gohman |
| 2009-04-30 | Extend ScalarEvolution's getBackedgeTakenCount to be able to | Dan Gohman |
| 2009-04-30 | Don't try to mix integers and pointers in an icmp instruction | Dan Gohman |
| 2009-04-30 | Fix ScalarEvolution::print to print a value for any Instruction with | Dan Gohman |
| 2009-04-29 | Implement getSCEVAtScope for SCEV cast expressions. | Dan Gohman |
| 2009-04-29 | Generalize the cast-of-addrec folding to handle folding of SCEVs like | Dan Gohman |
| 2009-04-29 | Include the source type in SCEV cast expression debug output, and | Dan Gohman |
| 2009-04-29 | Fix recent regression in gcc.dg/pr26719.c (6835035). | Dale Johannesen |
| 2009-04-29 | Update comments to reflect the current code. | Dan Gohman |
| 2009-04-27 | Teach getZeroExtendExpr and getSignExtendExpr to use trip-count | Dan Gohman |
| 2009-04-27 | Handle ands with ~0 correctly too. This fixes PR4052. | Dan Gohman |
| 2009-04-25 | Handle ands with 0 and shifts by 0 correctly. These aren't | Dan Gohman |
| 2009-04-23 | Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some odd | Nick Lewycky |
| 2009-04-22 | Simplify trivial cast-of-cast SCEVs. | Dan Gohman |
| 2009-04-21 | De-pImpl-ify ScalarEvolution. The pImpl pattern doesn't provide much | Dan Gohman |
| 2009-04-21 | When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of the | Dan Gohman |
| 2009-04-21 | Teach ScalarEvolution how to recognize zext-inreg and sext-inreg, | Dan Gohman |
| 2009-04-21 | This FIXME is fixed, now that SCEV understands pointers. | Dan Gohman |
| 2009-04-21 | Factor out a common base class from SCEVTruncateExpr, SCEVZeroExtendExpr, | Dan Gohman |
| 2009-04-21 | Usage getAnalysisToUpdate for TargetData, per PR760. | Dan Gohman |
| 2009-04-21 | Introduce encapsulation for ScalarEvolution's TargetData object, and refactor | Dan Gohman |
| 2009-04-21 | Move some assertion checks so they can do more complete checking. | Dan Gohman |
| 2009-04-21 | Convert ScalarEvolution to use raw_ostream instead of OStream. | Dan Gohman |
| 2009-04-18 | Add a ScalarEvolution::getCouldNotCompute() function, and use it | Dan Gohman |
| 2009-04-16 | Fix a bug with inttoptr/ptrtoint casts where the pointer has a different | Dan Gohman |
| 2009-04-16 | Expand GEPs in ScalarEvolution expressions. SCEV expressions can now | Dan Gohman |
| 2009-02-24 | Rename ScalarEvolution's getIterationCount to getBackedgeTakenCount, | Dan Gohman |
| 2009-02-18 | Use a sign-extend instead of a zero-extend when promoting a | Dan Gohman |
| 2009-02-17 | Add a method to ScalarEvolution for telling it when a loop has been | Dan Gohman |
| 2009-02-17 | Strengthen the "non-constant stride must dominate loop preheader" check. | Evan Cheng |
| 2009-02-12 | Teach IndVarSimplify to optimize code using the C "int" type for | Dan Gohman |
| 2009-01-25 | Start generating arbitrary precision integer SCEVs. This removes the temporary | Nick Lewycky |
| 2009-01-16 | Reinstate r60509 from Dale: | Nick Lewycky |