[AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD Intrinsics
[oota-llvm.git] / lib / Target / X86 / X86InstrAVX512.td
2016-01-13 Michael Zuckerman[AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD...
2016-01-12 Michael Zuckerman[AVX512] adding PROLQ and PROLD Intrinsics
2016-01-12 Igor BregerAVX512: VPMOVAPS/PD and VPMOVUPS/PD (load) intrinsic...
2016-01-11 Craig Topper[AVX-512] Remove another extra space from the Intel...
2016-01-11 Craig Topper[AVX-512] Remove more superfluous spaces from asm strings.
2016-01-11 Craig Topper[AVX-512] Remove unused Round and Itinerary from the...
2016-01-11 Craig Topper[AVX-512] Make spacing between comma and {sae} operand...
2016-01-08 Craig Topper[AVX-512] Remove superfluous spaces from some asm strings.
2016-01-05 Craig Topper[AVX512] Add hasSideEffects=0 to kunpck instructions...
2015-12-28 Asaf Badouh[X86][AVX512] add fp scalar broadcast intrinsics
2015-12-28 Craig Topper[AVX512] Remove VEX_LIG from vmovd/vmovq instructions...
2015-12-28 Craig Topper[AVX512] Fix some places that used FR64 instead of...
2015-12-28 Craig Topper[AVX512] Bring vmovq instructions names into alignment...
2015-12-27 Craig Topper[AVX512] Remove separate instruction and patterns for...
2015-12-27 Craig Topper[AVX512] Remove alternate data type versions of VALIGND...
2015-12-27 Igor BregerAVX512: Change VPMOVB2M DAG lowering , use CVT2MASK...
2015-12-27 Asaf Badouh[X86][AVX512] change broadcast to use maskable pattern
2015-12-27 Craig Topper[AVX-512] Remove alernate integer forms for VPERMILPS...
2015-12-23 Igor BregerAVX512BW: Enable packed word shift for 512bit vector...
2015-12-22 Asaf Badouh[X86][AVX512] Add rcp14 and rsqrt14 intrinsics
2015-12-15 Elena DemikhovskyType legalizer for masked gather and scatter intrinsics.
2015-12-11 Matt ArsenaultStart replacing vector_extract/vector_insert with extra...
2015-12-07 Elena DemikhovskyAVX-512: Fixed masked load / store instruction selectio...
2015-12-07 Igor BregerAVX-512: implement kunpck intrinsics.
2015-12-06 Asaf Badouh[X86][AVX512] add vmovss/sd missing encoding
2015-12-02 Asaf Badouh[X86][AVX512] add comi with Sae
2015-12-01 Elena DemikhovskyAVX-512: fixed asm string of vsqrtss
2015-11-30 Craig Topper[AVX512] The vpermi2 instructions require an integer...
2015-11-29 Igor BregerAVX512:Implemented encoding for the vmovq.s instruction.
2015-11-27 Craig Topper[X86] Pair a NoVLX with HasAVX512 to match the others...
2015-11-26 Craig Topper[X86] Now that X86VPermt2 is used in all the avx512_per...
2015-11-26 Craig Topper[X86] Merge X86VPermt2Fp and X86VPermt2Int back togethe...
2015-11-25 Elena DemikhovskyAVX-512: Fixed a bug in VPERMT2* intrinsic.
2015-11-24 Cong Hou[X86] Fix several issues related to X86's psadbw instru...
2015-11-22 Elena DemikhovskyAVX-512: Optimized INSERT_SUBVECTOR for i1 vector types
2015-11-19 Igor BregerAVX512: Implemented encoding, intrinsics and DAG loweri...
2015-11-19 Igor BregerAVX512: Implemented encoding for the vmovss.s and vmovs...
2015-11-19 Igor BregerAVX512: Implemented encoding for the follow instructions.
2015-11-18 Asaf Badouh[X86][AVX512CD] add mask broadcast intrinsics
2015-11-18 Igor BregerAVX512: Implemented encoding for vpextrw.s instruction.
2015-11-16 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-15 Igor BregerRevert r253160.
2015-11-15 Igor BregerAVX512: Implemented encoding and intrinsics for VMOVSHD...
2015-11-10 Igor BregerAVX512 : Implemented encoding and DAG lowering for...
2015-11-05 Asaf Badouhrevert rev. 252153 due to build failure on ubuntu
2015-11-05 Asaf Badouh[X86][AVX512] add comi with Sae
2015-11-05 Asaf Badouh[X86][AVX512] small bugfix in VPBROADCASTM
2015-11-03 Igor BregerAVX512: add encoding tests for vmovq/d instructions.
2015-11-02 Igor BregerAVX512: Implemented encoding and intrinsics for VBROADC...
2015-11-01 Elena DemikhovskyAVX-512: Optimized SIMD truncate operations for AVX512F...
2015-10-27 Asaf Badouh[X86][AVX512] [X86][AVX512] add convert float to half
2015-10-26 Igor BregerAVX-512: Use correct extract vector length.
2015-10-22 Asaf Badouh[X86][AVX512] extend vcvtph2ps to support xmm/ymm and...
2015-10-20 Igor BregerAVX512: Implemented encoding and intrinsics for VPBROAD...
2015-10-18 Asaf Badouh[X86][AVX512DQ] add scalar fpclass
2015-10-18 Igor BregerAVX512: Lowering i8/i16 vector CTLZ using the dword...
2015-10-15 Igor BregerAVX512: Implemented encoding and intrinsics for vpternl...
2015-10-08 Igor BregerAVX512: vpextrb/w/d/q and vpinsrb/w/d/q implementation.
2015-10-07 Igor BregerAVX512: Change encoding of vpshuflw and vpshufhw instru...
2015-10-04 Igor BregerAVX512: Implemented encoding and intrinsics for VPERMIL...
2015-09-21 Asaf Badouh[X86][AVX512] add masked version for RSQRT14 & RCP14...
2015-09-20 Igor BregerAVX512: Implemented encoding and intrinsics for vcmpss/sd.
2015-09-20 Asaf Badouh[X86][AVX512] extend support in Scalar conversion
2015-09-20 Igor BregerAVX512: vsqrtss/sd encoding and intrinsics implementation.
2015-09-20 Asaf Badouh[X86][AVX512DQ] Add fpclass instruction
2015-09-20 Igor BregerAVX512: Implement instructions encoding, lowering and...
2015-09-10 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-09 Renato GolinRevert "AVX512: Implemented encoding and intrinsics...
2015-09-09 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-08 Igor BregerAVX512: kunpck encoding implementation
2015-09-03 Igor BregerAVX512: Implemented encoding and intrinsics for vplzcnt...
2015-09-02 Asaf Badouh[X86][AVX512VLBW] add support in byte shift and SAD
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for VGETMAN...
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for vshufps/d.
2015-09-02 Elena DemikhovskyAVX-512: store <4 x i1> and <2 x i1> values in memory
2015-08-31 Igor BregerAVX512: ktest implemantation
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vdbpsadbw
2015-08-31 Igor BregerAVX512: kadd implementation
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vpalignr
2015-08-20 Marina Yatsina[X86] Fix bug in COMISD and COMISS definition in td...
2015-08-06 Michael LiaoRemoving tailing whitespaces
2015-07-28 Igor BregerAVX512: Implemented encoding and intrinsics for VGETEXP...
2015-07-26 Igor BregerImplemented encoding and intrinsics of the following...
2015-07-24 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-22 Asaf Badouh[X86][AVX512] add reduce/range/scalef/rndScale
2015-07-21 Igor BregerAVX512 : Implemented VPMADDUBSW and VPMADDWD instruction ,
2015-07-13 Elena DemikhovskyAVX-512: Added all AVX-512 forms of Vector Convert...
2015-07-06 Simon Pilgrim[X86][SSE] Use the general SMAX/SMIN/UMAX/UMIN opcodes...
2015-07-06 Asaf Badouh[X86][AVX512] Multiply Packed Unsigned Integers with...
2015-07-05 Asaf Badouh[x86][AVX512] add Multiply High Op
2015-07-01 Igor BregerAVX-512: Implemented missing encoding for FMA scalar...
2015-06-29 Elena DemikhovskyAVX-512: all forms of SCATTER instruction on SKX,
2015-06-29 Igor BregerAVX-512: Implemented missing encoding and intrinsics...
2015-06-28 Asaf Badouh[x86][AVX512]
2015-06-28 Elena DemikhovskyAVX-512: Added all SKX forms of GATHER instructions.
2015-06-23 Elena DemikhovskyAVX-512: Added all forms of VPABS instruction
2015-06-22 Elena DemikhovskyAVX-512: added VPSHUFB instruction - all SKX forms
2015-06-22 Elena DemikhovskyAVX-512: All forms of VCOPMRESS VEXPAND instructions,
next