implement the "no aliasing accesses in loop" safety check. This pass
[oota-llvm.git] / lib / Transforms / Scalar / LoopIdiomRecognize.cpp
2011-01-01 Chris Lattnerimplement the "no aliasing accesses in loop" safety...
2010-12-28 Chris Lattnersimplify this, isBytewiseValue handles the extra check...
2010-12-28 Duncan SandsSilence gcc warning about an unused variable when doing...
2010-12-27 Chris Lattnerfix some issues Frits noticed, add AliasAnalysis as...
2010-12-27 Chris Lattnerhave loop-idiom nuke instructions that feed stores...
2010-12-26 Chris Lattnerimplement enough of the memset inference algorithm...
2010-12-26 Chris Lattnersketch more of this out.
2010-12-26 Chris Lattneractually add the file...