summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86][SSE] Change BUILD_VECTOR interleaving ordering to improve coalescing/co...Simon Pilgrim2017-06-041-80/+79
* [X86][SSE] Add codegen test for _mm_set_pd1 (PR32827)Simon Pilgrim2017-04-281-0/+16
* [X86][SSE2] Fix asm string for movq (Move Quadword) instruction.Ayman Musa2017-04-261-6/+6
* [X86] Revert r299387 due to AVX legalization infinite loop.Michael Kuperstein2017-04-061-1/+2
* [X86][SSE]] Lower BUILD_VECTOR with repeated elts as BUILD_VECTOR + VECTOR_SH...Simon Pilgrim2017-04-031-2/+1
* [X86] Fix the execution domain for scalar SQRT intrinsic instruction.Craig Topper2017-02-261-2/+2
* [X86] Fix PR30926 - Add patterns for (v)cvtsi2s{s,d} and (v)cvtsd2s{s,d}Elad Cohen2017-01-111-9/+4
* [X86][SSE] Fix domains for VZEXT_LOAD type instructionsSimon Pilgrim2016-12-151-4/+4
* [X86] Remove some intrinsic instructions from hasPartialRegUpdateCraig Topper2016-12-121-4/+2
* [X86][SSE] Avoid specifying unused arguments in SHUFPD loweringSimon Pilgrim2016-08-221-2/+2
* [X86][SSE] Fixed issue with memory folding of (v)cvtsd2ss intrinsicsSimon Pilgrim2016-07-261-0/+18
* [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...Simon Pilgrim2016-07-191-3/+19
* Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein2016-07-071-16/+16
* Revert r274692 to check whether this is what breaks windows selfhost.Michael Kuperstein2016-07-071-16/+16
* [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein2016-07-061-16/+16
* [x86, SSE] update packed FP compare tests for direct translation from builtin...Sanjay Patel2016-06-151-13/+36
* [x86] delete unnecessary function declarationsSanjay Patel2016-06-151-4/+0
* [x86, SSE] remove the GCCBuiltins from the integer min/max intrinsicsSanjay Patel2016-06-151-8/+12
* [X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32...Simon Pilgrim2016-06-021-2/+1
* [X86][SSE] Updated storeu fast-isel tests to match clang builtin testsSimon Pilgrim2016-05-301-7/+3
* [X86][SSE2] Updated _mm_store_pd1/_mm_store1_pd fast-isel tests to match D20617Simon Pilgrim2016-05-301-9/+26
* [X86][SSE2] Use storeu intrinsics for _mm_storeu_pd/_mm_storeu_pd testsSimon Pilgrim2016-05-251-6/+10
* [X86][SSE] Updated (V)CVTDQ2PD(Y) and (V)CVTPS2PD(Y) fast-isel codegen to mat...Simon Pilgrim2016-05-231-4/+4
* [X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmpngt_sd testsSimon Pilgrim2016-05-191-8/+16
* [X86][SSE2] Added _mm_move_* testsSimon Pilgrim2016-05-191-0/+31
* [X86][SSE2] Added _mm_cast* and _mm_set* testsSimon Pilgrim2016-05-191-0/+720
* [X86][SSE2] Added fast-isel tests to sync with clang/test/CodeGen/sse2-builti...Simon Pilgrim2016-05-181-0/+3051
OpenPOWER on IntegriCloud