MVN is addrmode1.
[oota-llvm.git] / test / Analysis / ScalarEvolution /
2008-08-12 Dan GohmanExtend ScalarEvolution's executesAtLeastOnce logic...
2008-08-04 Eli FriedmanPR2621: Improvements to the SCEV AddRec binomial expans...
2008-07-30 Eli FriedmanAnother SCEV issue from PR2607; essentially the same...
2008-07-30 Eli FriedmanFix for PR2607: SCEV miscomputing the loop count for...
2008-07-20 Wojciech MatyjewiczFix PR2088. Use modulo linear equation solver to comput...
2008-07-19 Nick LewyckyXFAIL this test.
2008-07-19 Wojciech MatyjewiczWhile testing particular algorithms to compute loop...
2008-07-12 Nick LewyckyStop creating extraneous smax/umax in SCEV. This remove...
2008-06-13 Nick LewyckyCrash less. The i64 restriction in BinomialCoefficient...
2008-05-26 Nick LewyckyWhoops -- forgot PR reference on this test.
2008-05-26 Nick LewyckyUse {} instead of "" in RUN lines.
2008-05-25 Nick LewyckyDon't treat values as signed when looking at loop stepp...
2008-02-25 Evan ChengTemporarily reverting 46959.
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-12 Wojciech MatyjewiczNow that ScalarEvolution::print writes to the correct...
2008-02-12 Wojciech MatyjewiczChange negative grep into positive one in my yesterday...
2008-02-12 Wojciech MatyjewiczFix PR2002. Suppose n is the initial value for the...
2008-02-11 Wojciech MatyjewiczIf the LHS of the comparison is a loop-invariant we...
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2007-11-28 Tanya LattnerFix bug in regression tests that ignored stderr output...
2007-11-27 Dan GohmanChange grep '' to grep {}.
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-20 Nick LewyckyBe more careful when transforming | to +. Patch from...
2007-11-15 Anton KorobeynikovReverted r44163 per request
2007-11-15 Nick LewyckyFix handling of overflow in loop calculation by adding...
2007-09-27 Nick LewyckyBuild the correct range for loops with unusual bounds...
2007-08-07 Nick LewyckyAdd reference to problem report.
2007-08-06 Nick LewyckyFix the dates on these tests. It's not September yet...
2007-08-06 Nick LewyckyLet scalar-evolution analyze loops with an unsigned...
2007-08-06 Nick LewyckyDon't assume it's safe to transform a loop just because...
2007-07-16 Nick LewyckyHandle decrementing loops properly. Fixes PR1533.
2007-06-29 John CriswellConvert .cvsignore files
2007-04-26 Zhou ShengAdd two test cases to cover apintification change.
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-01-30 Reid SpencerFor PR411:
2007-01-26 Reid SpencerFor PR761:
2007-01-17 Reid SpencerIgnore the output directory.
2007-01-14 Chris Lattnernew testcase for pr1101