Age | Commit message (Expand) | Author |
2010-04-11 | Fix indentation. | Dan Gohman |
2010-04-11 | Enhance ScalarEvolution::isKnownPredicate with support for | Dan Gohman |
2010-04-11 | Minor code simplification. | Dan Gohman |
2010-04-11 | When creating a ConstantRange for [n,UINT_MAX], special case n == 0, because | Dan Gohman |
2010-04-11 | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise | Dan Gohman |
2010-04-08 | Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience. | Dan Gohman |
2010-04-08 | Revert this change from a while ago; ScalarEvolution shouldn't analyze | Dan Gohman |
2010-03-18 | Define placement new wrappers for BumpPtrAllocator and | Dan Gohman |
2010-03-18 | Add the ability to "intern" FoldingSetNodeID data into a | 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 | Avoid analyzing instructions in blocks not reachable from the entry block. | Dan Gohman |
2010-03-01 | Spelling fixes. | Dan Gohman |
2010-02-25 | Make LoopSimplify change conditional branches in loop exiting blocks | Dan Gohman |
2010-02-24 | ConstantFoldInstOperands can theoretically return null if it | Dan Gohman |
2010-02-24 | Simplify this code; these casts aren't necessary. | Dan Gohman |
2010-02-24 | Convert a few more backedge-taken count functions to use BackedgeTakenInfo. | Dan Gohman |
2010-02-22 | Remove unused variables and parameters. | Dan Gohman |
2010-02-19 | Add a comment. | Dan Gohman |
2010-02-19 | Teach ScalarEvolution how to compute a tripcount for a loop with | Dan Gohman |
2010-02-19 | recommit 96626, evidence that it broke things appears | Dale Johannesen |
2010-02-19 | Revert 96626, which causes build failure on ppc Darwin. | Dale Johannesen |
2010-02-18 | Indvars needs to explicitly notify ScalarEvolution when it is replacing | Dan Gohman |
2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
2010-02-15 | When testing whether a given SCEV depends on a temporary symbolic | Dan Gohman |
2010-02-13 | Override dominates and properlyDominates for SCEVAddRecExpr, as a | Dan Gohman |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2010-02-04 | Change the argument to getIntegerSCEV to be an int64_t, rather | Dan Gohman |
2010-02-02 | Various code simplifications. | Dan Gohman |
2010-02-01 | Generalize target-independent folding rules for sizeof to handle more | Dan Gohman |
2010-01-28 | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman |
2010-01-26 | Make the unsigned-range code more consistent with the signed-range code, | Dan Gohman |
2010-01-26 | Fix a typo in a comment that Duncan noticed. | Dan Gohman |
2010-01-26 | Rename ItCount to BECount, since it holds a backedge-taken count rather | Dan Gohman |
2010-01-26 | Fix the the ceiling-division used in computing the MaxBECount so that it doesn't | Dan Gohman |
2010-01-21 | Re-implement the main strength-reduction portion of LoopStrengthReduction. | Dan Gohman |
2010-01-19 | Add a comment and tidy up some whitespace. | Dan Gohman |
2010-01-19 | Give ScalarEvolution access to the DominatorTree. It'll need this | Dan Gohman |
2010-01-09 | Use WriteAsOperand instead of getName() to print loop header names, | Dan Gohman |
2009-12-23 | Remove dump routine and the associated Debug.h from a header. Patch up | David Greene |
2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene |
2009-12-19 | Fix a spello in a comment that Nick spotted. | Dan Gohman |
2009-12-18 | Make this comment more precise. | Dan Gohman |
2009-12-18 | Revert this use of NUW/NSW also. Overflow-undefined multiplication isn't | Dan Gohman |
2009-12-18 | Revert this use of NSW; this one isn't actually safe. NSW addition | Dan Gohman |
2009-12-18 | Delete an unused variable. | Dan Gohman |
2009-12-18 | Preserve NSW information in more places. | Dan Gohman |
2009-12-18 | Add Loop contains utility methods for testing whether a loop | Dan Gohman |