[X86] Fix a regression introduced by r223641.
[oota-llvm.git] / test / CodeGen / X86 / avx2-intrinsics-x86.ll
2015-03-12 Quentin Colombet[X86] Fix a regression introduced by r223641.
2015-03-04 Juergen RibutzkaRemove 'llvm.x86.avx2.vbroadcasti128' intrinsic.
2015-02-18 Craig Topper[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
2015-02-16 Craig Topper[X86] Remove the multiply by 8 that goes into the shift...
2015-01-11 Chandler Carruth[x86] Remove some windows line endings that snuck into...
2014-10-14 Simon Pilgrim[X86][SSE] pslldq/psrldq shuffle mask decodes
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-03-26 Quentin Colombet[X86] Add broadcast instructions to the table used...
2014-03-25 Cameron McInallyFix AVX2 Gather execution domains.
2012-07-12 Craig TopperUpdate GATHER instructions to support 2 read-write...
2012-06-29 Manman RenX86: add more GATHER intrinsics in LLVM
2012-06-26 Manman RenX86: add GATHER intrinsics (AVX2) in LLVM
2012-04-15 Craig TopperRemove AVX2 vpermq and vpermpd intrinsics. These can...
2012-01-31 Craig TopperRemove pcmpgt/pcmpeq intrinsics as clang is not using...
2011-11-29 Craig TopperFix VINSERTF128/VEXTRACTF128 to be marked as FP instruc...
2011-11-07 Craig TopperAdd AVX2 variable shift instructions and intrinsics.
2011-11-07 Craig TopperAdd AVX2 VPMOVMASK instructions and intrinsics.
2011-11-07 Craig TopperAdd AVX2 VEXTRACTI128 and VINSERTI128 instructions...
2011-11-06 Craig TopperMore AVX2 instructions and their intrinsics.
2011-11-06 Craig TopperAdd more AVX2 instructions and intrinsics.
2011-11-03 Craig TopperAdd new X86 AVX2 VBROADCAST instructions.
2011-11-02 Craig TopperMore AVX2 instructions and intrinsics.
2011-11-02 Craig TopperAdd a bunch more X86 AVX2 instructions and their corres...
2011-10-31 Craig TopperBegin adding AVX2 instructions. No selection support...