summaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution
Commit message (Expand)AuthorAge
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-17
* Test case and comment for PR9633.Andrew Trick2011-04-27
* Propagate SCEV no-wrap flags whenever possible.Andrew Trick2011-03-15
* When SCEV can determine the loop test is X < X, set ExactBECount=0.Andrew Trick2011-03-09
* teach SCEV that the scale and addition of an inbounds gep don't NSW.Chris Lattner2011-02-13
* Per discussion with Dan G, inbounds geps *certainly* can haveChris Lattner2011-02-11
* Simplify some code with no functionality change. Make the test a lot moreNick Lewycky2011-01-23
* Use value ranges to fold ext(trunc) in SCEV when possible.Nick Lewycky2011-01-23
* Implement requiredTransitiveTobias Grosser2011-01-20
* Similarly, analyze truncate through multiply.Nick Lewycky2011-01-19
* Add a missed SCEV fold that is required to continue analyzing the IR producedNick Lewycky2011-01-19
* Add a missing SCEV simplification sext(zext x) --> zext x.Nick Lewycky2011-01-19
* Revert the testcase from the previous reverted commit.Eric Christopher2011-01-11
* add a testcase I missed in previous commit.Chris Lattner2011-01-09
* teach SCEV analysis of PHI nodes that PHI recurences formedChris Lattner2011-01-09
* reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec'sChris Lattner2011-01-09
* remove some noise from tests.Chris Lattner2010-09-02
* When analyzing loop exit conditions combined with and and or, don'tDan Gohman2010-08-11
* Revert the part of r107257 which introduced new logic for usingDan Gohman2010-06-30
* Add a testcase for scev-aa's new capability.Dan Gohman2010-06-30
* Allow "exhaustive" trip count evaluation on phi nodes with allDan Gohman2010-06-22
* Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoidDan Gohman2010-06-19
* Revert r106304 (105548 and friends), which are the SCEVComplexityCompareDan Gohman2010-06-18
* Reapply 105540, 105542, and 105548, and revert r105732.Dan Gohman2010-06-18
* Workaround SCEV non-determinism on this test, for now, to get buildbots back toDaniel Dunbar2010-06-09
* Optimize ScalarEvolution's SCEVComplexityCompare predicate: don't goDan Gohman2010-06-07
* Add a comment to this test.Dan Gohman2010-04-26
* ScalarEvolution support for <= and >= loops.Dan Gohman2010-04-24
* Don't attempt to analyze values which are obviously undef. This fixes someDan Gohman2010-04-22
* Generalize ScalarEvolution's PHI analysis to handle loops that don'tDan Gohman2010-04-12
* Avoid analyzing instructions in blocks not reachable from the entry block.Dan Gohman2010-03-09
* Teach ScalarEvolution how to compute a tripcount for a loop withDan Gohman2010-02-19
* -disable-output is no longer needed with -analyze.Dan Gohman2010-01-26
* Fix the the ceiling-division used in computing the MaxBECount so that it doesn'tDan Gohman2010-01-26
* Use WriteAsOperand instead of getName() to print loop header names,Dan Gohman2010-01-09
* Add a comment about A[i+(j+1)].Dan Gohman2009-12-01
* update status of this. basicaa is much improved now,Chris Lattner2009-11-26
* Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks2009-11-03
* Convert Analysis tests to FileCheck in regards to PR5307.Edward O'Callaghan2009-10-27
* Teach ScalarEvolution how to reason about no-wrap flags on loopsDan Gohman2009-09-17
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman2009-08-26
* Loosen up the regex for this test so that it doesn't implicitlyDan Gohman2009-08-19
* Make LLVM Assembly dramatically easier to read by aligning the comments,Dan Gohman2009-08-12
* Change the assembly syntax for nsw, nuw, and exact, putting themDan Gohman2009-07-27
* When attempting to sign-extend an addrec by interpretingDan Gohman2009-07-25
* Teach ScalarEvolution to make use of no-overflow flags whenDan Gohman2009-07-25