Add support for finding the dependencies of call and invoke instructions.
[oota-llvm.git] / lib / Analysis / MemoryDependenceAnalysis.cpp
2007-07-10 Owen AndersonAdd support for finding the dependencies of call and...
2007-07-10 Owen AndersonFix the build, and fix the handling of pointer sizes.
2007-07-10 Owen AndersonFix a bunch of things from Chris' feedback
2007-07-06 Owen AndersonA first stab at memory dependence analysis. This is...