| Age | Commit message (Expand) | Author |
| 2010-09-02 | more test cleanup | Chris Lattner |
| 2010-09-02 | Print the number of uses of a function in the .ll since it can be informative | Duncan Sands |
| 2010-08-30 | Correct bogus module triple specifications. | Duncan Sands |
| 2010-07-26 | Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variable | Dan Gohman |
| 2010-07-16 | Fix this test. | Dan Gohman |
| 2010-07-15 | Fix the order that SCEVExpander considers add operands in so that | Dan Gohman |
| 2010-06-29 | Fix ScalarEvolution's tripcount computation for chains of loops | Dan Gohman |
| 2010-06-18 | Disable indvars on loops when LoopSimplify form is not available. | Dan Gohman |
| 2010-06-17 | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola |
| 2010-04-19 | Remove the Expr member from IVUsers. Instead of remembering the expression, | Dan Gohman |
| 2010-04-17 | Fix declarations in a few more tests. | Nick Lewycky |
| 2010-04-13 | Teach ScalarEvolution to simplify smax and umax when it can prove | 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 | 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-07 | add newlines at the end of files. | Chris Lattner |
| 2010-04-03 | add integer overflow check for the fp induction variable | Chris Lattner |
| 2010-04-03 | fix PR6761, a miscompilation due to the fp->int IV conversion | Chris Lattner |
| 2010-04-03 | convert to filecheck | Chris Lattner |
| 2010-04-03 | rename feature test. | Chris Lattner |
| 2010-04-03 | actually just remove this, will move the real feature test here. | Chris Lattner |
| 2010-04-03 | rename test since it is a feature test. | 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-02-25 | Make LoopSimplify change conditional branches in loop exiting blocks | Dan Gohman |
| 2010-02-19 | Teach ScalarEvolution how to compute a tripcount for a loop with | Dan Gohman |
| 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 |