instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / LoopIdiom /
2012-11-02 Chandler CarruthAdd a testcase to loop-idiom to cover PR14241 when...
2012-11-02 Chandler CarruthRevert the switch of loop-idiom to use the new dependen...
2012-10-31 Benjamin KramerLCSSA: Add a workaround for another nasty SCEV cache...
2012-10-31 Benjamin KramerDependenceAnalysis: Don't crash if there is no constant...
2012-10-30 Benjamin KramerLoopIdiom: Fix a serious missed optimization: we only...
2012-10-27 Benjamin KramerLoopIdiom: Add checks to avoid turning memmove into...
2012-10-27 Benjamin KramerLoopIdiom: Recognize memmove loops.
2012-10-27 Benjamin KramerLoopIdiom: Replace custom dependence analysis with...
2012-10-21 Benjamin KramerRevert r166390 "LoopIdiom: Replace custom dependence...
2012-10-21 Benjamin KramerLoopIdiom: Replace custom dependence analysis with...
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...