summaryrefslogtreecommitdiffstats
path: root/lib/Headers/lzcntintrin.h
Commit message (Expand)AuthorAgeFilesLines
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-17/+3
* [Builltins][X86] Provide implementations of __lzcnt16, __lzcnt, __lzcnt64 for...Craig Topper2018-12-141-10/+6
* [X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics with zero_undef fla...Craig Topper2018-09-261-5/+5
* [DOXYGEN] Formatting changes for better intrinsics documentation renderingEkaterina Romanova2018-05-231-0/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-5/+5
* Add doxygen comments for lzcntintrin.h's intrinsics.Ekaterina Romanova2016-11-181-0/+50
* [X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTRMichael Kuperstein2015-06-301-7/+7
* Update the intel intrinsic headers to use the target attribute support.Eric Christopher2015-06-171-5/+1
* Use a define for per-file function attributes for the Intel intrinsic headers.Eric Christopher2015-06-171-5/+10
* Add _lzcnt_u32 and _lzcnt_u64 to lzcntintrin.h to match Intel documentation n...Craig Topper2014-11-011-0/+12
* Avoid undefined behavior in the x86 lzcnt header file by explicitly checking ...Craig Topper2014-11-011-3/+3
* Add intrinsics for lzcnt and tzcnt instructions.Craig Topper2011-12-251-0/+55