The memcpy optimizer was happily doing call slot forwarding when the new memory
[oota-llvm.git] / test / Transforms / LoopIdiom /
2012-09-21 Benjamin KramerLoopIdiom: Give up when the loop is not in canonical...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-07-15 Chad RosierA real testcase for r135286.
2011-07-15 Chad RosierAdd testcase for r135286.
2011-05-22 Chris LattnerFix PR9815: I was trying to get out of "generating...
2011-03-07 Devang PatelPreserve line no. info.
2011-02-19 Chris Lattnerrewrite the memset_pattern pattern generation stuff...
2011-02-19 Chris LattnerStores of null pointers should turn into memset, we...
2011-02-19 Chris LattnerImplement rdar://9009151, transforming strided loop...
2011-01-04 Chris LattnerTeach loop-idiom to turn a loop containing a memset...
2011-01-02 Chris Lattnerfix a miscompilation of tramp3d-v4: when forming a...
2011-01-02 Chris LattnerIf a loop iterates exactly once (has backedge count...
2011-01-02 Chris Lattnerenhance loop idiom recognition to scan *all* unconditio...
2011-01-02 Chris LattnerAllow loop-idiom to run on multiple BB loops, but still...
2011-01-02 Chris Lattnerteach loop idiom recognition to form memcpy's from...
2011-01-01 Chris Lattneradd a validity check that was missed, fixing a crash...
2011-01-01 Chris Lattnerimprove validity check to handle constant-trip-count...
2011-01-01 Chris Lattnerimplement the "no aliasing accesses in loop" safety...
2010-12-26 Chris Lattnerimplement enough of the memset inference algorithm...