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
/
lib
/
Headers
/
bmiintrin.h
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
-83
/
+92
*
Move the builtin headers to use the new license file header.
Chandler Carruth
2019-04-08
1
-17
/
+3
*
[X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics with zero_undef fla...
Craig Topper
2018-09-26
1
-5
/
+5
*
[DOXYGEN] Formatting changes for better intrinsics documentation rendering
Ekaterina Romanova
2018-05-23
1
-0
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-17
/
+17
*
[DOXYGEN] Corrected typos and incorrect parameters description.
Ekaterina Romanova
2017-07-12
1
-1
/
+1
*
[DOXYGEN] Corrected several typos and incorrect parameters description that S...
Ekaterina Romanova
2017-06-06
1
-4
/
+4
*
[DOXYGEN] Minor improvements in doxygen comments.
Ekaterina Romanova
2017-04-28
1
-166
/
+0
*
[DOXYGEN] Improved doxygen comments for x86 intrinsics.
Ekaterina Romanova
2016-12-27
1
-4
/
+4
*
[DOXYGEN] Improved doxygen comments for x86 intrinsics headers.
Ekaterina Romanova
2016-12-09
1
-28
/
+28
*
[Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_32 intrinsics to clang.
Michael Zuckerman
2016-06-22
1
-0
/
+32
*
Doxygen comments for avxintrin.h.
Ekaterina Romanova
2016-05-16
1
-1
/
+1
*
Add doxygen comments to bmiintrin.h's intrinsics.
Ekaterina Romanova
2016-03-08
1
-0
/
+361
*
bmiintrin.h: Allow using the tzcnt intrinsics for non-BMI targets
Hans Wennborg
2015-11-17
1
-3
/
+9
*
[X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTR
Michael Kuperstein
2015-06-30
1
-17
/
+17
*
Update the intel intrinsic headers to use the target attribute support.
Eric Christopher
2015-06-17
1
-5
/
+1
*
Use a define for per-file function attributes for the Intel intrinsic headers.
Eric Christopher
2015-06-17
1
-15
/
+20
*
Avoid undefined behavior in the x86 bmi header file by explicitly checking fo...
Craig Topper
2014-11-01
1
-3
/
+3
*
added Intel's BMI intrinsic variants
Sanjay Patel
2014-05-28
1
-1
/
+34
*
Rename tzcnt intrinsics to match gcc.
Craig Topper
2012-07-02
1
-3
/
+3
*
Add the rest of the BMI intrinsics.
Craig Topper
2011-12-25
1
-0
/
+60
*
Add intrinsics for lzcnt and tzcnt instructions.
Craig Topper
2011-12-25
1
-0
/
+55