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
/
builtins-x86.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Clzero flag addition and inclusion under znver1
Craig Topper
2017-02-09
1
-2
/
+3
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-14
1
-0
/
+9
*
Reverse commit 281375 (breaks building Chromium)
Albert Gutowski
2016-09-13
1
-9
/
+0
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-13
1
-0
/
+9
*
Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows p...
Reid Kleckner
2016-08-16
1
-2
/
+0
*
[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics to non-windows platforms
Marina Yatsina
2016-08-16
1
-0
/
+2
*
[X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...
Simon Pilgrim
2016-07-20
1
-0
/
+8
*
[X86] Remove dead builtins that don't exist in the backend intrinsic file and...
Craig Topper
2016-07-08
1
-1
/
+0
*
[Clang][X86] Convert non-temporal store builtins to generic __builtin_nontemp...
Simon Pilgrim
2016-06-13
1
-6
/
+0
*
[X86][SSE] Replace (V)CVTTPS2DQ and VCVTTPD2DQ truncating (round to zero) f32...
Simon Pilgrim
2016-06-01
1
-3
/
+0
*
[X86] Replace unaligned store builtins in SSE/AVX intrinsic files with code t...
Craig Topper
2016-05-30
1
-6
/
+0
*
[X86][SSE] Replace VPMOVSX and (V)PMOVZX integer extension intrinsics with ge...
Simon Pilgrim
2016-05-28
1
-6
/
+0
*
[X86][SSE] Replace lossless i32/f32 to f64 conversion intrinsics with generic IR
Simon Pilgrim
2016-05-23
1
-4
/
+0
*
Add new intrinsic support for MONITORX and MWAITX instructions
Ashutosh Nema
2016-05-18
1
-2
/
+5
*
[x86] Fix maskload/store intrinsic definitions in avxintrin.h
Andrea Di Biagio
2015-10-20
1
-8
/
+8
*
[X86] Add fxsr feature name for fxsave/fxrestore builtins.
Craig Topper
2015-10-16
1
-2
/
+2
*
Add the minimum target features that these tests depend upon.
Eric Christopher
2015-10-15
1
-2
/
+2
*
[X86] Add XSAVE intrinsic family
Amjad Aboud
2015-10-13
1
-1
/
+15
*
[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics with native IR
Simon Pilgrim
2015-09-19
1
-6
/
+0
*
[X86] Add __builtin_ia32_undef* intrinsics to test
Simon Pilgrim
2015-08-27
1
-0
/
+3
*
[X86] Add FXSR intrinsics
Michael Kuperstein
2015-06-30
1
-0
/
+4
*
[X86, AVX] replace vextractf128 intrinsics with generic shuffles
Sanjay Patel
2015-03-12
1
-3
/
+0
*
[X86, AVX] Replace vinsertf128 intrinsics with generic shuffles.
Sanjay Patel
2015-03-10
1
-3
/
+0
*
[X86] Remove pblendw and pblendd builtins that aren't being used by the intri...
Craig Topper
2015-02-27
1
-1
/
+0
*
[X86] Remove the blendps/blendpd builtins. They aren't used by the intrinsic ...
Craig Topper
2015-02-26
1
-4
/
+0
*
[X86] Add range checking to the immediate arguments of many of the SSE/AVX bu...
Craig Topper
2015-01-31
1
-8
/
+8
*
[x86] Clean up the x86 builtin specs to reflect r217310 in LLVM which
Chandler Carruth
2014-09-06
1
-1
/
+1
*
[x86] Add Clang support for intrinsic __rdpmc.
Andrea Di Biagio
2014-06-30
1
-0
/
+1
*
Implement AVX1 vbroadcast intrinsics with vector initializers
Adam Nemet
2014-05-29
1
-3
/
+0
*
[X86] Add Clang support for intrinsics __rdtsc and __rdtscp.
Andrea Di Biagio
2014-04-24
1
-0
/
+3
*
Add _mm_stream_si64 intrinsic.
Eli Friedman
2013-09-23
1
-0
/
+4
*
Add C intrinsics for Intel SHA Extensions
Ben Langmuir
2013-09-19
1
-0
/
+8
*
Get rid of storelv4si builtin as it can be expressed directly. This is general
Chad Rosier
2012-05-01
1
-1
/
+0
*
Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. U...
Craig Topper
2012-04-17
1
-0
/
+3
*
Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builti...
Craig Topper
2012-02-08
1
-3
/
+0
*
Remove vpermilp* builtins. Same effect can be achieved with builtin_shuffleve...
Craig Topper
2012-02-08
1
-4
/
+0
*
Cleanup 3dnow builtin handling. Most of them were already handled by LLVM con...
Craig Topper
2012-01-30
1
-1
/
+0
*
Re-enable test that was broken by r148919
Craig Topper
2012-01-25
1
-6
/
+2
*
disable this test for now.
Chris Lattner
2012-01-25
1
-2
/
+3
*
Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove unne...
Craig Topper
2011-12-20
1
-6
/
+0
*
Fix _mm256_round_pd, _mm256_round_ps, _mm_permute_pd and _mm256_permute_pd AVX
Chad Rosier
2011-12-17
1
-2
/
+2
*
Remove the 'unaligned load' builtins now that they're no longer used in the *...
Bill Wendling
2011-05-13
1
-3
/
+0
*
LLVM doesn't always optimize away the four loads from this:
Bill Wendling
2011-05-12
1
-0
/
+2
*
Add 3DNow! Intrinsics.
Michael J. Spencer
2011-04-15
1
-0
/
+29
*
Removing the unaligned load tests from builtins-x86.c since they're generated...
Bill Wendling
2011-04-13
1
-2
/
+0
*
Implement __builtin_ia32_vec_ext_v2si function (required by Qt).
Argyrios Kyrtzidis
2010-10-10
1
-0
/
+1
*
Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at least until we need them
Bruno Cardoso Lopes
2010-08-11
1
-2
/
+0
*
Remove 256-bit cast built-ins and make the AVX intrinsic call llvm __builtin_...
Bruno Cardoso Lopes
2010-08-11
1
-6
/
+0
*
Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builti...
Bruno Cardoso Lopes
2010-08-11
1
-4
/
+0
*
Remove 256-bit shuffle built-ins and make the AVX intrinsic call llvm __built...
Bruno Cardoso Lopes
2010-08-11
1
-2
/
+0
[next]