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
/
bmi-builtins.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Always define the tzcnt intrinsics even when _MSC_VER is defined.
Craig Topper
2019-10-11
1
-45
/
+51
*
[X86] Add guards to some of the x86 intrinsic tests to skip 64-bit mode only ...
Craig Topper
2019-07-10
1
-0
/
+4
*
[X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics with zero_undef fla...
Craig Topper
2018-09-26
1
-18
/
+8
*
[X86] NFC Include immintrin.h in CodeGen tests
Gabor Buella
2018-05-24
1
-1
/
+1
*
[X86] Remove the mm_malloc.h include guard hack from the X86 builtins tests
Elad Cohen
2016-09-28
1
-3
/
+1
*
After PR28761 use -Wall with -Werror in builtins tests to identify
Eric Christopher
2016-08-04
1
-1
/
+1
*
[Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_32 intrinsics to clang.
Michael Zuckerman
2016-06-22
1
-0
/
+14
*
[X86][BMI] Improved bmi intrinsics checks
Simon Pilgrim
2016-06-11
1
-49
/
+94
*
Revert "[Reassociate] Update test cases due to r222142."
Chad Rosier
2014-11-19
1
-4
/
+4
*
[Reassociate] Update test cases due to r222142.
Chad Rosier
2014-11-17
1
-4
/
+4
*
added Intel's BMI intrinsic variants
Sanjay Patel
2014-05-28
1
-1
/
+86
*
Rename tzcnt intrinsics to match gcc.
Craig Topper
2012-07-02
1
-6
/
+6
*
Change LZCNT and BMI tests to check IR instead of X86 assembly.
Craig Topper
2011-12-25
1
-14
/
+22
*
Add the rest of the BMI intrinsics.
Craig Topper
2011-12-25
1
-6
/
+53
*
Add intrinsics for lzcnt and tzcnt instructions.
Craig Topper
2011-12-25
1
-0
/
+24