aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/BasicAA
Commit message (Expand)AuthorAgeFilesLines
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-192-0/+0
* Make GVN able to remove unnecessary calls to read-only functions again.Owen Anderson2008-04-171-1/+1
* Don't assume a tail call can't reference a byvalDale Johannesen2008-04-151-0/+18
* The functionality being tested was removed because it was horribly unsafe.Owen Anderson2008-04-131-1/+1
* Fix http://llvm.org/bugs/show_bug.cgi?id=2104 by ordering lexicographically w...Gabor Greif2008-02-281-1/+1
* Remove llvm-upgrade.Tanya Lattner2008-02-1423-320/+302
* Teach basicaa that 'byval' arguments define a new memory location thatChris Lattner2008-01-241-0/+18
* Accept both %y, %x and %x, %y as valid answers.Nick Lewycky2008-01-061-1/+1
* Fix PR1782, patch by Wojtek Matyjewicz!Chris Lattner2007-12-091-0/+31
* Fix bug in regression tests that ignored stderr output in RUN lines. Updated ...Tanya Lattner2007-11-282-8/+8
* Allow GVN to eliminate read-only function calls when it can detect that they ...Owen Anderson2007-11-261-1/+1
* Teach alias analysis about readnone/readonly functions.Duncan Sands2007-11-221-0/+33
* Fix PR1774 and BasicAA/2007-11-05-SizeCrash.llChris Lattner2007-11-061-0/+34
* Fix for PR1741.Owen Anderson2007-10-251-0/+14
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-061-0/+17
* Teach BasicAA about noalias parameter attributes, but do it correctly this time.Christopher Lamb2007-08-022-0/+27
* Revert overly aggressive interpretation of noaliasChristopher Lamb2007-07-311-12/+0
* Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te...Christopher Lamb2007-07-311-0/+12
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1825-0/+565