aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/MemoryDependenceAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make this pass registration static as well.Owen Anderson2007-07-101-2/+2
* Handle vaarg instructions correctly.Owen Anderson2007-07-101-0/+9
* Volatile loads and stores depend on each other.Owen Anderson2007-07-101-0/+17
* Add support for finding the dependencies of call and invoke instructions.Owen Anderson2007-07-101-17/+64
* Fix the build, and fix the handling of pointer sizes.Owen Anderson2007-07-101-20/+19
* Fix a bunch of things from Chris' feedbackOwen Anderson2007-07-101-31/+45
* A first stab at memory dependence analysis. This is an interface on top ofOwen Anderson2007-07-061-0/+171