summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx2-intrinsics-x86.ll
Commit message (Expand)AuthorAge
* Update GATHER instructions to support 2 read-write operands. Patch from mysel...Craig Topper2012-07-12
* X86: add more GATHER intrinsics in LLVMManman Ren2012-06-29
* X86: add GATHER intrinsics (AVX2) in LLVMManman Ren2012-06-26
* Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper2012-04-15
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-31
* Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...Craig Topper2011-11-29
* Add AVX2 variable shift instructions and intrinsics.Craig Topper2011-11-07
* Add AVX2 VPMOVMASK instructions and intrinsics.Craig Topper2011-11-07
* Add AVX2 VEXTRACTI128 and VINSERTI128 instructions. Fix VPERM2I128 to be qual...Craig Topper2011-11-07
* More AVX2 instructions and their intrinsics.Craig Topper2011-11-06
* Add more AVX2 instructions and intrinsics.Craig Topper2011-11-06
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-03
* More AVX2 instructions and intrinsics.Craig Topper2011-11-02
* Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.Craig Topper2011-11-02
* Begin adding AVX2 instructions. No selection support yet other than intrinsics.Craig Topper2011-10-31