Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-24 | FileCheck-ize these tests. Harden some of them. | Bill Wendling | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155432 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2011-01-24 | Add another rdar number. | Dan Gohman | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124125 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2011-01-18 | Teach BasicAA to return PartialAlias in cases where both pointers | Dan Gohman | |
are pointing to the same object, one pointer is accessing the entire object, and the other is access has a non-zero size. This prevents TBAA from kicking in and saying NoAlias in such cases. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123775 91177308-0d34-0410-b5e6-96231b3b80d8 |