AVX-512: cvtusi2ss/d intrinsics.
[oota-llvm.git] / test / CodeGen / X86 / vec_cast2.ll
2015-05-21 Simon Pilgrim[X86][SSE] Improve support for 128-bit vector sign...
2015-04-06 Simon Pilgrim[X86][SSE] Use (V)PINSRB for direct byte insertion...
2015-02-19 Chandler Carruth[x86] Remove the insanely over-aggressive unpack loweri...
2015-02-15 Chandler Carruth[x86] When splitting 256-bit vectors into 128-bit vecto...
2015-01-26 Simon PilgrimLine endings fix. NFC.
2015-01-21 Simon Pilgrim[X86][SSE] Added support for SSE3 lane duplication...
2014-11-13 Chandler Carruth[x86] Don't form overly fragmented blends when splittin...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-03 Chandler Carruth[x86] Regenerate precise checks for a couple of test...
2014-07-10 Chandler Carruth[x86,SDAG] Introduce any- and sign-extend-vector-inreg...
2014-07-09 Chandler Carruth[x86] Fix a bug in my new zext-vector-inreg DAG tricker...
2013-07-18 Stephen LinUpdate to more CodeGen tests to use CHECK-LABEL for...
2012-04-23 Nadav RotemOptimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SI...