aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/avx-intrinsics-x86.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-547/+1396
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-32/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-52/+52
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-24/+0
* X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.Nadav Rotem2012-12-071-1/+1
* Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...Craig Topper2012-12-061-1/+4
* Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper2012-11-101-5/+47
* Implement proper handling for pcmpistri/pcmpestri intrinsics. Requires custom...Craig Topper2012-08-061-10/+10
* Update test to check for r161305Craig Topper2012-08-051-0/+2
* Add intrinsic for pclmulqdq instruction.Craig Topper2012-05-311-1/+10
* Remove 256-bit AVX non-temporal store intrinsics. Similar was previously done...Craig Topper2012-05-081-0/+24
* Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...Craig Topper2012-04-121-9/+9
* Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky2012-02-081-0/+68
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-311-64/+0
* Allow CRC32 instructions to be selected when AVX is enabled.Craig Topper2012-01-011-0/+21
* Fix sfence, lfence, mfence, and clflush to be able to be selected when AVX is...Craig Topper2012-01-011-0/+48
* Fix a bunch of SSE/AVX patterns to use v2i64/v4i64 loads since all other inte...Craig Topper2011-12-061-0/+6
* Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...Craig Topper2011-11-291-1/+2
* remove some old autoupgrade logicChris Lattner2011-11-271-124/+0
* Properly qualify AVX2 specific parts of execution dependency table. Also enab...Craig Topper2011-11-151-6/+17
* Kill and collapse outstanding DomainValues.Jakob Stoklund Olesen2011-11-071-3/+15
* Add new X86 AVX2 VBROADCAST instructions.Craig Topper2011-11-031-6/+6
* Fix operand type for x86 pmadd_ub_sw intrinsic.Craig Topper2011-11-011-3/+3
* Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsicCraig Topper2011-10-311-4/+4
* Fix return type for X86 mpsadbw instrinsic. The instruction takes in a vector...Craig Topper2011-10-301-4/+4
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-141-32/+32
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-141-32/+32
* Reapply r129401 with patch for clang.Bill Wendling2011-04-131-2/+2
* Revert r129401 for now. Clang is using the old way of doing things.Bill Wendling2011-04-121-2/+2
* Remove the unaligned load intrinsics in favor of using native unaligned loads.Bill Wendling2011-04-121-2/+2
* improve the setcc -> setcc_carry optimization to happen moreChris Lattner2010-12-191-20/+11
* Fix pastos in handling of AVX cvttsd2si, PR8491.Dale Johannesen2010-10-281-1/+1
* Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen2010-09-031-96/+0
* AVX doesn't support mm operations neither its instrinsics.Bruno Cardoso Lopes2010-09-031-24/+0
* Add testcases for all AVX 256-bit intrinsics added in the last couple daysBruno Cardoso Lopes2010-08-111-0/+751
* Reapply r109881 using a more strict command line for llc.Bruno Cardoso Lopes2010-08-111-0/+1956
* Revert new AVX intrinsic tests. They are breaking buildbots and Bruno isBob Wilson2010-07-311-1956/+0
* A *bunch* of tests for AVX intrinsicsBruno Cardoso Lopes2010-07-301-0/+1956