Add DecodeShuffle shuffle support for VPERMIPD variantes
[oota-llvm.git] / lib / Target / X86 / Utils / X86ShuffleDecode.cpp
2011-07-29 Bruno Cardoso LopesAdd DecodeShuffle shuffle support for VPERMIPD variantes
2011-07-26 Bruno Cardoso LopesRecognize unpckh* masks and match 256-bit versions...
2011-07-21 Bruno Cardoso LopesAdd support for 256-bit versions of VPERMIL instruction...
2011-03-02 David Greene[AVX] Fix mask predicates for 256-bit UNPCKLPS/D and...
2011-02-28 Chris Lattnerfix a signed comparison warning.
2011-02-28 David Greene[AVX] Add decode support for VUNPCKLPS/D instructions...
2011-02-17 David Greene[AVX] Recorganize X86ShuffleDecode into its own library