summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/lzcnt-builtins.c
Commit message (Expand)AuthorAgeFilesLines
* [X86] NFC Include immintrin.h in CodeGen testsGabor Buella2018-05-241-1/+1
* [X86] Remove the mm_malloc.h include guard hack from the X86 builtins testsElad Cohen2016-09-281-3/+1
* Canonicalize some of the x86 builtin tests and either remove or commentEric Christopher2015-10-141-1/+1
* Add _lzcnt_u32 and _lzcnt_u64 to lzcntintrin.h to match Intel documentation n...Craig Topper2014-11-011-0/+12
* Change LZCNT and BMI tests to check IR instead of X86 assembly.Craig Topper2011-12-251-4/+4
* Add intrinsics for lzcnt and tzcnt instructions.Craig Topper2011-12-251-0/+24