summaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution
Commit message (Expand)AuthorAge
* 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
* Missing test case for r141164.Andrew Trick2011-10-05
* Reapply r140979 with fix! We never did get a testcase, but careful review of theNick Lewycky2011-10-03
* Revert r140979 due to reports of bootstrap failure.Nick Lewycky2011-10-03
* Add one more case we compute a max trip count.Nick Lewycky2011-10-03
* This test only makes sense with -enable-iv-rewrite.Andrew Trick2011-09-13
* This transform only handles two-operand AddRec's. Prevent it from trying toNick Lewycky2011-09-06
* The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which wasNick Lewycky2011-09-06
* Revert r139126 due to selfhost failures reported by buildbots.Nick Lewycky2011-09-06
* Teach SCEV to report a max backedge count in one interesting case inNick Lewycky2011-09-05
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-19
* 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