| Age | Commit message (Expand) | Author |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-04 | Fix a minor bug which resulted in intermediate calculations | Dan Gohman |
| 2010-08-02 | Make SCEVUnknown a CallbackVH, so that it can be notified directly | Dan Gohman |
| 2010-08-02 | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes |
| 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 | Make SCEVCallbackVH::allUsesReplacedWith update the old SCEVUnknown | Dan Gohman |
| 2010-07-28 | Make SCEVCallbackVH::allUsesReplacedWith unconditionally delete | Dan Gohman |
| 2010-07-23 | Micro-optimize SCEVComplexityCompare. | Dan Gohman |
| 2010-07-23 | Add a const qualifier. | Dan Gohman |
| 2010-07-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |
| 2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
| 2010-07-20 | Add a fast path for x - x. | Dan Gohman |
| 2010-07-15 | Teach ScalarEvolution how to fold trunc(undef) and anyext(undef) to undef. | Dan Gohman |
| 2010-06-30 | In ScalarEvolution::forgetValue, eliminate any SCEVUnknown | Dan Gohman |
| 2010-06-30 | Revert the part of r107257 which introduced new logic for using | Dan Gohman |
| 2010-06-30 | Improve ScalarEvolution's nsw and nuw preservation. | Dan Gohman |
| 2010-06-30 | When computing a new ConservativeResult, intersect it with | Dan Gohman |
| 2010-06-29 | Fix ScalarEvolution's tripcount computation for chains of loops | Dan Gohman |
| 2010-06-29 | Just as its not safe to blindly transfer the nsw bit from an add | Dan Gohman |
| 2010-06-25 | Eliminate a redundant FoldingSet lookup. | Dan Gohman |
| 2010-06-24 | Don't try to preserve pointer types in SCEVConstants; the old code | Dan Gohman |
| 2010-06-24 | Make the trunc code consistent with the zext and sext code in its | Dan Gohman |
| 2010-06-22 | Replace ScalarEvolution's private copy of getLoopPredecessor | Dan Gohman |
| 2010-06-22 | Allow "exhaustive" trip count evaluation on phi nodes with all | Dan Gohman |
| 2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
| 2010-06-19 | Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoid | 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-18 | Reapply 105546. | Dan Gohman |
| 2010-06-18 | Reapply 105544. | Dan Gohman |
| 2010-06-18 | Remove getIntegerSCEV; it's redundant with getConstant, and getConstant | Dan Gohman |
| 2010-06-17 | Simplify this code. | 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-06-07 | Optimize this code somewhat by taking advantage of the fact | Dan Gohman |
| 2010-06-07 | Micro-optimize this, to speed up this hotspot in debug builds a little. | Dan Gohman |
| 2010-06-07 | Micro-optimize this. | Dan Gohman |
| 2010-06-07 | Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't go | Dan Gohman |
| 2010-05-28 | ConstantFoldConstantExpression can theoretically return null. | Dan Gohman |
| 2010-05-04 | Use the SCEVAddRecExpr::getPostIncExpr utility function instead | Dan Gohman |
| 2010-05-04 | Fix a copy+pasto. | Dan Gohman |
| 2010-05-03 | Use getConstant instead of getIntegerSCEV. The two are basically the | Dan Gohman |
| 2010-05-03 | Silence warnings about -1 being converted to an unsigned value. | Dan Gohman |
| 2010-05-03 | Use isTrueWhenEqual and isFalseWhenEqual instead of assuming that | Dan Gohman |
| 2010-05-03 | In ScalarEvolution::print, don't bother printing out the SCEVs for | Dan Gohman |
| 2010-05-03 | In SimplifyICmpOperands, avoid needlessly swapping the operands in the | Dan Gohman |
| 2010-05-03 | Factor out the new <= and >= analysis code into SimplifyICmpOperands. | Dan Gohman |