aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/Utils
Commit message (Expand)AuthorAgeFilesLines
* The VPERM2F128 is a AVX instruction which permutes between two 256-bitBruno Cardoso Lopes2011-08-122-0/+25
* Update CMake target names for tablegen-generated data in the X86 and ARM targ...Douglas Gregor2011-08-011-1/+1
* Add DecodeShuffle shuffle support for VPERMIPD variantesBruno Cardoso Lopes2011-07-292-26/+34
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+6
* Recognize unpckh* masks and match 256-bit versions. The new versions areBruno Cardoso Lopes2011-07-261-11/+10
* Add support for 256-bit versions of VPERMIL instruction. This is a newBruno Cardoso Lopes2011-07-212-0/+41
* [AVX] Fix mask predicates for 256-bit UNPCKLPS/D and implementDavid Greene2011-03-021-6/+19
* fix a signed comparison warning.Chris Lattner2011-02-281-1/+1
* [AVX] Add decode support for VUNPCKLPS/D instructions, both 128-bitDavid Greene2011-02-282-13/+60
* [AVX] Recorganize X86ShuffleDecode into its own libraryDavid Greene2011-02-174-0/+238