Reformat.
[oota-llvm.git] / lib / Target / X86 / InstPrinter / X86InstComments.cpp
2015-05-25 NAKAMURA TakumiReformat.
2015-05-25 NAKAMURA TakumiPrune CRLFs.
2015-01-31 Simon Pilgrim[X86][SSE] Shuffle mask decode support for zero extend...
2015-01-28 Simon PilgrimLine endings fix. NFC.
2015-01-21 Simon Pilgrim[X86][SSE] movddup shuffle mask decodes
2015-01-13 Adam Nemet[AVX512] Add pretty-printing of shuffle mask for unpacks
2014-12-15 Ahmed Bougacha[X86] Also pretty-print shuffle mask for INSERTPS rm...
2014-10-14 Simon Pilgrim[X86][SSE] pslldq/psrldq shuffle mask decodes
2014-09-25 Chandler Carruth[x86] Implement v16i16 support with AVX2 in the new...
2014-09-23 Chandler Carruth[x86] Teach the rest of the 'target shuffle' machinery...
2014-09-23 Chandler Carruth[x86] Teach the vector comment parsing and printing...
2014-09-15 Chandler Carruth[x86] Teach the x86 DAG combiner to form MOVSLDUP and...
2014-09-03 Chandler Carruth[x86] Teach the asm comment printing to only print...
2014-08-15 Chandler Carruth[x86] Teach the instruction printer to decode immediate...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-03-15 Patrik HagglundReplace ValueTypes.h with MachineValueType.h if possible.
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-01-21 Kevin EnderbyTo allow the X86 verbose assembly to print its informat...
2013-01-29 Craig TopperMerge SSE and AVX shuffle instructions in the comment...
2013-01-28 Craig TopperAdd missing break in 256-bit palignr comment printing...
2013-01-28 Craig TopperFix inconsistent usage of PALIGN and PALIGNR when refer...
2013-01-26 Benjamin KramerX86: Decode PALIGN operands so I don't have to do it...
2012-05-06 Craig TopperAdd shuffle decode support for VPERMQ/VPERMPD.
2012-05-02 Craig TopperAdd support for selecting AVX2 vpshuflw and vpshufhw...
2012-03-21 Benjamin KramerUse a signed value for this enum to avoid spuriuos...
2012-03-20 Craig TopperFactor out target shuffle mask decoding from getShuffle...
2012-02-06 Craig TopperAdd shuffle decoding support for 256-bit pshufd. Merge...
2011-12-06 Craig TopperClean up some of the shuffle decoding code for UNPCK...
2011-11-30 Craig TopperMerge decoding of VPERMILPD and VPERMILPS shuffle masks...
2011-11-29 Craig TopperFix shuffle decoding for memory forms for (V)SHUFPS/D.
2011-11-29 Craig TopperFix issues in shuffle decoding around VPERM* instructio...
2011-11-22 Craig TopperMore fixes to the X86InstComments for shuffle instructi...
2011-11-22 Craig TopperFix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD...
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...