index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
sse2-builtins.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Add test cases for _mm_movepi64_pi64 and _mm_movpi64_epi64.
Craig Topper
2019-08-15
1
-0
/
+17
*
[X86] Add guards to some of the x86 intrinsic tests to skip 64-bit mode only ...
Craig Topper
2019-07-10
1
-0
/
+10
*
[X86] Restore the pavg intrinsics.
Craig Topper
2019-04-15
1
-14
/
+2
*
[X86] Follow up to r353878, add MSVC compatibility command lines to other int...
Craig Topper
2019-02-12
1
-0
/
+1
*
[X86] Add shift-by-immediate tests for non-immediate/out-of-range values
Simon Pilgrim
2019-01-08
1
-0
/
+96
*
[X86][SSE] Auto upgrade PADDS/PSUBS intrinsics to SADD_SAT/SSUB_SAT generic i...
Simon Pilgrim
2018-12-20
1
-4
/
+4
*
[X86][SSE] Auto upgrade PADDUS/PSUBUS intrinsics to UADD_SAT/USUB_SAT generic...
Simon Pilgrim
2018-12-19
1
-12
/
+4
*
[X86] Add more of the icc unaligned load/store to/from 128 bit vector intrinsics
Craig Topper
2018-09-29
1
-0
/
+48
*
[X86] Lowering addus/subus intrinsics to native IR
Tomasz Krupa
2018-08-14
1
-4
/
+16
*
[X86] Add __builtin_ia32_selectss_128 and __builtin_ia32_selectsd_128 that is...
Craig Topper
2018-07-10
1
-3
/
+1
*
[X86] Update handling in CGBuiltin to be tolerant of out of range immediates.
Craig Topper
2018-06-21
1
-2
/
+2
*
[X86] Lowering sqrt intrinsics to native IR
Tomasz Krupa
2018-06-15
1
-6
/
+4
*
[X86] Add builtins for pshufd, pshuflw, and pshufhw to enable target feature ...
Craig Topper
2018-06-08
1
-3
/
+3
*
[X86] Add back builtins for _mm_slli_si128/_mm_srli_si128 and similar intrin...
Craig Topper
2018-06-07
1
-6
/
+6
*
[X86] Add builtins for vector element insert and extract for different 128 an...
Craig Topper
2018-06-06
1
-6
/
+4
*
[X86] NFC Include immintrin.h in CodeGen tests
Gabor Buella
2018-05-24
1
-1
/
+1
*
[X86] Use __builtin_convertvector to implement some of the packed integer to ...
Craig Topper
2018-05-21
1
-1
/
+1
*
[x86] Revert r330322 (& r330323): Lowering x86 adds/addus/subs/subus intrinsics
Chandler Carruth
2018-04-26
1
-58
/
+8
*
Lowering x86 adds/addus/subs/subus intrinsics (clang)
Alexander Ivchenko
2018-04-19
1
-8
/
+58
*
[X86] Emit native IR for pmuldq/pmuludq builtins.
Craig Topper
2018-04-09
1
-1
/
+3
*
[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IR
Yael Tsafrir
2017-09-12
1
-2
/
+14
*
[X86][SSE] Add _mm_set_pd1 (PR32827)
Simon Pilgrim
2017-04-28
1
-0
/
+7
*
[x86] these aren't the undefs you're looking for (PR32176)
Sanjay Patel
2017-03-12
1
-2
/
+2
*
[X86] Remove the mm_malloc.h include guard hack from the X86 builtins tests
Elad Cohen
2016-09-28
1
-4
/
+2
*
[X86] Use v2i64 vectors to implement _mm_and/andn/or/xor_pd.
Craig Topper
2016-08-31
1
-5
/
+5
*
After PR28761 use -Wall with -Werror in builtins tests to identify
Eric Christopher
2016-08-04
1
-2
/
+2
*
[X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...
Simon Pilgrim
2016-07-20
1
-6
/
+4
*
[X86][SSE2] Updated tests to match llvm\test\CodeGen\X86\sse2-intrinsics-fast...
Simon Pilgrim
2016-06-29
1
-9
/
+8
*
[X86] add _mm_loadu_si64
Asaf Badouh
2016-06-26
1
-0
/
+9
*
[X86] Fix pslldq/psrldq intrinsics to not fail compilation with immediates la...
Craig Topper
2016-06-25
1
-0
/
+12
*
[x86] translate SSE packed FP comparison builtins to IR
Sanjay Patel
2016-06-15
1
-12
/
+48
*
[x86] generate IR for SSE integer min/max builtins
Sanjay Patel
2016-06-15
1
-4
/
+8
*
[X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32...
Simon Pilgrim
2016-06-01
1
-1
/
+1
*
[X86] Ensure load/store tests unaligned pointers really are align 1
Simon Pilgrim
2016-05-30
1
-5
/
+5
*
[X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointer
Simon Pilgrim
2016-05-30
1
-3
/
+9
*
[X86] Replace unaligned store builtins in SSE/AVX intrinsic files with code t...
Craig Topper
2016-05-30
1
-2
/
+4
*
[X86] Update test cases to make sure storeu builtins use the storeu instrinsi...
Craig Topper
2016-05-25
1
-2
/
+2
*
[X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Simon Pilgrim
2016-05-23
1
-2
/
+4
*
[X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmpngt_sd tests
Simon Pilgrim
2016-05-19
1
-0
/
+8
*
[X86][SSE2] Added _mm_move_* tests
Simon Pilgrim
2016-05-19
1
-0
/
+15
*
[X86][SSE2] Added _mm_cast* and _mm_set* tests
Simon Pilgrim
2016-05-19
1
-0
/
+236
*
[X86][SSE2] Sync with llvm/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
Simon Pilgrim
2016-05-19
1
-53
/
+107
*
Revert r269967 (SSE2 builtin checks) due to failed buildbots
Simon Pilgrim
2016-05-18
1
-98
/
+52
*
[X86][SSE2] Sync with llvm/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
Simon Pilgrim
2016-05-18
1
-52
/
+98
*
[X86][SSE] Tidied up MMX/SSE/SSE2 builtin tests to the correct test file
Simon Pilgrim
2016-05-17
1
-0
/
+54
*
[X86] Stripped backend codegen tests
Simon Pilgrim
2015-12-03
1
-926
/
+375
*
[X86][SSE2] Added SSE2 IR + assembly codegen builtin tests
Simon Pilgrim
2015-11-29
1
-0
/
+1656