Age | Commit message (Expand) | Author |
2011-03-14 | Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap | Andrew Trick |
2011-03-04 | When decling to reuse existing expressions that involve casts, ignore | Dan Gohman |
2011-03-02 | Don't re-use existing addrec expansions if they contain casts. | Dan Gohman |
2010-11-18 | Introduce memoization for ScalarEvolution dominates and properlyDominates | Dan Gohman |
2010-11-17 | Move SCEV::dominates and properlyDominates to ScalarEvolution. | Dan Gohman |
2010-11-17 | Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be member | Dan Gohman |
2010-07-26 | Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variable | Dan Gohman |
2010-07-20 | Simplify this code; LoopInfo::getCanonicalInductionVariable will only | Dan Gohman |
2010-07-20 | Make getOrInsertCanonicalInductionVariable guarantee that its | Dan Gohman |
2010-07-15 | Fix the order that SCEVExpander considers add operands in so that | Dan Gohman |
2010-07-09 | remove useless cast and fix typos in comment | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-06-30 | Simplify. | Dan Gohman |
2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
2010-06-19 | Restore a call to rememberInstruction which was accidentally dropped | Dan Gohman |
2010-06-19 | Factor out duplicated code for reusing and inserting casts into | Dan Gohman |
2010-06-16 | A few more places where SCEVExpander bits need to skip over debug intrinsics | Jim Grosbach |
2010-06-05 | LSR needs to remember inserted instructions even in postinc mode, because | Dan Gohman |
2010-05-03 | Use getConstant instead of getIntegerSCEV. The two are basically the | Dan Gohman |
2010-04-26 | When checking whether the special handling for an addrec increment which | Dan Gohman |
2010-04-15 | Fix a bunch of namespace polution. | Dan Gohman |
2010-04-09 | When emitting code for an add, don't force a SCEVUnknown wrapper around | Dan Gohman |
2010-04-09 | Add a comment. | Dan Gohman |
2010-04-07 | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman |
2010-03-23 | Don't back past debug info intrinsics; SCEVExpander's strategy | Dan Gohman |
2010-03-19 | Fix more places to more thoroughly ignore debug intrinsics. This fixes | Dan Gohman |
2010-03-18 | Reapply r98755 with a thinko which miscompiled gengtype fixed. | Dan Gohman |
2010-03-17 | Revert 98755, which may be causing trouble. | Dan Gohman |
2010-03-17 | Change SCEVNAryExpr's operand array from a SmallVector to a plain | Dan Gohman |
2010-03-09 | Another place where debug info affected codegen. | Dale Johannesen |
2010-03-06 | Fix another case where LSR was affected by debug info. | Dale Johannesen |
2010-03-05 | Fix a case where LSR is sensitive to debug info. | Dale Johannesen |
2010-03-03 | Make SCEVExpander and LSR more aggressive about hoisting expressions out | Dan Gohman |
2010-03-03 | Revert r97580; that's not the right way to fix this. | Dan Gohman |
2010-03-02 | When expanding an expression such as (A + B + C + D), sort the operands | Dan Gohman |
2010-03-02 | Non-affine post-inc SCEV expansions have more code which must be | Dan Gohman |
2010-03-01 | Spelling fixes. | Dan Gohman |
2010-02-17 | Fix SCEVExpander's existing PHI reuse checking to recognize the | Dan Gohman |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-02-16 | When reusing an existing PHI node in a loop, be even more | Dan Gohman |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-02-15 | When restoring a saved insert location, check to see if the saved | Dan Gohman |
2010-02-14 | In rememberInstruction, if the value being remembered is the | Dan Gohman |
2010-02-12 | Fix a case of mismatched types in an Add that turned up in 447.dealII. | Dan Gohman |
2010-02-12 | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman |
2010-02-01 | Generalize target-independent folding rules for sizeof to handle more | Dan Gohman |
2010-01-28 | Check Type::isSized before calling ScalarEvolution::getAllocSizeExpr, | Dan Gohman |
2010-01-28 | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman |
2010-01-21 | When re-using an existing cast for a user, it's still necessary to call | Dan Gohman |