summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-intrinsics-x86.ll
Commit message (Expand)AuthorAge
* X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.Nadav Rotem2012-12-07
* Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...Craig Topper2012-12-06
* Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper2012-11-10
* Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper2012-08-06
* Update test to check for r161305Craig Topper2012-08-05
* Add intrinsic for pclmulqdq instruction.Craig Topper2012-05-31
* Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...Craig Topper2012-05-08
* Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper2012-04-12
* Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky2012-02-08
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-31
* Allow CRC32 instructions to be selected when AVX is enabled.Craig Topper2012-01-01
* Fix sfence, lfence, mfence, and clflush to be able to be selected when AVX is...Craig Topper2012-01-01
* Fix a bunch of SSE/AVX patterns to use v2i64/v4i64 loads since all other inte...Craig Topper2011-12-06
* Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...Craig Topper2011-11-29
* remove some old autoupgrade logicChris Lattner2011-11-27
* Properly qualify AVX2 specific parts of execution dependency table. Also enab...Craig Topper2011-11-15
* Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen2011-11-07
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-03
* Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper2011-11-01
* Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper2011-10-31
* Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper2011-10-30
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-14
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-14
* Reapply r129401 with patch for clang.Bill Wendling2011-04-13
* Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling2011-04-12
* Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling2011-04-12
* improve the setcc -> setcc_carry optimization to happen moreChris Lattner2010-12-19
* Fix pastos in handling of AVX cvttsd2si, PR8491.Dale Johannesen2010-10-28
* Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen2010-09-03
* AVX doesn't support mm operations neither its instrinsics.Bruno Cardoso Lopes2010-09-03
* Add testcases for all AVX 256-bit intrinsics added in the last couple daysBruno Cardoso Lopes2010-08-11
* Reapply r109881 using a more strict command line for llc.Bruno Cardoso Lopes2010-08-11
* Revert new AVX intrinsic tests. They are breaking buildbots and Bruno isBob Wilson2010-07-31
* A *bunch* of tests for AVX intrinsicsBruno Cardoso Lopes2010-07-30