summaryrefslogtreecommitdiff
path: root/lib/Target/X86/InstPrinter/X86InstComments.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* Replace ValueTypes.h with MachineValueType.h if possible.Patrik Hagglund2014-03-15
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-12
* To allow the X86 verbose assembly to print its informative commentsKevin Enderby2014-01-21
* Merge SSE and AVX shuffle instructions in the comment printer.Craig Topper2013-01-29
* Add missing break in 256-bit palignr comment printing. No test case yet becau...Craig Topper2013-01-28
* Fix inconsistent usage of PALIGN and PALIGNR when referring to the same instr...Craig Topper2013-01-28
* X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer2013-01-26
* Add shuffle decode support for VPERMQ/VPERMPD.Craig Topper2012-05-06
* Add support for selecting AVX2 vpshuflw and vpshufhw. Add decoding support fo...Craig Topper2012-05-02
* Use a signed value for this enum to avoid spuriuos warnings from gcc.Benjamin Kramer2012-03-21
* Factor out target shuffle mask decoding from getShuffleScalarElt and use a Sm...Craig Topper2012-03-20
* Add shuffle decoding support for 256-bit pshufd. Merge vpermilp* and pshufd d...Craig Topper2012-02-06
* Clean up some of the shuffle decoding code for UNPCK instructions. Add instru...Craig Topper2011-12-06
* Merge decoding of VPERMILPD and VPERMILPS shuffle masks. Merge X86ISD node ty...Craig Topper2011-11-30
* Fix shuffle decoding for memory forms for (V)SHUFPS/D.Craig Topper2011-11-29
* Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...Craig Topper2011-11-29
* More fixes to the X86InstComments for shuffle instructions. In particular add...Craig Topper2011-11-22
* Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...Craig Topper2011-11-22
* Add memory version of SHUFPD to mask decoding!Bruno Cardoso Lopes2011-08-25
* The VPERM2F128 is a AVX instruction which permutes between two 256-bitBruno Cardoso Lopes2011-08-12
* Add obviously missing "break". Noticed by Andrey Karpov withDuncan Sands2011-08-04
* Add DecodeShuffle shuffle support for VPERMIPD variantesBruno Cardoso Lopes2011-07-29
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Add support for 256-bit versions of VPERMIL instruction. This is a newBruno Cardoso Lopes2011-07-21
* Rename files for consistency.Evan Cheng2011-07-06
* Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng2011-06-28
* [AVX] Add decode support for VUNPCKLPS/D instructions, both 128-bitDavid Greene2011-02-28
* [AVX] Recorganize X86ShuffleDecode into its own libraryDavid Greene2011-02-17
* Rename the AsmPrinter directory to InstPrinter for those targets that haveJim Grosbach2010-10-01