summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/bmi-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
* After PR28761 use -Wall with -Werror in builtins tests to identifyEric Christopher2016-08-041-1/+1
* [Clang][bmi][intrinsics] Adding _mm_tzcnt_64 _mm_tzcnt_32 intrinsics to clang.Michael Zuckerman2016-06-221-0/+14
* [X86][BMI] Improved bmi intrinsics checks Simon Pilgrim2016-06-111-49/+94
* Revert "[Reassociate] Update test cases due to r222142."Chad Rosier2014-11-191-4/+4
* [Reassociate] Update test cases due to r222142.Chad Rosier2014-11-171-4/+4
* added Intel's BMI intrinsic variants Sanjay Patel2014-05-281-1/+86
* Rename tzcnt intrinsics to match gcc.Craig Topper2012-07-021-6/+6
* Change LZCNT and BMI tests to check IR instead of X86 assembly.Craig Topper2011-12-251-14/+22
* Add the rest of the BMI intrinsics.Craig Topper2011-12-251-6/+53
* Add intrinsics for lzcnt and tzcnt instructions.Craig Topper2011-12-251-0/+24