summaryrefslogtreecommitdiff
path: root/test/Analysis
Commit message (Expand)AuthorAge
* Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w...Gabor Greif2008-02-28
* Temporarily reverting 46959.Evan Cheng2008-02-25
* Add 'umax' similar to 'smax' SCEV. Closes PR2003.Nick Lewycky2008-02-20
* Remove llvm-upgrade.Tanya Lattner2008-02-14
* Now that ScalarEvolution::print writes to the correct stream, there is Wojciech Matyjewicz2008-02-12
* Change negative grep into positive one in my yesterday's testcase.Wojciech Matyjewicz2008-02-12
* Fix PR2002. Suppose n is the initial value for the induction Wojciech Matyjewicz2008-02-12
* If the LHS of the comparison is a loop-invariant we also want to move it Wojciech Matyjewicz2008-02-11
* Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an Wojciech Matyjewicz2008-02-11
* Teach basicaa that 'byval' arguments define a new memory location thatChris Lattner2008-01-24
* Accept both %y, %x and %x, %y as valid answers.Nick Lewycky2008-01-06
* Fix PR1782, patch by Wojtek Matyjewicz!Chris Lattner2007-12-09
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-28
* Change grep '' to grep {}.Dan Gohman2007-11-27
* Allow GVN to eliminate read-only function calls when it can detect that they ...Owen Anderson2007-11-26
* Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky2007-11-25
* Ding dong, the DoesntAccessMemoryFns andDuncan Sands2007-11-23
* Teach alias analysis about readnone/readonly functions.Duncan Sands2007-11-22
* Create nodes for inline asm so that we don't crash looking for the node later.Nick Lewycky2007-11-22
* Be more careful when transforming | to +. Patch from Wojciech Matyjewicz.Nick Lewycky2007-11-20
* Reverted r44163 per requestAnton Korobeynikov2007-11-15
* Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEVNick Lewycky2007-11-15
* Fix PR1774 and BasicAA/2007-11-05-SizeCrash.llChris Lattner2007-11-06
* Fix for PR1741.Owen Anderson2007-10-25
* Build the correct range for loops with unusual bounds. Fix from Jay Foad.Nick Lewycky2007-09-27
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Add reference to problem report.Nick Lewycky2007-08-07
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-06
* Fix the dates on these tests. It's not September yet. Thanks Reid!Nick Lewycky2007-08-06
* Let scalar-evolution analyze loops with an unsigned comparison for the exitNick Lewycky2007-08-06
* Don't assume it's safe to transform a loop just because it's dominated by anyNick Lewycky2007-08-06
* update for new domtree dump formatChris Lattner2007-08-06
* Teach BasicAA about noalias parameter attributes, but do it correctly this time.Christopher Lamb2007-08-02
* Revert overly aggressive interpretation of noaliasChristopher Lamb2007-07-31
* Bunch of tests to check loop passes.Devang Patel2007-07-31
* Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...Christopher Lamb2007-07-31
* Handle decrementing loops properly. Fixes PR1533.Nick Lewycky2007-07-16
* Convert .cvsignore filesJohn Criswell2007-06-29
* Add two test cases to cover apintification change.Zhou Sheng2007-04-26
* New test case.Devang Patel2007-04-21
* New test.Devang Patel2007-04-18
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-16
* Fix this test to test what it was intended to test.Nick Lewycky2007-04-15
* For PR1319:Reid Spencer2007-04-15
* Update tests for the disappearance of -idom.Owen Anderson2007-04-15
* Changes to fix problems with "make check". Apparently you can redefineReid Spencer2007-04-14
* Convert test cases to new llvm.exp version of llvm_runtest and fix testsReid Spencer2007-04-14
* For PR1319:Reid Spencer2007-04-14