Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.
[oota-llvm.git] / include / llvm / Transforms / Utils / AddrModeMatcher.h
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-11-27 Owen AndersonSecond attempt at fixing the performance regressions...
2009-07-25 Dan GohmanConvert a few more uses of llvm/Support/Streams.h to...
2009-02-20 Evan ChengFactor address mode matcher out of codegen prepare...