aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86InstrSSE.td
AgeCommit message (Expand)Author
2012-04-16Replace vpermd/vpermps intrinic patterns with custom lowering to target speci...Craig Topper
2012-04-16Flip the arguments when converting vpermd/vpermps intrinsics into instruction...Craig Topper
2012-04-16Merge vpermps/vpermd and vpermpd/vpermq SD nodes.Craig Topper
2012-04-15Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm...Craig Topper
2012-04-15Fix PR12529. The Vxx family of instructions are only supported by AVX.Nadav Rotem
2012-04-15Added VPERM optimization for AVX2 shufflesElena Demikhovsky
2012-04-12Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper
2012-04-11Reapply 154396 after fixing a test.Nadav Rotem
2012-04-10Temporarily revert this patch to see if it brings the buildbots back.Eric Christopher
2012-04-10Modify the code that lowers shuffles to blends from using blendvXX to vblendXX.Nadav Rotem
2012-04-07Turn avx2 vinserti128 intrinsic calls into INSERT_SUBVECTOR DAG nodes and rem...Craig Topper
2012-04-07Move vinsertf128 patterns near the instruction definitions. Add AddedComplexi...Craig Topper
2012-04-03Add support for AVX enhanced comparison predicates. Patch from Kay Tiong Khoo.Craig Topper
2012-03-20[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu toChad Rosier
2012-03-20[avx] Add the AddedComplexity to the VINSERTI128 avx2 patterns to giveChad Rosier
2012-03-20Whitespace.Chad Rosier
2012-03-20[avx] Move the vextractf128 patterns closer to the vextractf128 def. RemoveChad Rosier
2012-03-20[avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.Chad Rosier
2012-03-15[avx] Add patterns for VINSERTF128rm.Chad Rosier
2012-03-10*fix typo in comment; test of commit accessKay Tiong Khoo
2012-03-09Fix a regression from r147481.Chad Rosier
2012-02-27This patch adds instruction latencies for the SSE instructionsPreston Gurd
2012-02-24Turn avx insert intrinsic calls into INSERT_SUBVECTOR DAG nodes and remove du...Pete Cooper
2012-02-19some comment fix for X86 and ARMJia Liu
2012-02-18Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu
2012-02-17Remove the last of the old vector_shuffle patterns from X86 isel.Craig Topper
2012-02-14Move old movl vector_shuffle patterns. Not needed anymore since vector_shuffl...Craig Topper
2012-02-13Still more vector_shuffle pattern removal.Craig Topper
2012-02-13Remove more vector_shuffle patterns for unpack. These should be target specif...Craig Topper
2012-02-13Recommit r150328. Previous test failures should be fixed by r150360.Craig Topper
2012-02-13Revert r150328, "Remove more vector_shuffle patterns."NAKAMURA Takumi
2012-02-12Remove more vector_shuffle patterns.Craig Topper
2012-02-12Remove more vector_shuffle patterns.Craig Topper
2012-02-11Remove more vector_shuffle patterns.Craig Topper
2012-02-11Remove some patterns for matching vector_shuffle instructions since vector_sh...Craig Topper
2012-02-08Remove a couple unneeded intrinsic patternsCraig Topper
2012-02-08Remove GCC builtins for vpermilp* intrinsics as clang no longer needs them. C...Craig Topper
2012-02-07Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.Craig Topper
2012-02-05Add target specific node for PMULUDQ. Change patterns to use it and custom lo...Craig Topper
2012-02-02Optimization for SIGN_EXTEND operation on AVX.Elena Demikhovsky
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick
2012-01-30Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...Craig Topper
2012-01-27Move some patterns back near their instructions and use AddedComplexity to fi...Craig Topper
2012-01-26Fix for the following bug in AVX codegen for double-to-int conversions:Victor Umansky
2012-01-26Fix AVX vs SSE patterns ordering issue for VPCMPESTRM and VPCMPISTRM.Craig Topper
2012-01-26Remove some more patterns by custom lowering intrinsics to target specific no...Craig Topper
2012-01-25Custom lower PSIGN and PSHUFB intrinsics to their corresponding target specif...Craig Topper
2012-01-25Custom lower phadd and phsub intrinsics to target specific nodes. Remove the ...Craig Topper
2012-01-25Remove AVX 256-bit unaligned load intrinsics. 128-bit versions had been remov...Craig Topper
2012-01-25Merge intrinsic pattern and no pattern versions of VCVTSD2SI intruction defin...Craig Topper