| Age | Commit message (Expand) | Author |
| 2011-01-09 | reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's | Chris Lattner |
| 2010-11-17 | Move SCEV::isLoopInvariant and hasComputableLoopEvolution to be member | Dan Gohman |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
| 2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
| 2010-09-18 | do not rely on the implicit-dereference semantics of dyn_cast_or_null | Gabor Greif |
| 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-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 | Remember that the induction variable is always a PHINode and | Dan Gohman |
| 2010-07-09 | cache result of operator* | Gabor Greif |
| 2010-06-18 | Disable indvars on loops when LoopSimplify form is not available. | Dan Gohman |
| 2010-05-03 | Use getConstant instead of getIntegerSCEV. The two are basically the | Dan Gohman |
| 2010-04-13 | Teach IndVarSimplify how to eliminate remainder operators where the | Dan Gohman |
| 2010-04-12 | Suppress LinearFunctionTestReplace when the computed backedge-taken | Dan Gohman |
| 2010-04-12 | Move the EliminateIVUsers call back out to its original location. Now that | Dan Gohman |
| 2010-04-12 | Use RecursivelyDeleteTriviallyDeadInstructions in EliminateIVComparisons, | Dan Gohman |
| 2010-04-12 | Re-apply r101000, with a fix: Don't eliminate an icmp which is part of | Dan Gohman |
| 2010-04-12 | Revert 101000, which is breaking self-host builds. | Dan Gohman |
| 2010-04-11 | Teach IndVarSimplify how to eliminate comparisons involving induction | Dan Gohman |
| 2010-04-11 | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise | Dan Gohman |
| 2010-04-07 | Generalize IVUsers to track arbitrary expressions rather than expressions | Dan Gohman |
| 2010-04-03 | require that the branch being controlled by the IV | Chris Lattner |
| 2010-04-03 | add integer overflow check for the fp induction variable | Chris Lattner |
| 2010-04-03 | add a comment and fix some consistency issues, converting | Chris Lattner |
| 2010-04-03 | fix PR6761, a miscompilation due to the fp->int IV conversion | Chris Lattner |
| 2010-04-03 | just eliminate the uitofp checks. This code isn't doing | Chris Lattner |
| 2010-04-03 | rename PH -> PN to be consistent with WeakPN and the rest | Chris Lattner |
| 2010-04-03 | improve comment and drop a dead check. If PH had | Chris Lattner |
| 2010-04-03 | strength reduce a ridiculous use of APInt. | Chris Lattner |
| 2010-04-03 | rename stuff improve comment grammar. | Chris Lattner |
| 2010-04-03 | simplify some code and resolve a fixme. | Chris Lattner |
| 2010-04-03 | There is no guarantee that the increment and the branch | Chris Lattner |
| 2010-04-03 | first half of a pass through IndVarSimplify::HandleFloatingPointIV, | Chris Lattner |
| 2010-04-02 | Manually notify ScalarEvolution before making an operand replacement, since | Dan Gohman |
| 2010-03-23 | Skip debugging intrinsics when sinking unused invariants. | Bill Wendling |
| 2010-03-20 | Clear the SCEVExpander's insertion point after making deletions, | Dan Gohman |
| 2010-03-15 | Skip debug info intrinsics. | Devang Patel |
| 2010-03-10 | Add a DominatorTree argument to isLCSSA so that it doesn't have to | 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-22 | Remove unused variables and parameters. | Dan Gohman |
| 2010-02-22 | This cast<Instruction> is unnecessary. | 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-18 | Hoist this loop-invariant logic out of the loop. | Dan Gohman |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |