[AVX512] add PSLLD and PSLLQ Intrinsic
[oota-llvm.git] / test / CodeGen / X86 / avx-intrinsics-x86.ll
2015-12-26 Craig TopperAdd test case for r256433. "[X86] Fix shuffle decoding...
2015-12-26 Craig TopperRevert r256432 "Test"
2015-12-26 Craig TopperTest
2015-11-23 James Y KnightMake utils/update_llc_test_checks.py note that the...
2015-10-20 Andrea Di Biagio[x86] Fix AVX maskload/store intrinsic prototypes.
2015-09-23 Simon Pilgrim[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics...
2015-09-20 Simon Pilgrim[X86][SSE] Intrinsics builtins test refresh. NFCI
2015-04-17 Sanjay Patel[X86, AVX] add an exedepfix entry for vmovq == vmovlps...
2015-03-18 Sanjay PatelUse utils/update_llc_test_checks.py to update all CHECKs
2015-03-18 Sanjay Patelfixed to test features, not CPU model
2015-03-12 Sanjay Patel[X86, AVX] replace vextractf128 intrinsics with generic...
2015-03-10 Sanjay Patel[X86, AVX] replace vinsertf128 intrinsics with generic...
2015-02-28 Craig Topper[X86] Remove the blendpd/blendps/pblendw/pblendd intrin...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-18 Craig Topper[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
2015-02-13 Craig Topper[X86] Remove int_x86_sse2_psll_dq_bs and int_x86_sse2_p...
2015-01-11 Chandler Carruth[x86] Remove some windows line endings that snuck into...
2014-10-14 Simon Pilgrim[X86][SSE] pslldq/psrldq shuffle mask decodes
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-09-06 Chandler Carruth[x86] Fix a pretty horrible bug and inconsistency in...
2014-07-27 Chandler Carruth[x86] Add a much more powerful framework for combining...
2014-05-29 Adam Nemet[X86] Remove AVX1 vbroadcast intrinsics
2012-12-07 Nadav RotemX86: Prefer using VPSHUFD over VPERMIL because it has...
2012-12-06 Craig TopperRemove intrinsic specific instructions for (V)MOVQUmr...
2012-11-10 Craig TopperCleanup pcmp(e/i)str(m/i) instruction definitions and...
2012-08-06 Craig TopperImplement proper handling for pcmpistri/pcmpestri intri...
2012-08-05 Craig TopperUpdate test to check for r161305
2012-05-31 Craig TopperAdd intrinsic for pclmulqdq instruction.
2012-05-08 Craig TopperRemove 256-bit AVX non-temporal store intrinsics. Simil...
2012-04-12 Craig TopperFix 128-bit ptest intrinsics to take v2i64 instead...
2012-02-08 Elena DemikhovskyFixed a bug in printing "cmp" pseudo ops.
2012-01-31 Craig TopperRemove pcmpgt/pcmpeq intrinsics as clang is not using...
2012-01-01 Craig TopperAllow CRC32 instructions to be selected when AVX is...
2012-01-01 Craig TopperFix sfence, lfence, mfence, and clflush to be able...
2011-12-06 Craig TopperFix a bunch of SSE/AVX patterns to use v2i64/v4i64...
2011-11-29 Craig TopperFix VINSERTF128/VEXTRACTF128 to be marked as FP instruc...
2011-11-27 Chris Lattnerremove some old autoupgrade logic
2011-11-15 Craig TopperProperly qualify AVX2 specific parts of execution depen...
2011-11-07 Jakob Stoklund OlesenKill and collapse outstanding DomainValues.
2011-11-03 Craig TopperAdd new X86 AVX2 VBROADCAST instructions.
2011-11-01 Craig TopperFix operand type for x86 pmadd_ub_sw intrinsic.
2011-10-31 Craig TopperFix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
2011-10-30 Craig TopperFix return type for X86 mpsadbw instrinsic. The instruc...
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2011-04-13 Bill WendlingReapply r129401 with patch for clang.
2011-04-12 Bill WendlingRevert r129401 for now. Clang is using the old way...
2011-04-12 Bill WendlingRemove the unaligned load intrinsics in favor of using...
2010-12-19 Chris Lattnerimprove the setcc -> setcc_carry optimization to happen...
2010-10-28 Dale JohannesenFix pastos in handling of AVX cvttsd2si, PR8491.
2010-09-03 Dale JohannesenRemove the rest of the nonexistent 64-bit AVX instructions.
2010-09-03 Bruno Cardoso LopesAVX doesn't support mm operations neither its instrinsics.
2010-08-11 Bruno Cardoso LopesAdd testcases for all AVX 256-bit intrinsics added...
2010-08-11 Bruno Cardoso LopesReapply r109881 using a more strict command line for...
2010-07-31 Bob WilsonRevert new AVX intrinsic tests. They are breaking...
2010-07-30 Bruno Cardoso LopesA *bunch* of tests for AVX intrinsics