aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis
AgeCommit message (Expand)Author
2007-09-27Build the correct range for loops with unusual bounds. Fix from Jay Foad.Nick Lewycky
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-08-07Add reference to problem report.Nick Lewycky
2007-08-06This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth
2007-08-06Fix the dates on these tests. It's not September yet. Thanks Reid!Nick Lewycky
2007-08-06Let scalar-evolution analyze loops with an unsigned comparison for the exitNick Lewycky
2007-08-06Don't assume it's safe to transform a loop just because it's dominated by anyNick Lewycky
2007-08-06update for new domtree dump formatChris Lattner
2007-08-02Teach BasicAA about noalias parameter attributes, but do it correctly this time.Christopher Lamb
2007-07-31Revert overly aggressive interpretation of noaliasChristopher Lamb
2007-07-31Bunch of tests to check loop passes.Devang Patel
2007-07-31Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...Christopher Lamb
2007-07-16Handle decrementing loops properly. Fixes PR1533.Nick Lewycky
2007-06-29Convert .cvsignore filesJohn Criswell
2007-04-26Add two test cases to cover apintification change.Zhou Sheng
2007-04-21New test case.Devang Patel
2007-04-18New test.Devang Patel
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-15Fix this test to test what it was intended to test.Nick Lewycky
2007-04-15For PR1319:Reid Spencer
2007-04-15Update tests for the disappearance of -idom.Owen Anderson
2007-04-14Changes to fix problems with "make check". Apparently you can redefineReid Spencer
2007-04-14Convert test cases to new llvm.exp version of llvm_runtest and fix testsReid Spencer
2007-04-14For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-08Fix this testcase to fail if the bug were reintroduced.Nick Lewycky
2007-04-08Remove DomSet completely. This concludes work on PR1171.Owen Anderson
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-01-30For PR411:Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-17Ignore the output directory.Reid Spencer
2007-01-14testcase for pr1110Chris Lattner
2007-01-14testcase for pr1109Chris Lattner
2007-01-14new testcase for pr1101Chris Lattner
2007-01-13For PR1043:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2006-12-13Remove DSA tests.John Criswell
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-27For PR950:Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-11-18Fix bugs in this. What was I thinking??? :)Reid Spencer
2006-11-18Fail even if opt doesn't print anything.Reid Spencer
2006-11-18Add a simple test to make sure getModRefInfo is 1/2 way sane.Reid Spencer
2006-11-03new testcaseChris Lattner
2006-10-27Improve cvs ignoring of test results.Reid Spencer
2006-10-23restore these testsAndrew Lenharth
2006-10-03New testcase for PR932Chris Lattner