Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make BasicAliasAnalysis a normal AliasAnalysis implementation which | Dan Gohman | 2010-10-18 | 1 | -1/+1 |
* | refix PR1143 by making basicaa analyze zexts of indices aggresively, | Chris Lattner | 2010-08-18 | 1 | -7/+7 |
* | fix a buggy test | Chris Lattner | 2010-08-18 | 1 | -3/+3 |
* | @test9 is a testcase for r89958. Before 89958, we misanalyzed the | Chris Lattner | 2009-11-26 | 1 | -1/+39 |
* | Implement PR1143 (at -m64) by making basicaa look through extensions. We | Chris Lattner | 2009-11-26 | 1 | -1/+16 |
* | teach GetLinearExpression to be a bit more aggressive. | Chris Lattner | 2009-11-26 | 1 | -0/+15 |
* | Teach basicaa that x|c == x+c when the c bits of x are clear. This | Chris Lattner | 2009-11-26 | 1 | -0/+14 |
* | teach basicaa that A[i] != A[i+1]. | Chris Lattner | 2009-11-26 | 1 | -0/+16 |
* | rename test | Chris Lattner | 2009-11-26 | 1 | -0/+73 |