Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson | 2007-09-07 | 1 | -5/+4 |
* | Missing break. Patch by Wojciech Matyjewicz. | Evan Cheng | 2007-09-05 | 1 | -0/+1 |
* | This resolves a regression of BasicAA which failed to find any memory informa... | Chandler Carruth | 2007-08-06 | 1 | -4/+23 |
* | Upgrade BasicAliasAnalysis::getModRefBehavior to not call Value::getName, | Chris Lattner | 2007-08-05 | 1 | -4/+14 |
* | Implement review feedback. | Christopher Lamb | 2007-08-02 | 1 | -4/+4 |
* | Teach BasicAA about noalias parameter attributes, but do it correctly this time. | Christopher Lamb | 2007-08-02 | 1 | -1/+31 |
* | Revert overly aggressive interpretation of noalias | Christopher Lamb | 2007-07-31 | 1 | -32/+1 |
* | Teach BasicAA about noalias function parameters. Passes all of DejaGNU and te... | Christopher Lamb | 2007-07-31 | 1 | -1/+32 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+890 |