[x86] set default reciprocal (division and square root) codegen to match GCC
[oota-llvm.git] / test / CodeGen / X86 / vec_int_to_fp.ll
2015-06-20 Simon Pilgrim[X86][SSE] Fix PerformSExtCombine bug that accessed...
2015-06-18 Simon Pilgrim[X86][AVX2] Added AVX2 SINT_TO_FP/UINT_TO_FP tests
2015-06-17 Simon Pilgrim[X86][SSE] Improved support for vector i16 to float...
2015-06-16 Simon Pilgrim[X86][SSE] Vectorize v2i32 to v2f64 conversions
2015-06-15 Simon Pilgrim[X86][SSE] Added tests for vector i8/i16 to f32/f64...
2015-05-02 Simon Pilgrim[SSE] Added vector int (i32 and i64) -> float/double...