| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 4 | -3/+149 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -0/+109 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 10 | -18/+211 |
* | Rewrite SCEV's backedge taken count computation. | Andrew Trick | 2013-11-06 | 5 | -10/+13 |
* | SCEV: Make the final add of an inbounds GEP nuw if we know that the index is ... | Benjamin Kramer | 2013-10-28 | 1 | -2/+38 |
* | Fix creating bitcasts between address spaces in SCEV. | Matt Arsenault | 2013-10-21 | 1 | -1/+27 |
* | SCEV should use NSW to get trip count for positive nonunit stride loops. | Andrew Trick | 2013-10-18 | 1 | -18/+25 |
* | Teach ScalarEvolution about pointer address spaces | Matt Arsenault | 2013-09-10 | 1 | -0/+68 |
* | FileCheck-ize tests. | Bill Wendling | 2013-08-22 | 24 | -32/+93 |
* | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -1/+0 |
* | FileCheckize some of the testcases. | Bill Wendling | 2013-08-05 | 12 | -25/+32 |
* | Add newlines at end of test files, no functionality change | Stephen Lin | 2013-07-13 | 1 | -1/+1 |
* | Unit test for SCEV fix r182989, PR16130. | Andrew Trick | 2013-05-31 | 1 | -3/+28 |
* | TBAA: remove !tbaa from testing cases if not used. | Manman Ren | 2013-04-29 | 1 | -10/+6 |
* | Fix SCEV forgetMemoizedResults should search and destroy backedge exprs. | Andrew Trick | 2013-03-26 | 1 | -0/+34 |
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2012-12-30 | 1 | -1/+1 |
* | Add a check to the test Analysis/ScalarEvolution/2010-09-03-RequiredTransitiv... | Dmitri Gribenko | 2012-12-30 | 1 | -1/+3 |
* | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod... | Dmitri Gribenko | 2012-12-30 | 1 | -1/+1 |
* | Fix broken check lines. | Benjamin Kramer | 2012-08-17 | 1 | -1/+1 |
* | Stay rational; don't assert trying to take the square root of a negative value. | Nick Lewycky | 2012-08-01 | 1 | -0/+21 |
* | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 4 | -4/+4 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 7 | -7/+7 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 26 | -27/+27 |
* | If the step value is a constant zero, the loop isn't going to terminate. Fixes | Nick Lewycky | 2012-06-28 | 1 | -0/+27 |
* | SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr | Andrew Trick | 2012-05-30 | 1 | -0/+45 |
* | SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond. | Andrew Trick | 2012-05-19 | 1 | -0/+30 |
* | Revert "SCEV: When expanding a GEP the final addition to the base pointer has... | Benjamin Kramer | 2012-04-17 | 2 | -5/+5 |
* | SCEV: When expanding a GEP the final addition to the base pointer has NUW but... | Benjamin Kramer | 2012-04-07 | 2 | -5/+5 |
* | SCEV fix: Handle loop invariant loads. | Andrew Trick | 2012-03-26 | 1 | -0/+47 |
* | Test scalar evolution directly instead of testing the result of | Andrew Trick | 2012-03-22 | 1 | -11/+9 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW. | Andrew Trick | 2011-11-29 | 1 | -1/+19 |
* | Filecheckize. | Andrew Trick | 2011-11-29 | 1 | -1/+2 |
* | Don't forget to check FlagNW when determining whether an AddRecExpr will wrap | Nick Lewycky | 2011-11-09 | 1 | -0/+35 |
* | 2>&1 doesn't work here, it just creates an empty file called "&1" | Benjamin Kramer | 2011-10-27 | 1 | -1/+1 |
* | Restore commits 142790 and 142843 - they weren't breaking the build | Duncan Sands | 2011-10-25 | 2 | -1/+62 |
* | Speculatively revert commits 142790 and 142843 to see if it fixes | Duncan Sands | 2011-10-25 | 2 | -62/+1 |
* | Now that we look at all the header PHIs, we need to consider all the header PHIs | Nick Lewycky | 2011-10-24 | 1 | -0/+29 |
* | Reapply r142781 with fix. Original message: | Nick Lewycky | 2011-10-24 | 1 | -1/+33 |
* | Speculatively revert r142781. Bots are showing | Nick Lewycky | 2011-10-24 | 1 | -33/+1 |
* | Enhance SCEV's brute force loop analysis to handle multiple PHI nodes in the | Nick Lewycky | 2011-10-23 | 1 | -1/+33 |
* | Make SCEV's brute force analysis stronger in two ways. Firstly, we should be | Nick Lewycky | 2011-10-22 | 1 | -0/+33 |
* | Missing test case for r141164. | Andrew Trick | 2011-10-05 | 1 | -0/+50 |
* | Reapply r140979 with fix! We never did get a testcase, but careful review of the | Nick Lewycky | 2011-10-03 | 1 | -0/+28 |
* | Revert r140979 due to reports of bootstrap failure. | Nick Lewycky | 2011-10-03 | 1 | -28/+0 |
* | Add one more case we compute a max trip count. | Nick Lewycky | 2011-10-03 | 1 | -0/+28 |
* | This test only makes sense with -enable-iv-rewrite. | Andrew Trick | 2011-09-13 | 1 | -3/+4 |
* | This transform only handles two-operand AddRec's. Prevent it from trying to | Nick Lewycky | 2011-09-06 | 1 | -1/+20 |
* | The logic inside getMulExpr to simplify {a,+,b}*{c,+,d} was wrong, which was | Nick Lewycky | 2011-09-06 | 1 | -3/+34 |
* | Revert r139126 due to selfhost failures reported by buildbots. | Nick Lewycky | 2011-09-06 | 1 | -31/+0 |