summaryrefslogtreecommitdiffstats
path: root/lib/Headers/cpuid.h
Commit message (Expand)AuthorAgeFilesLines
* [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