| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make query operations non-const to allow demand-driven analyses. | Vikram S. Adve | 2002-11-06 | 1 | -5/+5 |
| | | | | | llvm-svn: 4569 | ||||
| * | * Add capability to recognize alias properties of the following common cases: | Chris Lattner | 2002-09-08 | 1 | -12/+79 |
| | | | | | | | | | | | | | | | | | | - A[c1] cannot alias A[c2] where constants c1 != c2 - A[i] cannot alias B[j] if A & B are provably different arrays This should help out array based codes. For example, from bzip2 from spec, 3 additional loads can be GCSE'd, and _21_ additional loads can be LICMd due to this change. In a test example from the Spec GAP benchmark (vecffe.c), this change allows _52_ additional loads to be GCSE'd and _224_ additional LICM'd loads. Not bad for such a simple change. Other testcases show no change at all because they just don't use arrays. Not too suprising there. llvm-svn: 3616 | ||||
| * | Remove unneeded #include | Chris Lattner | 2002-08-29 | 1 | -1/+0 |
| | | | | | llvm-svn: 3524 | ||||
| * | doxygenize comments | Chris Lattner | 2002-08-22 | 1 | -9/+8 |
| | | | | | llvm-svn: 3481 | ||||
| * | Add missing #include | Chris Lattner | 2002-08-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 3467 | ||||
| * | Check-in new alias analysis infrastructure | Chris Lattner | 2002-08-22 | 1 | -0/+155 |
| llvm-svn: 3465 | |||||

