| Age | Commit message (Expand) | Author |
| 2011-01-19 | Add a missed SCEV fold that is required to continue analyzing the IR produced | Nick Lewycky |
| 2011-01-19 | Add a missing SCEV simplification sext(zext x) --> zext x. | Nick Lewycky |
| 2011-01-11 | Revert the testcase from the previous reverted commit. | Eric Christopher |
| 2011-01-09 | add a testcase I missed in previous commit. | Chris Lattner |
| 2011-01-09 | teach SCEV analysis of PHI nodes that PHI recurences formed | Chris Lattner |
| 2011-01-09 | reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's | Chris Lattner |
| 2010-09-02 | remove some noise from tests. | Chris Lattner |
| 2010-08-11 | When analyzing loop exit conditions combined with and and or, don't | Dan Gohman |
| 2010-06-30 | Revert the part of r107257 which introduced new logic for using | Dan Gohman |
| 2010-06-30 | Add a testcase for scev-aa's new capability. | Dan Gohman |
| 2010-06-22 | Allow "exhaustive" trip count evaluation on phi nodes with all | 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-09 | Workaround SCEV non-determinism on this test, for now, to get buildbots back to | Daniel Dunbar |
| 2010-06-07 | Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't go | Dan Gohman |
| 2010-04-26 | Add a comment to this test. | Dan Gohman |
| 2010-04-24 | ScalarEvolution support for <= and >= loops. | Dan Gohman |
| 2010-04-22 | Don't attempt to analyze values which are obviously undef. This fixes some | Dan Gohman |
| 2010-04-12 | Generalize ScalarEvolution's PHI analysis to handle loops that don't | Dan Gohman |
| 2010-03-09 | Avoid analyzing instructions in blocks not reachable from the entry block. | Dan Gohman |
| 2010-02-19 | Teach ScalarEvolution how to compute a tripcount for a loop with | Dan Gohman |
| 2010-01-26 | -disable-output is no longer needed with -analyze. | Dan Gohman |
| 2010-01-26 | Fix the the ceiling-division used in computing the MaxBECount so that it doesn't | Dan Gohman |
| 2010-01-09 | Use WriteAsOperand instead of getName() to print loop header names, | Dan Gohman |
| 2009-12-01 | Add a comment about A[i+(j+1)]. | Dan Gohman |
| 2009-11-26 | update status of this. basicaa is much improved now, | Chris Lattner |
| 2009-11-03 | Make opt default to not adding a target data string and update tests that dep... | Kenneth Uildriks |
| 2009-10-27 | Convert Analysis tests to FileCheck in regards to PR5307. | Edward O'Callaghan |
| 2009-09-17 | Teach ScalarEvolution how to reason about no-wrap flags on loops | 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 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-08-26 | Create a ScalarEvolution-based AliasAnalysis implementation. | Dan Gohman |
| 2009-08-19 | Loosen up the regex for this test so that it doesn't implicitly | Dan Gohman |
| 2009-08-12 | Make LLVM Assembly dramatically easier to read by aligning the comments, | Dan Gohman |
| 2009-07-27 | Change the assembly syntax for nsw, nuw, and exact, putting them | Dan Gohman |
| 2009-07-25 | When attempting to sign-extend an addrec by interpreting | Dan Gohman |
| 2009-07-25 | Teach ScalarEvolution to make use of no-overflow flags when | Dan Gohman |
| 2009-07-21 | Replace the original ad-hoc code for determining whether (v pred w) implies | Dan Gohman |
| 2009-07-21 | Add a testcase for PR4569, which is now fixed. | Dan Gohman |
| 2009-07-13 | Add testcases for PR4538, PR4537, and PR4534. | Dan Gohman |
| 2009-07-04 | When comparing constants, consider a less wide constant to be "less complex" | Nick Lewycky |
| 2009-06-24 | Add a testcase demoing some of ScalarEvolution's new trip count logic. | Dan Gohman |
| 2009-06-22 | Fix a bug in the trip-count computation with And/Or. If either of the | Dan Gohman |
| 2009-06-22 | Fix llvm::ComputeNumSignBits to handle pointer types | Dan Gohman |
| 2009-06-22 | Teach ScalarEvolution how to analyze loops with multiple exit | Dan Gohman |
| 2009-06-21 | Fix ScalarEvolution's backedge-taken count computations to check for | Dan Gohman |
| 2009-06-18 | Teach ScalarEvolution how to recognize another xor(and(x, C), C) case. | Dan Gohman |
| 2009-06-17 | Add -disable-output to a bunch of tests that don't care about the output. | Dan Gohman |