summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Make this pass registration static as well.Owen Anderson2007-07-101-2/+2
| | | | llvm-svn: 38509
* Handle vaarg instructions correctly.Owen Anderson2007-07-101-0/+9
| | | | llvm-svn: 38504
* Volatile loads and stores depend on each other.Owen Anderson2007-07-101-0/+17
| | | | llvm-svn: 38502
* Add support for finding the dependencies of call and invoke instructions.Owen Anderson2007-07-101-17/+64
| | | | llvm-svn: 38497
* Fix the build, and fix the handling of pointer sizes.Owen Anderson2007-07-101-20/+19
| | | | llvm-svn: 38494
* Fix a bunch of things from Chris' feedbackOwen Anderson2007-07-101-31/+45
| | | | llvm-svn: 38493
* A first stab at memory dependence analysis. This is an interface on top ofOwen Anderson2007-07-061-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
OpenPOWER on IntegriCloud