summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_int_to_fp.ll
AgeCommit message (Expand)AuthorFilesLines
2015-10-24[X86][SSE] Use lowerVectorShuffleWithUNPCK instead of custom matches.Simon Pilgrim1-1/+1
2015-09-22[X86][SSE] Match zero/any extension shuffles that don't start from the first ...Simon Pilgrim1-8/+4
2015-08-01[DAGCombiner] Convert constant AND masks to shuffle clear masks down to the b...Simon Pilgrim1-39/+31
2015-07-18[X86][SSE] Added additional fp/int tests.Simon Pilgrim1-60/+662
2015-07-18Refreshed tests and reordered in descending integer size.Simon Pilgrim1-580/+580
2015-07-16[X86][SSE] Updated vector conversion test names.Simon Pilgrim1-111/+111
2015-07-04[X86][SSE] Improved i8/i16 to f64 uint2fp vector conversionsSimon Pilgrim1-110/+28
2015-07-03[X86] Added 32-bit builds to fp<->int tests.Simon Pilgrim1-1/+6
2015-07-03[X86][SSE] Sign extension for target vector sizes less than 128 bits (pt2)Simon Pilgrim1-41/+9
2015-06-20[X86][SSE] Fix PerformSExtCombine bug that accessed the wrong return value of...Simon Pilgrim1-0/+50
2015-06-18[X86][AVX2] Added AVX2 SINT_TO_FP/UINT_TO_FP testsSimon Pilgrim1-185/+376
2015-06-17[X86][SSE] Improved support for vector i16 to float conversions.Simon Pilgrim1-35/+8
2015-06-16[X86][SSE] Vectorize v2i32 to v2f64 conversionsSimon Pilgrim1-63/+8
2015-06-15[X86][SSE] Added tests for vector i8/i16 to f32/f64 conversionsSimon Pilgrim1-55/+562
2015-05-02[SSE] Added vector int (i32 and i64) -> float/double conversion testsSimon Pilgrim1-0/+714