aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/vec_shuffle.ll
AgeCommit message (Expand)Author
2012-09-28Surprisingly, we missed a trivial case here. Fix that!Nick Lewycky
2012-09-27Prefer shuffles to selects. Backends love shuffles!Nick Lewycky
2011-10-21Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2010-10-29Change instcombine's getShuffleMask to represent undef with negative values.Bob Wilson
2010-10-29Make instcombine a little more aggressive in combining vector shuffles.Bob Wilson
2010-08-17Temporarily revert r110987 as it's causing some miscompares inEric Christopher
2010-08-13Reapply this transformation now that it is passing the external test which it...Nate Begeman
2010-08-12Temporarily revert 110737 and 110734, they were causing failuresEric Christopher
2010-08-10Add test for recent instcombine vector shuffle enhancementNate Begeman
2010-04-07add newlines at the end of files.Chris Lattner
2009-10-11reduce vec_shuffle2 and merge into vec_shuffle.Chris Lattner
2009-10-11filecheckize vec_shuffle.ll and merge shuffle.ll into it.Chris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2007-04-15For PR1319:Reid Spencer
2007-04-14For PR1319:Reid Spencer
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-01-30For PR411:Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-05new testChris Lattner
2007-01-05manually upgrade this testcaseChris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-05-25new testcaseChris Lattner
2006-05-25new testcasesChris Lattner
2006-04-10new testcaseChris Lattner
2006-04-10New testcaseChris Lattner