| Age | Commit message (Expand) | Author |
| 2010-02-12 | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman |
| 2010-01-26 | -disable-output is no longer needed with -analyze. | Dan Gohman |
| 2010-01-21 | Re-implement the main strength-reduction portion of LoopStrengthReduction. | Dan Gohman |
| 2010-01-09 | Use WriteAsOperand instead of getName() to print loop header names, | Dan Gohman |
| 2010-01-05 | Move this test from test/Transforms/IndVarSimplify to | Dan Gohman |
| 2009-12-11 | Make getUniqueExitBlocks's precondition assert more precise, to | Dan Gohman |
| 2009-11-03 | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks |
| 2009-09-28 | Add a testcase for r83011. | Dan Gohman |
| 2009-09-26 | Fix a case where ScalarEvolution was expanding pointer arithmetic | Dan Gohman |
| 2009-09-11 | Change tests from "opt %s" to "opt < %s" so that opt doesn't see the | Dan Gohman |
| 2009-09-08 | Use "opt < %s" instead of "opt %s" so that opt doesn't print the test | Dan Gohman |
| 2009-09-08 | Convert a few more opt | llvm-dis to opt -S. | Dan Gohman |
| 2009-09-08 | Use opt -S instead of piping bitcode output through llvm-dis. | Dan Gohman |
| 2009-09-08 | Change these tests to feed the assembly files to opt directly, instead | Dan Gohman |
| 2009-09-05 | Eliminate uses of %prcontext. | Daniel Dunbar |
| 2009-08-25 | Special-case static allocas in IndVarSimplify's loop invariant | Dan Gohman |
| 2009-08-18 | Generalize ScalarEvolution to be able to analyze GEPs when | Dan Gohman |
| 2009-07-20 | The upper argument of ConstantRange is exclusive, not inclusive. | Dan Gohman |
| 2009-07-20 | Revert the addition of hasNoPointerOverflow to GEPOperator. | Dan Gohman |
| 2009-07-16 | Fill in some holes in ScalarEvolution's loop iteration condition | Dan Gohman |
| 2009-07-15 | Switch invars away from using isTrapping when it really shouldn't be | Eli Friedman |
| 2009-07-14 | Fix the expansion of umax and smax in the case where one or more of | Dan Gohman |
| 2009-07-14 | Add a testcase for a bug fixed by r75634. | Dan Gohman |
| 2009-07-14 | Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant | Dan Gohman |
| 2009-07-14 | Fix indvars to not assume that a loop with a single unique exit | Dan Gohman |
| 2009-07-13 | Reapply 75252, with a fix to avoid the infinite recursion case. The | Dan Gohman |
| 2009-07-11 | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky |
| 2009-07-10 | Generalize ScalarEvolution's cast-folding code to support more kinds | Dan Gohman |
| 2009-06-29 | Don't cache PHI exit values from exhaustive evaluations, because | Dan Gohman |
| 2009-06-27 | When a value is used multiple times within a single PHI, instructions | Dan Gohman |
| 2009-06-26 | Add some testcases for some of the recent ScalarEvolution bug fixes. | Dan Gohman |
| 2009-06-24 | Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcount | Dan Gohman |
| 2009-06-24 | When inserting code into a loop preheader, insert it before the | Dan Gohman |
| 2009-06-21 | Fix ScalarEvolution's backedge-taken count computations to check for | Dan Gohman |
| 2009-06-20 | Generalize isLoopGuardedByCond's checking to consider two | Dan Gohman |
| 2009-06-18 | Remove the code from IVUsers that attempted to handle | Dan Gohman |
| 2009-06-17 | Add -disable-output to a bunch of tests that don't care about the output. | Dan Gohman |
| 2009-06-16 | Instcombine's ShrinkDemandedConstant may strip bits out of constants, | Dan Gohman |
| 2009-06-14 | Implement more aggressive folding of add operand lists when | Dan Gohman |
| 2009-06-13 | Teach SCEVExpander's visitAddRecExpr to reuse an existing canonical | Dan Gohman |
| 2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
| 2009-06-03 | Don't attempt to simplify an non-affine IV expression if it can't | Dan Gohman |
| 2009-05-27 | Teach SCEVExpander to avoid creating over-indexed GEP indices when | Dan Gohman |
| 2009-05-26 | In cases where a pointer value is an operand of a multiplication or | Dan Gohman |
| 2009-05-24 | When rewriting the loop exit test with the canonical induction variable, | Dan Gohman |
| 2009-05-24 | Generalize SCEVExpander::visitAddRecExpr's GEP persuit, and avoid | Dan Gohman |
| 2009-05-24 | The rewriter may hold references to instructions that are deleted because the... | Torok Edwin |
| 2009-05-22 | Teach IndVarSimplify's FixUsesBeforeDefs to handle InvokeInsts by | Dan Gohman |
| 2009-05-22 | Fix a thinko in the code that adapted SCEVMulExpr operands for | Dan Gohman |
| 2009-05-19 | Teach SCEVExpander to expand arithmetic involving pointers into GEP | Dan Gohman |