Collapse X86 PSIGNB/PSIGNW/PSIGND node types.
[oota-llvm.git] / lib / Target / X86 / X86InstrSSE.td
2011-11-19 Craig TopperCollapse X86 PSIGNB/PSIGNW/PSIGND node types.
2011-11-19 Craig TopperExtend VPBLENDVB and VPSIGN lowering to work for AVX2.
2011-11-19 Craig TopperRemove unused parameters from the AVX maskmov classes.
2011-11-18 Nadav RotemAdd AVX2 vpbroadcast support
2011-11-17 Craig TopperFix SSE/AVX integer comparison patterns to understand...
2011-11-17 Craig TopperRemove seemingly unnecessary duplicate VROUND definitions.
2011-11-16 Evan ChengAnother missing X86ISD::MOVLPD pattern. rdar://10450317
2011-11-16 Craig TopperFix the execution domain on a bunch of SSE/AVX instruct...
2011-11-14 Evan ChengAdd a missing pattern for X86ISD::MOVLPD. rdar://10436044
2011-11-14 Craig TopperAdd neverHasSideEffects, mayLoad, and mayStore to many...
2011-11-12 Craig TopperAdd more AVX2 shift lowering support. Move AVX2 variabl...
2011-11-11 Craig TopperAdd lowering for AVX2 shift instructions.
2011-11-10 Nadav RotemAVX2: Add variable shift from memory.
2011-11-09 Nadav RotemAVX2: Add patterns for variable shift operations
2011-11-09 Nadav RotemAdd AVX2 support for vselect of v32i8
2011-11-09 Craig TopperAdd instruction selection for AVX2 integer comparisons.
2011-11-08 Evan ChengAdd x86 isel logic and patterns to match movlps from...
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-04 Craig TopperAdd intrinsics for X86 vcvtps2ph and vcvtph2ps instructions
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...
2011-10-14 Jakob Stoklund OlesenV_SET0 has no side effects.
2011-10-13 Craig TopperAdd 'implicit EFLAGS' to patterns for popcnt and lzcnt
2011-10-11 Craig TopperAdd HasPOPCNT predicate to the POPCNT instructions...
2011-10-11 Craig TopperMake Ivy Bridge 16-bit floating point conversion instru...
2011-10-09 Craig TopperAdd Ivy Bridge 16-bit floating point conversion instruc...
2011-10-04 Craig TopperAdd support in the disassembler for ignoring the L...
2011-10-03 Craig TopperAdd support for MOVBE and RDRAND instructions for the...
2011-09-29 Jakob Stoklund OlesenExpand the x86 V_SET0* pseudos right after register...
2011-09-23 Duncan SandsImplement Chris's suggestion of legalizing the various...
2011-09-22 Duncan SandsSynthesize SSE3/AVX 128 bit horizontal add/sub instruct...
2011-09-20 Bruno Cardoso LopesRevert r140097, working on a better approach
2011-09-20 Bruno Cardoso LopesThe wrong relocation was being emitted for several...
2011-09-19 Bruno Cardoso LopesFix PR10949. Fix the encoding of VMOVPQIto64rr.
2011-09-19 Bruno Cardoso LopesBased on the small opt Zvi's patch was trying to achiev...
2011-09-19 Bruno Cardoso LopesMatch X86ISD::FSETCCsd and X86ISD::FSETCCss while in...
2011-09-16 Bruno Cardoso LopesDescribe more AVX 128-bit convert instructions without...
2011-09-16 Bruno Cardoso LopesAdd mayLoad attribute to AVX convert instructions,...
2011-09-14 Craig TopperFix mem type for VEX.128 form of VROUNDP*. Remove filte...
2011-09-14 Bruno Cardoso LopesTeach the foldable tables about 128-bit AVX instruction...
2011-09-13 Nadav Rotemswap vselect operand order - pr10907
2011-09-13 Bruno Cardoso LopesAdd versions 256-bit versions of alignedstore and align...
2011-09-13 Craig TopperRemove filter that was preventing MOVDQU/MOVDQA and...
2011-09-13 Craig TopperFix encoding of VMOVDQU to not simultaneously be 'TB...
2011-09-12 Bruno Cardoso LopesFix PR10845. SUBREG_TO_REG shouldn't be used when the...
2011-09-12 Bruno Cardoso LopesOrganize a bit the operand names for CMPPS and CMPPD
2011-09-12 Bruno Cardoso LopesRealign BLEND patterns to match the general style for...
2011-09-12 Bruno Cardoso LopesFix 80-columns
2011-09-12 Nadav RotemFormat patterns, remove unused X86blend patterns
2011-09-11 Craig TopperFix disassembling of one of the register/register forms...
2011-09-11 Nadav RotemCR fixes per Bruno's request.
2011-09-09 Nadav RotemImplement vector-select support for avx256. Refactor...
2011-09-08 Bruno Cardoso LopesAdd a AVX version of a simple i64 -> f64 bitcast. This...
2011-09-08 Bruno Cardoso LopesAdd AVX versions of blend vector operations and fix...
2011-09-08 Bruno Cardoso LopesFix PR10844: Add patterns to cover non foldable version...
2011-09-08 Nadav RotemAdd X86-SSE4 codegen support for vector-select.
2011-09-03 Bruno Cardoso LopesAdd AVX versions to match AESENC/AESDEC intrinsics...
2011-09-03 Bruno Cardoso LopesAdd AVX version of a SSE4.1 VPBLENDVB pattern
2011-09-03 Bruno Cardoso LopesAdd AVX versions of SSE4.1 EXTRACTPS patterns
2011-09-03 Bruno Cardoso LopesAdd AVX versions for SSE4.1 MOVZX* patterns
2011-09-03 Bruno Cardoso LopesAdd one more AVX pattern for MOVZPQILo2PQI
2011-09-03 Bruno Cardoso LopesMove PUNPCKLQDQ splat pattern close to the instruction...
2011-09-03 Bruno Cardoso LopesAdd AVX pattern versions for PSHUFB,PSIGN{B,W,D}
2011-09-03 Bruno Cardoso LopesAdd AVX versions of MOVZDI2PDI patterns. Use SUBREG_TO_...
2011-09-03 Bruno Cardoso LopesEnforce subtarget checks in a few places to be explicit...
2011-09-03 Bruno Cardoso LopesTidy up code moving patterns to their appropriate place!
2011-09-03 Bruno Cardoso LopesAdd AVX versions of FsMOVAPS and FsMOVAPS. Teach X86Ins...
2011-09-03 Bruno Cardoso LopesFix 80-column and style
2011-09-03 Bruno Cardoso LopesTidy up some SSE/AVX convert intrinsics. Also add an...
2011-08-31 Bruno Cardoso LopesMove more code around and duplicate AVX patterns: MOVHP...
2011-08-31 Bruno Cardoso LopesMove MOVAPS,MOVUPS patterns close to the instructions...
2011-08-31 Bruno Cardoso LopesRemove "_Int" forms of MOVUPSmr and MOVAPSmr
2011-08-31 Bruno Cardoso Lopes- Move all MOVSS and MOVSD patterns close to their...
2011-08-31 Bruno Cardoso LopesRemove unnecessary AVX checks
2011-08-31 Evan ChengFix (movhps load) lowering / pattern to match more...
2011-08-29 Bruno Cardoso LopesMove non-intruction patterns to a more appropriate...
2011-08-26 Craig TopperFix disassembling of VCVTSD2SI
2011-08-25 Bruno Cardoso LopesDo the same as r138461. Mark VZEROALL as clobbering...
2011-08-25 Bruno Cardoso LopesAdd support for AVX 256-bit version of MOVDDUP!
2011-08-25 Craig TopperAdd more missing TB encodings to VEX instructions to...
2011-08-25 Craig TopperAdd TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD...
2011-08-25 Bruno Cardoso LopesAdd support for 256-bit versions of VSHUFPD and VSHUFPS.
2011-08-24 Bruno Cardoso LopesCreate a section for non-instructions patterns in the...
2011-08-24 Bruno Cardoso LopesMove code around!
2011-08-24 Bruno Cardoso LopesOrganize UNPCK* patterns, also add remaining for AVX.
2011-08-24 Bruno Cardoso LopesMove remaining MOVDDUP patterns close to MOVDDUP defint...
2011-08-24 Bruno Cardoso LopesOrganize and tidy up MOVDDUP section. Also update comments!
2011-08-24 Bruno Cardoso LopesMove MOVHLPS patterns close to MOVHLPS definition,...
2011-08-24 Bruno Cardoso LopesMove all PSHUF* patterns close to the PSHUF* definition...
2011-08-24 Bruno Cardoso LopesMove all SHUFP* patterns close to the SHUFP* definition...
2011-08-24 Bruno Cardoso LopesMark VZEROALL as clobbering all YMM registers
2011-08-23 Bruno Cardoso LopesFix a nasty bug where a v4i64 was being wrong emitted...
2011-08-23 Craig TopperAdd support for breaking 256-bit v16i16 and v32i8 VSETC...
2011-08-22 Bruno Cardoso LopesAdd 128-bit AVX codegen for PCMP* family of integer...
next