summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/sse2-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IRYael Tsafrir2017-09-121-2/+14
* [X86][SSE] Add _mm_set_pd1 (PR32827)Simon Pilgrim2017-04-281-0/+7
* [x86] these aren't the undefs you're looking for (PR32176)Sanjay Patel2017-03-121-2/+2
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-4/+2
* [X86] Use v2i64 vectors to implement _mm_and/andn/or/xor_pd.Craig Topper2016-08-311-5/+5
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-2/+2
* [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...Simon Pilgrim2016-07-201-6/+4
* [X86][SSE2] Updated tests to match llvm\test\CodeGen\X86\sse2-intrinsics-fast...Simon Pilgrim2016-06-291-9/+8
* [X86] add _mm_loadu_si64Asaf Badouh2016-06-261-0/+9
* [X86] Fix pslldq/psrldq intrinsics to not fail compilation with immediates la...Craig Topper2016-06-251-0/+12
* [x86] translate SSE packed FP comparison builtins to IRSanjay Patel2016-06-151-12/+48
* [x86] generate IR for SSE integer min/max builtinsSanjay Patel2016-06-151-4/+8
* [X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32...Simon Pilgrim2016-06-011-1/+1
* [X86] Ensure load/store tests unaligned pointers really are align 1Simon Pilgrim2016-05-301-5/+5
* [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointerSimon Pilgrim2016-05-301-3/+9
* [X86] Replace unaligned store builtins in SSE/AVX intrinsic files with code t...Craig Topper2016-05-301-2/+4
* [X86] Update test cases to make sure storeu builtins use the storeu instrinsi...Craig Topper2016-05-251-2/+2
* [X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IRSimon Pilgrim2016-05-231-2/+4
* [X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmpngt_sd testsSimon Pilgrim2016-05-191-0/+8
* [X86][SSE2] Added _mm_move_* testsSimon Pilgrim2016-05-191-0/+15
* [X86][SSE2] Added _mm_cast* and _mm_set* testsSimon Pilgrim2016-05-191-0/+236
* [X86][SSE2] Sync with llvm/test/CodeGen/X86/sse2-intrinsics-fast-isel.llSimon Pilgrim2016-05-191-53/+107
* Revert r269967 (SSE2 builtin checks) due to failed buildbotsSimon Pilgrim2016-05-181-98/+52
* [X86][SSE2] Sync with llvm/test/CodeGen/X86/sse2-intrinsics-fast-isel.llSimon Pilgrim2016-05-181-52/+98
* [X86][SSE] Tidied up MMX/SSE/SSE2 builtin tests to the correct test fileSimon Pilgrim2016-05-171-0/+54
* [X86] Stripped backend codegen testsSimon Pilgrim2015-12-031-926/+375
* [X86][SSE2] Added SSE2 IR + assembly codegen builtin testsSimon Pilgrim2015-11-291-0/+1656