aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/BasicAA
Commit message (Expand)AuthorAgeFilesLines
* 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