summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/sse41-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Update handling in CGBuiltin to be tolerant of out of range immediates.Craig Topper2018-06-211-7/+7
* [X86] Add builtins for vector element insert and extract for different 128 an...Craig Topper2018-06-061-6/+6
* [X86] NFC Include immintrin.h in CodeGen testsGabor Buella2018-05-241-1/+1
* [X86] Emit native IR for pmuldq/pmuludq builtins.Craig Topper2018-04-091-1/+5
* [X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation (clang)Simon Pilgrim2017-04-141-1/+1
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-4/+2
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-2/+2
* [X86] Uncomment the _mm_extract_ps test and add checks.Craig Topper2016-07-091-4/+5
* [x86] generate IR for SSE integer min/max builtinsSanjay Patel2016-06-151-8/+16
* [X86][SSE] Replace VPMOVSX and (V)PMOVZX integer extension intrinsics with ge...Simon Pilgrim2016-05-281-6/+12
* [X86][SSE41] Sync with llvm/test/CodeGen/X86/sse41-intrinsics-fast-isel.llSimon Pilgrim2016-05-181-20/+20
* Updated SSE41 builtin tests to more closely match the llvm fast-isel equivale...Simon Pilgrim2016-03-011-40/+50
* [X86] Stripped backend codegen testsSimon Pilgrim2015-12-031-90/+27
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-141-4/+4
* [Headers][X86] Fix stream_load (movntdqa) to accept const*.Ahmed Bougacha2015-10-021-1/+1
* Patch over a really horrible bug in our vector builtins that showed upChandler Carruth2015-10-011-0/+2
* [X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IRSimon Pilgrim2015-09-191-6/+6
* [X86]][SSE3] Added SSE41 IR + assembly codegen builtin testsSimon Pilgrim2015-09-061-0/+433