Age | Commit message (Expand) | Author |
2013-02-15 | Pacify -Wnon-virtual-dtor | Matt Beaumont-Gay |
2013-02-15 | capitalize SCEV to match the current naming convention | Sebastian Pop |
2013-02-15 | add ScevApplyRewriter | Sebastian Pop |
2013-02-15 | add SCEVParameterRewriter | Sebastian Pop |
2013-01-10 | Fix include guards so they exactly match file names. | Jakub Staszak |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-10-11 | Remove unnecessary classof()'s | Sean Silva |
2012-09-27 | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru |
2012-09-27 | Fix a typo 'iff' => 'if' | Sylvestre Ledru |
2012-07-18 | SCEVTraversal: Add a visited set. | Andrew Trick |
2012-07-13 | Factor SCEV traversal code so I can use it elsewhere. No functionality. | Andrew Trick |
2012-02-19 | Remove dead code. Improve llvm_unreachable text. Simplify some control flow. | Ahmed Charles |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-03-14 | Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap | Andrew Trick |
2010-11-17 | Make SCEV::getType() and SCEV::print non-virtual. Move SCEV::hasOperand | 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-11-17 | Verify SCEVAddRecExpr's invariant in ScalarEvolution::getAddRecExpr | Dan Gohman |
2010-08-16 | Revert r111031. The way LLVM defines loop invariance, the property of an | Dan Gohman |
2010-08-16 | Move SCEVNAryExpr's virtual member functions out of line, and convert | Dan Gohman |
2010-08-13 | Implement hasComputableLoopEvolution for Add, Mul, and Trunc operators, | Dan Gohman |
2010-08-02 | Make SCEVUnknown a CallbackVH, so that it can be notified directly | Dan Gohman |
2010-07-29 | Speculatively revert r109705 since it seems to be causing some build bot | Eric Christopher |
2010-07-29 | Factor out some of the code for updating old SCEVUnknown values, and | Dan Gohman |
2010-07-28 | Add some extra friend declarations to fix a gcc-4.0 compile error. | Dan Gohman |
2010-07-28 | Add a comment. | Dan Gohman |
2010-06-18 | Revert r106304 (105548 and friends), which are the SCEVComplexityCompare | Dan Gohman |
2010-06-18 | Reapply 105540, 105542, and 105548, and revert r105732. | Dan Gohman |
2010-06-09 | Revert 105540, 105542, 105544, 105546, and 105548 to unbreak bootstrapping. | Evan Cheng |
2010-06-07 | The FoldingSet hash data includes pointer values, so it isn't | 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-02-13 | Override dominates and properlyDominates for SCEVAddRecExpr, as a | Dan Gohman |
2010-02-10 | Minor code simplification. | 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-19 | Make SCEVAddRecExpr's getType return a pointer type when the add | Dan Gohman |
2009-10-09 | Add the ability to track HasNSW and HasNUW on more kinds of SCEV expressions. | Dan Gohman |
2009-09-27 | Add a properlyDominates member function to ScalarEvolution. | Dan Gohman |
2009-09-15 | Fix apostrophos. | Dan Gohman |
2009-08-20 | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman |
2009-08-18 | Generalize ScalarEvolution to be able to analyze GEPs when | Dan Gohman |
2009-07-25 | Instead of eagerly creating new SCEVs to replace all SCEVs that are | Dan Gohman |
2009-07-24 | Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags. | Dan Gohman |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-13 | Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates | Dan Gohman |
2009-07-11 | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |