summaryrefslogtreecommitdiffstats
path: root/lib/Headers/cpuid.h
Commit message (Expand)AuthorAgeFilesLines
* Enable intrinsics of AVX512_BF16, which are supported for BFLOAT16 in Cooper ...Luo, Yuanke2019-05-061-0/+3
* Move the builtin headers to use the new license file header.Chandler Carruth2019-04-081-17/+3
* [x86] invpcid intrinsicGabor Buella2018-05-251-0/+1
* [X86] ptwrite intrinsicGabor Buella2018-05-101-0/+3
* [x86] Introduce the pconfig intrinsicGabor Buella2018-05-081-0/+1
* [X86] directstore and movdir64b intrinsicsGabor Buella2018-05-011-0/+2
* [X86] WaitPKG intrinsicsGabor Buella2018-04-201-0/+1
* [X86] Introduce cldemote intrinsicGabor Buella2018-04-131-0/+1
* [x86] wbnoinvd intrinsicGabor Buella2018-04-111-1/+2
* [X86] Fix typo in cpuid.h, bit_AVX51SER->bit_AVX512ER.Craig Topper2018-03-061-1/+1
* [X86] Add more CPUID bits to cpuid.h to match gcc and support icelake features.Craig Topper2017-12-201-5/+14
* [X86] Add more feature flag bit defines to cpuid.h for gcc compatibility.Craig Topper2017-07-091-3/+61
* [X86] Add __get_cpuid_count to cpuid.h. Update __get_cpuid to check the maxim...Craig Topper2017-07-091-17/+37
* Add more gcc compatibility names to clang's cpuid.hDimitry Andric2016-07-311-1/+7
* Fix trailing commas in AMD define.Joerg Sonnenberger2014-10-011-3/+3
* Add the various signature macros.Joerg Sonnenberger2014-10-011-0/+54
* Rename bit_RDRAND to bit_RDRND to match GCC's version of this header.Joerg Sonnenberger2014-10-011-1/+1
* Fix bugs in cpuid.h.Akira Hatanaka2014-09-201-15/+13
* Add bit_FXSAVE as an alias for bit_FXSR, for gcc compat.Nico Weber2013-12-161-0/+1
* This patch implements __get_cpuid_max() as an inline and __cpuid() andRoman Divacky2013-07-191-2/+124
* Add tests that build modules for our builtin headers, and fix two buglets exp...Richard Smith2013-04-041-3/+3
* PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie2013-01-161-4/+5
* Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.Douglas Gregor2012-11-051-1/+1
* Fix comment.Rafael Espindola2011-11-281-1/+1
* Error on non x86 architectures.Rafael Espindola2011-11-271-0/+4
* Fix file name in comments.Rafael Espindola2011-11-271-1/+1
* Add the minimum implementation of cpuid.h. This works on "modern" intel cpusRafael Espindola2011-11-261-0/+29