| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Let MemoryDependenceAnalysis take care of updating AliasAnalysis. | Owen Anderson | 2007-07-12 | 1 | -0/+2 | |
| | | | | | llvm-svn: 39769 | |||||
| * | Calculate the size of a array allocation correctly. | Owen Anderson | 2007-07-10 | 1 | -2/+2 | |
| | | | | | llvm-svn: 38511 | |||||
| * | Fix a crasher when finding the dependency of a call. | Owen Anderson | 2007-07-10 | 1 | -1/+2 | |
| | | | | | llvm-svn: 38510 | |||||
| * | Make this pass registration static as well. | Owen Anderson | 2007-07-10 | 1 | -2/+2 | |
| | | | | | llvm-svn: 38509 | |||||
| * | Handle vaarg instructions correctly. | Owen Anderson | 2007-07-10 | 1 | -0/+9 | |
| | | | | | llvm-svn: 38504 | |||||
| * | Volatile loads and stores depend on each other. | Owen Anderson | 2007-07-10 | 1 | -0/+17 | |
| | | | | | llvm-svn: 38502 | |||||
| * | Add support for finding the dependencies of call and invoke instructions. | Owen Anderson | 2007-07-10 | 1 | -17/+64 | |
| | | | | | llvm-svn: 38497 | |||||
| * | Fix the build, and fix the handling of pointer sizes. | Owen Anderson | 2007-07-10 | 1 | -20/+19 | |
| | | | | | llvm-svn: 38494 | |||||
| * | Fix a bunch of things from Chris' feedback | Owen Anderson | 2007-07-10 | 1 | -31/+45 | |
| | | | | | llvm-svn: 38493 | |||||
| * | A first stab at memory dependence analysis. This is an interface on top of | Owen Anderson | 2007-07-06 | 1 | -0/+171 | |
| alias analysis, adding caching and lazy computation of queries. This will be used in planned improvements to memory access optimizations. llvm-svn: 37958 | ||||||

