InstCombine: Fold more shuffles of shuffles.
[oota-llvm.git] / test / Transforms / InstCombine / vec_shuffle.ll
2013-04-30 Jim GrosbachInstCombine: Fold more shuffles of shuffles.
2013-04-11 Benjamin KramerFix for wrong instcombine on vector insert/extract
2012-09-28 Nick LewyckySurprisingly, we missed a trivial case here. Fix that!
2012-09-27 Nick LewyckyPrefer shuffles to selects. Backends love shuffles!
2011-10-21 Eli FriedmanExtend instcombine's shufflevector simplification to...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2010-10-29 Bob WilsonChange instcombine's getShuffleMask to represent undef...
2010-10-29 Bob WilsonMake instcombine a little more aggressive in combining...
2010-08-17 Eric ChristopherTemporarily revert r110987 as it's causing some miscomp...
2010-08-13 Nate BegemanReapply this transformation now that it is passing...
2010-08-12 Eric ChristopherTemporarily revert 110737 and 110734, they were causing...
2010-08-10 Nate BegemanAdd test for recent instcombine vector shuffle enhancement
2010-04-07 Chris Lattneradd newlines at the end of files.
2009-10-11 Chris Lattnerreduce vec_shuffle2 and merge into vec_shuffle.
2009-10-11 Chris Lattnerfilecheckize vec_shuffle.ll and merge shuffle.ll into it.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2007-04-15 Reid SpencerFor PR1319:
2007-04-14 Reid SpencerFor PR1319:
2007-03-28 Reid SpencerRemove use of implementation keyword.
2007-01-30 Reid SpencerFor PR411:
2007-01-26 Reid SpencerFor PR761:
2007-01-05 Chris Lattnernew test
2007-01-05 Chris Lattnermanually upgrade this testcase
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-05-25 Chris Lattnernew testcase
2006-05-25 Chris Lattnernew testcases
2006-04-10 Chris Lattnernew testcase
2006-04-10 Chris LattnerNew testcase