Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement knowledge in BasicAA that &A->field != &A and (P+1) != P | Chris Lattner | 2003-02-09 | 1 | -0/+17 |
* | - Fix BasicAA to correctly detect the non-aliasness of A[1] & A[2] | Chris Lattner | 2003-02-09 | 1 | -2/+2 |
* | Don't bother counting alias results, allow the AliasAnalysisCounter to do that. | Chris Lattner | 2003-02-07 | 1 | -24/+6 |
* | Add statistics to basicAA pass | Chris Lattner | 2003-02-03 | 1 | -7/+28 |
* | Make query operations non-const to allow demand-driven analyses. | Vikram S. Adve | 2002-11-06 | 1 | -5/+5 |
* | * Add capability to recognize alias properties of the following common cases: | Chris Lattner | 2002-09-08 | 1 | -12/+79 |
* | Remove unneeded #include | Chris Lattner | 2002-08-29 | 1 | -1/+0 |
* | doxygenize comments | Chris Lattner | 2002-08-22 | 1 | -9/+8 |
* | Add missing #include | Chris Lattner | 2002-08-22 | 1 | -0/+1 |
* | Check-in new alias analysis infrastructure | Chris Lattner | 2002-08-22 | 1 | -0/+155 |