Fix off-by-one error in traversing an array; this fixes a test.
[oota-llvm.git] / test / Analysis /
2009-01-02 Nick LewyckyDon't try to analyze this "backward" case. This is...
2008-12-27 Nick LewyckyCheck that the function prototypes are correct before...
2008-12-19 Nick LewyckyResubmit support for the 'nocapture' attribute.
2008-12-16 Bill WendlingRemove empty test.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-16 Nick LewyckyGeneralize support for analyzing loops to include SLE...
2008-12-15 Chris LattnerTeach basicaa to use the nocapture attribute when possi...
2008-12-12 Nick LewyckyRevert my re-instated reverted commit, fixes the bootst...
2008-12-11 Nick LewyckySneaky, sneaky: move the -1 to the outside of the SMax...
2008-12-10 Chris LattnerAllow basicaa to walk through geps with identical indic...
2008-12-09 Evan Chengxfail this for now.
2008-12-09 Nick LewyckyIt's easy to handle SLE/SGE when the loop has a unit...
2008-11-24 Nick LewyckyExtend the 'noalias' attribute to function return value...
2008-11-18 Nick LewyckyAdd a utility function that detects whether a loop...
2008-11-16 Nick LewyckyDon't brute-force analyze cubic or higher polynomials.
2008-11-03 Nick LewyckyDon't crash analyzing certain quadratics (addrec of...
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-19 Duncan SandsRemove the MarkModRef pass (use AddReadAttrs instead).
2008-09-19 Duncan SandsAdd a new pass AddReadAttrs which works out which functions
2008-09-19 Duncan SandsTeach -callgraph to always print the callgraph (as the
2008-09-16 Dan GohmanFinally re-apply r46959. This is made feasible by the...
2008-09-16 Dan GohmanFix spacing in the grep line for this test, following...
2008-09-15 Dan GohmanTeach ScalarEvolution to consider loop preheaders in...
2008-09-14 Dan GohmanFix WriteAsOperand to not emit a leading space characte...
2008-09-13 Duncan SandsFix PR2792: treat volatile loads as writing memory...
2008-09-09 Duncan SandsCorrect callgraph construction. It has two problems:
2008-09-03 Duncan SandsTestcase for commits 55700 and 55714.
2008-09-03 Duncan SandsSince onlyReadsMemory returns true if in fact
2008-09-03 Duncan SandsCleanup GlobalsModRef a bit. When analysing the
2008-08-16 Owen AndersonRemove GCSE and LoadVN from the testsuite.
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-16 Chris LattnerIf we are checking to see if the result of a call aliases a
2008-06-13 Nick LewyckyCrash less. The i64 restriction in BinomialCoefficient...
2008-06-10 Matthijs KooijmanRemove trailing whitespace after line continuations...
2008-06-10 Matthijs KooijmanSuppress the (stderr) output of -aa-eval, this fixes...
2008-06-02 Wojciech MatyjewiczFixes PR2395. Looking for a constant in a GEP tail...
2008-05-29 Owen AndersonMove these tests into the proper directory.
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-05-23 Dan GohmanRemove lingering references to .llx and .tr in the...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-16 Owen AndersonFix this test. It was testing broken behavior in that...
2008-05-04 Owen AndersonFix PR1098 by correcting the postdominators analysis.
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-04-17 Owen AndersonMake GVN able to remove unnecessary calls to read-only...
2008-04-15 Dale JohannesenDon't assume a tail call can't reference a byval
2008-04-13 Owen AndersonThe functionality being tested was removed because...
2008-04-07 Duncan SandsTestcase for pr2169.
2008-03-21 Duncan SandsTestcase for PR2160.
2008-03-18 Daniel BerlinFix PR 2160 by making sure arguments to external functi...
2008-02-28 Gabor GreifFix llvm.org/bugs/show_bug.cgi?id=2104 by ordering...
2008-02-25 Evan ChengTemporarily reverting 46959.
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-14 Tanya LattnerRemove llvm-upgrade.
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...
2008-01-24 Chris LattnerTeach basicaa that 'byval' arguments define a new memor...
2008-01-06 Nick LewyckyAccept both %y, %x and %x, %y as valid answers.
2007-12-09 Chris LattnerFix PR1782, patch by Wojtek Matyjewicz!
2007-11-28 Tanya LattnerFix bug in regression tests that ignored stderr output...
2007-11-27 Dan GohmanChange grep '' to grep {}.
2007-11-26 Owen AndersonAllow GVN to eliminate read-only function calls when...
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-11-22 Duncan SandsTeach alias analysis about readnone/readonly functions.
2007-11-22 Nick LewyckyCreate nodes for inline asm so that we don't crash...
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-11-06 Chris LattnerFix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
2007-10-25 Owen AndersonFix for PR1741.
2007-09-27 Nick LewyckyBuild the correct range for loops with unusual bounds...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-08-07 Nick LewyckyAdd reference to problem report.
2007-08-06 Chandler CarruthThis resolves a regression of BasicAA which failed...
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-08-06 Chris Lattnerupdate for new domtree dump format
2007-08-02 Christopher LambTeach BasicAA about noalias parameter attributes, but...
2007-07-31 Christopher LambRevert overly aggressive interpretation of noalias
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-07-31 Christopher LambTeach BasicAA about noalias function parameters. Passes...
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-21 Devang PatelNew test case.
2007-04-18 Devang PatelNew test.
next