Teach BasicAA about noalias parameter attributes, but do it correctly this time.
[oota-llvm.git] / lib / Analysis / MemoryDependenceAnalysis.cpp
2007-08-01 Owen AndersonMake non-local memdep not be recursive, and fix a bug...
2007-07-31 David GreeneFix GLIBCXX_DEBUG error owing to dereference of end...
2007-07-30 Owen AndersonUse more caching when computing non-local dependence...
2007-07-26 Owen AndersonFix a bug introduced in my last commit.
2007-07-26 Owen AndersonFix a couple more bugs in the phi construction by pulli...
2007-07-25 Owen AndersonFix a bug in non-local memdep that was causing an infin...
2007-07-25 Owen AndersonAdd basic support for performing whole-function RLE.
2007-07-24 Owen AndersonAdd initial support for non-local memory dependence...
2007-07-20 Owen AndersonWhen removing instructions from the analysis, be sure...
2007-07-16 Owen AndersonAdd support for walking up memory def chains, which...
2007-07-12 Owen AndersonLet MemoryDependenceAnalysis take care of updating...
2007-07-10 Owen AndersonCalculate the size of a array allocation correctly.
2007-07-10 Owen AndersonFix a crasher when finding the dependency of a call.
2007-07-10 Owen AndersonMake this pass registration static as well.
2007-07-10 Owen AndersonHandle vaarg instructions correctly.
2007-07-10 Owen AndersonVolatile loads and stores depend on each other.
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...