aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis
AgeCommit message (Expand)Author
2008-02-11If the LHS of the comparison is a loop-invariant we also want to move it Wojciech Matyjewicz
2008-02-11Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an Wojciech Matyjewicz
2008-01-24Teach basicaa that 'byval' arguments define a new memory location thatChris Lattner
2008-01-06Accept both %y, %x and %x, %y as valid answers.Nick Lewycky
2007-12-09Fix PR1782, patch by Wojtek Matyjewicz!Chris Lattner
2007-11-28Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner
2007-11-27Change grep '' to grep {}.Dan Gohman
2007-11-26Allow GVN to eliminate read-only function calls when it can detect that they ...Owen Anderson
2007-11-25Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky
2007-11-23Ding dong, the DoesntAccessMemoryFns andDuncan Sands
2007-11-22Teach alias analysis about readnone/readonly functions.Duncan Sands
2007-11-22Create nodes for inline asm so that we don't crash looking for the node later.Nick Lewycky
2007-11-20Be more careful when transforming | to +. Patch from Wojciech Matyjewicz.Nick Lewycky
2007-11-15Reverted r44163 per requestAnton Korobeynikov
2007-11-15Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEVNick Lewycky
2007-11-06Fix PR1774 and BasicAA/2007-11-05-SizeCrash.llChris Lattner
2007-10-25Fix for PR1741.Owen Anderson
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