summaryrefslogtreecommitdiffstats
path: root/test/Analysis/ScalarEvolution
Commit message (Expand)AuthorAgeFilesLines
* SCEV: When expanding a GEP the final addition to the base pointer has NUW but...Benjamin Kramer2012-04-072-5/+5
* SCEV fix: Handle loop invariant loads.Andrew Trick2012-03-261-0/+47
* Test scalar evolution directly instead of testing the result ofAndrew Trick2012-03-221-11/+9
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.Andrew Trick2011-11-291-1/+19
* Filecheckize.Andrew Trick2011-11-291-1/+2
* Don't forget to check FlagNW when determining whether an AddRecExpr will wrapNick Lewycky2011-11-091-0/+35
* 2>&1 doesn't work here, it just creates an empty file called "&1"Benjamin Kramer2011-10-271-1/+1
* Restore commits 142790 and 142843 - they weren't breaking the buildDuncan Sands2011-10-252-1/+62
* Speculatively revert commits 142790 and 142843 to see if it fixesDuncan Sands2011-10-252-62/+1
* Now that we look at all the header PHIs, we need to consider all the header PHIsNick Lewycky2011-10-241-0/+29
* Reapply r142781 with fix. Original message:Nick Lewycky2011-10-241-1/+33
* Speculatively revert r142781. Bots are showingNick Lewycky2011-10-241-33/+1
* Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in theNick Lewycky2011-10-231-1/+33
* Make SCEV's brute force analysis stronger in two ways. Firstly, we should beNick Lewycky2011-10-221-0/+33
* Missing test case for r141164.Andrew Trick2011-10-051-0/+50
* Reapply r140979 with fix! We never did get a testcase, but careful review of theNick Lewycky2011-10-031-0/+28
* Revert r140979 due to reports of bootstrap failure.Nick Lewycky2011-10-031-28/+0
* Add one more case we compute a max trip count.Nick Lewycky2011-10-031-0/+28
* This test only makes sense with -enable-iv-rewrite.Andrew Trick2011-09-131-3/+4
* This transform only handles two-operand AddRec's. Prevent it from trying toNick Lewycky2011-09-061-1/+20
* The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which wasNick Lewycky2011-09-061-3/+34
* Revert r139126 due to selfhost failures reported by buildbots.Nick Lewycky2011-09-061-31/+0
* Teach SCEV to report a max backedge count in one interesting case inNick Lewycky2011-09-051-0/+31
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-192-28/+28
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-182-50/+49
* Remove support for using "foo" as symbols instead of %"foo". This is ancientChris Lattner2011-06-173-3/+1
* Test case and comment for PR9633.Andrew Trick2011-04-271-0/+33
* Propagate SCEV no-wrap flags whenever possible.Andrew Trick2011-03-153-14/+21
* When SCEV can determine the loop test is X < X, set ExactBECount=0.Andrew Trick2011-03-091-0/+34
* teach SCEV that the scale and addition of an inbounds gep don't NSW.Chris Lattner2011-02-132-4/+31
* Per discussion with Dan G, inbounds geps *certainly* can haveChris Lattner2011-02-111-2/+2
* Simplify some code with no functionality change. Make the test a lot moreNick Lewycky2011-01-231-15/+19
* Use value ranges to fold ext(trunc) in SCEV when possible.Nick Lewycky2011-01-231-0/+34
* Implement requiredTransitiveTobias Grosser2011-01-201-0/+24
* Similarly, analyze truncate through multiply.Nick Lewycky2011-01-191-0/+8
* Add a missed SCEV fold that is required to continue analyzing the IR producedNick Lewycky2011-01-191-1/+9
* Add a missing SCEV simplification sext(zext x) --> zext x.Nick Lewycky2011-01-191-0/+8
* Revert the testcase from the previous reverted commit.Eric Christopher2011-01-111-2/+0
* add a testcase I missed in previous commit.Chris Lattner2011-01-091-0/+2
* teach SCEV analysis of PHI nodes that PHI recurences formedChris Lattner2011-01-091-2/+40
* reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec'sChris Lattner2011-01-091-1/+1
* remove some noise from tests.Chris Lattner2010-09-021-1/+1
* When analyzing loop exit conditions combined with and and or, don'tDan Gohman2010-08-111-2/+40
* Revert the part of r107257 which introduced new logic for usingDan Gohman2010-06-301-3/+4
* Add a testcase for scev-aa's new capability.Dan Gohman2010-06-301-3/+24
* Allow "exhaustive" trip count evaluation on phi nodes with allDan Gohman2010-06-221-0/+19
* Fix ScalarEvolution's "exhaustive" trip count evaluation code to avoidDan Gohman2010-06-191-0/+31
* Revert r106304 (105548 and friends), which are the SCEVComplexityCompareDan Gohman2010-06-181-1/+1
* Reapply 105540, 105542, and 105548, and revert r105732.Dan Gohman2010-06-181-1/+1