Add memory version of SHUFPD to mask decoding!
[oota-llvm.git] / lib / Target / X86 / InstPrinter / X86InstComments.cpp
2011-08-25 Bruno Cardoso LopesAdd memory version of SHUFPD to mask decoding!
2011-08-12 Bruno Cardoso LopesThe VPERM2F128 is a AVX instruction which permutes...
2011-08-04 Duncan SandsAdd obviously missing "break". Noticed by Andrey Karpo...
2011-07-29 Bruno Cardoso LopesAdd DecodeShuffle shuffle support for VPERMIPD variantes
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-21 Bruno Cardoso LopesAdd support for 256-bit versions of VPERMIL instruction...
2011-07-06 Evan ChengRename files for consistency.
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
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
2010-10-01 Jim GrosbachRename the AsmPrinter directory to InstPrinter for...