aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/ScalarEvolution
Commit message (Expand)AuthorAgeFilesLines
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-281-2/+38
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-211-1/+27
* SCEV should use NSW to get trip count for positive nonunit stride loops.Andrew Trick2013-10-181-18/+25
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-101-0/+68
* FileCheck-ize tests.Bill Wendling2013-08-2224-32/+93
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* FileCheckize some of the testcases.Bill Wendling2013-08-0512-25/+32
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-131-1/+1
* Unit test for SCEV fix r182989, PR16130.Andrew Trick2013-05-311-3/+28
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-291-10/+6
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-261-0/+34
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitiv...Dmitri Gribenko2012-12-301-1/+3
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Fix broken check lines.Benjamin Kramer2012-08-171-1/+1
* Stay rational; don't assert trying to take the square root of a negative value.Nick Lewycky2012-08-011-0/+21
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-024-4/+4
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-027-7/+7
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-0226-27/+27
* If the step value is a constant zero, the loop isn't going to terminate. FixesNick Lewycky2012-06-281-0/+27
* SCEV: Handle a corner case reducing AddRecExpr * AddRecExprAndrew Trick2012-05-301-0/+45
* SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick2012-05-191-0/+30
* Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer2012-04-172-5/+5
* 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