| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow GVN to eliminate read-only function calls when it can detect that they ... | Owen Anderson | 2007-11-26 | 1 | -1/+1 |
* | Teach alias analysis about readnone/readonly functions. | Duncan Sands | 2007-11-22 | 1 | -0/+33 |
* | Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll | Chris Lattner | 2007-11-06 | 1 | -0/+34 |
* | Fix for PR1741. | Owen Anderson | 2007-10-25 | 1 | -0/+14 |
* | This resolves a regression of BasicAA which failed to find any memory informa... | Chandler Carruth | 2007-08-06 | 1 | -0/+17 |
* | Teach BasicAA about noalias parameter attributes, but do it correctly this time. | Christopher Lamb | 2007-08-02 | 2 | -0/+27 |
* | Revert overly aggressive interpretation of noalias | Christopher Lamb | 2007-07-31 | 1 | -12/+0 |
* | Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te... | Christopher Lamb | 2007-07-31 | 1 | -0/+12 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 25 | -0/+565 |