summaryrefslogtreecommitdiff
path: root/test/Analysis/ScalarEvolution
Commit message (Expand)AuthorAge
* Finally re-apply r46959. This is made feasible by the combinationDan Gohman2008-09-16
* Fix spacing in the grep line for this test, following the recentDan Gohman2008-09-16
* Teach ScalarEvolution to consider loop preheaders in the search forDan Gohman2008-09-15
* Fix WriteAsOperand to not emit a leading space character. AdjustDan Gohman2008-09-14
* Extend ScalarEvolution's executesAtLeastOnce logic to be able toDan Gohman2008-08-12
* PR2621: Improvements to the SCEV AddRec binomial expansion. This Eli Friedman2008-08-04
* Another SCEV issue from PR2607; essentially the same issue, but this Eli Friedman2008-07-30
* Fix for PR2607: SCEV miscomputing the loop count for loops with an Eli Friedman2008-07-30
* Fix PR2088. Use modulo linear equation solver to compute loop iterationWojciech Matyjewicz2008-07-20
* XFAIL this test.Nick Lewycky2008-07-19
* While testing particular algorithms to compute loop iteration count the bruteWojciech Matyjewicz2008-07-19
* Stop creating extraneous smax/umax in SCEV. This removes a regression where weNick Lewycky2008-07-12
* Crash less. The i64 restriction in BinomialCoefficient caused some problemsNick Lewycky2008-06-13
* Whoops -- forgot PR reference on this test.Nick Lewycky2008-05-26
* Use {} instead of "" in RUN lines.Nick Lewycky2008-05-26
* Don't treat values as signed when looking at loop steppings in HowForToNonZero.Nick Lewycky2008-05-25
* Temporarily reverting 46959.Evan Cheng2008-02-25
* Add 'umax' similar to 'smax' SCEV. Closes PR2003.Nick Lewycky2008-02-20
* Now that ScalarEvolution::print writes to the correct stream, there is Wojciech Matyjewicz2008-02-12
* Change negative grep into positive one in my yesterday's testcase.Wojciech Matyjewicz2008-02-12
* Fix PR2002. Suppose n is the initial value for the induction Wojciech Matyjewicz2008-02-12
* If the LHS of the comparison is a loop-invariant we also want to move it Wojciech Matyjewicz2008-02-11
* Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an Wojciech Matyjewicz2008-02-11
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-28
* Change grep '' to grep {}.Dan Gohman2007-11-27
* Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky2007-11-25
* Be more careful when transforming | to +. Patch from Wojciech Matyjewicz.Nick Lewycky2007-11-20
* Reverted r44163 per requestAnton Korobeynikov2007-11-15
* Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEVNick Lewycky2007-11-15
* Build the correct range for loops with unusual bounds. Fix from Jay Foad.Nick Lewycky2007-09-27
* Add reference to problem report.Nick Lewycky2007-08-07
* Fix the dates on these tests. It's not September yet. Thanks Reid!Nick Lewycky2007-08-06
* Let scalar-evolution analyze loops with an unsigned comparison for the exitNick Lewycky2007-08-06
* Don't assume it's safe to transform a loop just because it's dominated by anyNick Lewycky2007-08-06
* Handle decrementing loops properly. Fixes PR1533.Nick Lewycky2007-07-16
* Convert .cvsignore filesJohn Criswell2007-06-29
* Add two test cases to cover apintification change.Zhou Sheng2007-04-26
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Remove use of implementation keyword.Reid Spencer2007-03-28
* For PR411:Reid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* Ignore the output directory.Reid Spencer2007-01-17
* new testcase for pr1101Chris Lattner2007-01-14