aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-intrinsics-x86.ll
AgeCommit message (Expand)Author
2012-01-01Allow CRC32 instructions to be selected when AVX is enabled.Craig Topper
2012-01-01Fix sfence, lfence, mfence, and clflush to be able to be selected when AVX is...Craig Topper
2011-12-06Fix a bunch of SSE/AVX patterns to use v2i64/v4i64 loads since all other inte...Craig Topper
2011-11-29Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...Craig Topper
2011-11-27remove some old autoupgrade logicChris Lattner
2011-11-15Properly qualify AVX2 specific parts of execution dependency table. Also enab...Craig Topper
2011-11-07Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen
2011-11-03Add new X86 AVX2 VBROADCAST instructions.Craig Topper
2011-11-01Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper
2011-10-31Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper
2011-10-30Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper
2011-04-14As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2011-04-13Reapply r129401 with patch for clang.Bill Wendling
2011-04-12Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling
2011-04-12Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling
2010-12-19improve the setcc -> setcc_carry optimization to happen moreChris Lattner
2010-10-28Fix pastos in handling of AVX cvttsd2si, PR8491.Dale Johannesen
2010-09-03Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen
2010-09-03AVX doesn't support mm operations neither its instrinsics.Bruno Cardoso Lopes
2010-08-11Add testcases for all AVX 256-bit intrinsics added in the last couple daysBruno Cardoso Lopes
2010-08-11Reapply r109881 using a more strict command line for llc.Bruno Cardoso Lopes
2010-07-31Revert new AVX intrinsic tests. They are breaking buildbots and Bruno isBob Wilson
2010-07-30A *bunch* of tests for AVX intrinsicsBruno Cardoso Lopes