Remove extra lines
[oota-llvm.git] / test / Analysis /
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.
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Nick LewyckyFix this test to test what it was intended to test.
2007-04-15 Reid SpencerFor PR1319:
2007-04-15 Owen AndersonUpdate tests for the disappearance of -idom.
2007-04-14 Reid SpencerChanges to fix problems with "make check". Apparently...
2007-04-14 Reid SpencerConvert test cases to new llvm.exp version of llvm_runt...
2007-04-14 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2007-04-08 Nick LewyckyFix this testcase to fail if the bug were reintroduced.
2007-04-08 Owen AndersonRemove DomSet completely. This concludes work on PR1171.
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 Lattnertestcase for pr1110
2007-01-14 Chris Lattnertestcase for pr1109
2007-01-14 Chris Lattnernew testcase for pr1101
2007-01-13 Reid SpencerFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-29 Reid SpencerUpdate tests that need to be run through llvm-upgrade...
2006-12-13 John CriswellRemove DSA tests.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-27 Reid SpencerFor PR950:
2006-11-23 Reid SpencerPromote GEP ubyte indices to uint. Backwards compatibil...
2006-11-18 Reid SpencerFix bugs in this. What was I thinking??? :)
2006-11-18 Reid SpencerFail even if opt doesn't print anything.
2006-11-18 Reid SpencerAdd a simple test to make sure getModRefInfo is 1/2...
2006-11-03 Chris Lattnernew testcase
2006-10-27 Reid SpencerImprove cvs ignoring of test results.
2006-10-23 Andrew Lenharthrestore these tests
2006-10-03 Chris LattnerNew testcase for PR932
2006-10-01 Chris LattnerNew testcase
next