summaryrefslogtreecommitdiff
path: root/test/CodeGen/sse-builtins.c
AgeCommit message (Expand)Author
2017-03-12[x86] these aren't the undefs you're looking for (PR32176)Sanjay Patel
2016-09-28[X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen
2016-08-04After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher
2016-07-20[X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...Simon Pilgrim
2016-06-15[x86] translate SSE packed FP comparison builtins to IRSanjay Patel
2016-05-30[X86] Ensure load/store tests unaligned pointers really are align 1Simon Pilgrim
2016-05-30[X86][SSE] Added missing tests (merge failure)Simon Pilgrim
2016-05-30[X86] Replace unaligned store builtins in SSE/AVX intrinsic files with code t...Craig Topper
2016-05-25[X86][SSE] Updated _mm_store_ps1 test to match _mm_store1_psSimon Pilgrim
2016-05-25[X86] Update test cases to make sure storeu builtins use the storeu instrinsi...Craig Topper
2016-05-19[X86][SSE] Sync with llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.llSimon Pilgrim
2016-05-17[X86][SSE] Tidied up MMX/SSE/SSE2 builtin tests to the correct test fileSimon Pilgrim
2016-05-17[X86] Fix a few intrinsic tests to use the return type that matches the intri...Craig Topper
2015-11-11[X86] Add 'pause' builtin that's already in llvm and use it instead of inline...Craig Topper
2015-11-11[X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq to implement a couple...Craig Topper
2015-09-06[X86][SSSE3] Added SSSE3 IR + assembly codegen builtin testsSimon Pilgrim
2015-09-06[X86]][SSE3] Added SSE41 IR + assembly codegen builtin testsSimon Pilgrim
2015-08-26[X86][SSE] Add _mm_undefined_* intrinsicsSimon Pilgrim
2015-08-23Added missing tests for SSE41 pmovsx/pmovzx extension intrinsicsSimon Pilgrim
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-17Make tests independent of llvm variable naming.Manuel Klimek
2015-02-17[X86] Convert palignr builtin handling to use shuffle form of right shift ins...Craig Topper
2015-02-17[X86] Merge the 2 separate builtin handlers for PALIGNR into a single one tha...Craig Topper
2015-02-13[X86] Fix test cases that I foolishly copied and modified from another file t...Craig Topper
2015-02-13[X86] Add _mm_bslli_si128 and _mm_bsrli_si128 as aliases of _mm_slli_si128 an...Craig Topper
2014-12-27[x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...Craig Topper
2014-06-09Fix line numbers for code inlined from __nodebug__ functions.Evgeniy Stepanov
2014-05-13Patched clang to emit x86 blends as shufflevectors.Filipe Cabecinhas
2013-10-23Intrinsics: fix extract & insert when index is out of bound.Manman Ren
2013-10-22_mm_extract_epi16: use "& 7" when index is out of bound.Manman Ren
2013-09-23Add _mm_stream_si64 intrinsic.Eli Friedman
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-10-26X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss.Manman Ren
2012-05-01Get rid of storelv4si builtin as it can be expressed directly. This is generalChad Rosier
2012-03-30Correctly check argument types for some vector macros in smmintrin.h. Put par...Craig Topper
2012-03-30Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399.Craig Topper
2011-09-16test/CodeGen/sse-builtins.c: Make this host-independent to unbreak posix-unli...NAKAMURA Takumi
2011-09-15Tweak *mmintrin.h so that they don't make any bad assumptions about alignment...Eli Friedman