summaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution
Commit message (Expand)AuthorAge
* Adding testcase for PR18886.Dinesh Dwivedi2014-05-27
* Test case comments. Fix sloppiness.Andrew Trick2014-05-23
* Fix and improve SCEV ComputeBackedgeTankCount.Andrew Trick2014-05-23
* Fix a bug in SCEV's backedge taken count computation from my prior fix in Jan.Andrew Trick2014-05-22
* ScalarEvolution: Compute exit counts for loops with a power-of-2 step.Benjamin Kramer2014-03-25
* Actually call FileCheck in testsNico Rieck2014-02-16
* ScalarEvolution: Analyze trip count of loops with a switch guarding the exit.Benjamin Kramer2014-02-11
* Fix crasher introduced in r200203 and caught by a libc++ buildbot. Don't assu...Nick Lewycky2014-01-27
* Teach SCEV to handle more cases of 'and X, CST', specifically where CST is an...Nick Lewycky2014-01-27
* Fix known typosAlp Toker2014-01-24
* Fixed old typo in ScalarEvolution, that caused wrong SCEVs zext operation.Stepan Dyatkovskiy2014-01-09
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-06
* SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ...Benjamin Kramer2013-10-28
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-21
* SCEV should use NSW to get trip count for positive nonunit stride loops.Andrew Trick2013-10-18
* Teach ScalarEvolution about pointer address spacesMatt Arsenault2013-09-10
* FileCheck-ize tests.Bill Wendling2013-08-22
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* FileCheckize some of the testcases.Bill Wendling2013-08-05
* Add newlines at end of test files, no functionality changeStephen Lin2013-07-13
* Unit test for SCEV fix r182989, PR16130.Andrew Trick2013-05-31
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-29
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-26
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitiv...Dmitri Gribenko2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Fix broken check lines.Benjamin Kramer2012-08-17
* Stay rational; don't assert trying to take the square root of a negative value.Nick Lewycky2012-08-01
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* If the step value is a constant zero, the loop isn't going to terminate. FixesNick Lewycky2012-06-28
* SCEV: Handle a corner case reducing AddRecExpr * AddRecExprAndrew Trick2012-05-30
* SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick2012-05-19
* Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer2012-04-17
* SCEV: When expanding a GEP the final addition to the base pointer has NUW but...Benjamin Kramer2012-04-07
* SCEV fix: Handle loop invariant loads.Andrew Trick2012-03-26
* Test scalar evolution directly instead of testing the result ofAndrew Trick2012-03-22
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW.Andrew Trick2011-11-29
* Filecheckize.Andrew Trick2011-11-29
* Don't forget to check FlagNW when determining whether an AddRecExpr will wrapNick Lewycky2011-11-09
* 2>&1 doesn't work here, it just creates an empty file called "&1"Benjamin Kramer2011-10-27
* Restore commits 142790 and 142843 - they weren't breaking the buildDuncan Sands2011-10-25
* Speculatively revert commits 142790 and 142843 to see if it fixesDuncan Sands2011-10-25
* Now that we look at all the header PHIs, we need to consider all the header PHIsNick Lewycky2011-10-24
* Reapply r142781 with fix. Original message:Nick Lewycky2011-10-24
* Speculatively revert r142781. Bots are showingNick Lewycky2011-10-24
* Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in theNick Lewycky2011-10-23
* Make SCEV's brute force analysis stronger in two ways. Firstly, we should beNick Lewycky2011-10-22