History log of /external/clang/lib/Headers/cpuid.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
651f13cea278ec967336033dd032faef0e9fc2ec 24-Apr-2014 Stephen Hines <srhines@google.com> Updated to Clang 3.5a.

Change-Id: I8127eb568f674c2e72635b639a3295381fe8af82
/external/clang/lib/Headers/cpuid.h
7abbb850a5cda29f7de380b1bab7aed84cd582f0 19-Jul-2013 Roman Divacky <rdivacky@freebsd.org> This patch implements __get_cpuid_max() as an inline and __cpuid() and
__cpuid_count() as macros to be compatible with GCC's cpuid.h. It also adds
bit_<foo> constants for the various feature bits as described in version 039
(May 2011) of Intel's SDM Volume 2 in the description of the CPUID
instruction. The list of bit_<foo> constants is a bit exhaustive (GCC
doesn't do near this many). More bits could be added from a newer version of
SDM if desired.

Patch by John Baldwin!


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186696 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/cpuid.h
4a3c6c6daebce44416a63bb19ad1ab7fe0d16354 04-Apr-2013 Richard Smith <richard-llvm@metafoo.co.uk> Add tests that build modules for our builtin headers, and fix two buglets exposed by doing so.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178736 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/cpuid.h
4f918aed75d4927e88365541c7200f0b5fe5014b 17-Jan-2013 David Blaikie <dblaikie@gmail.com> PR14964: intrinsic headers using non-reserved identifiers

Several of the intrinsic headers were using plain non-reserved identifiers.
C++11 17.6.4.3.2 [global.names] p1 reservers names containing a double
begining with an underscore followed by an uppercase letter for any use.

I think I got them all, but open to being corrected. For the most part I
didn't bother updating function-like macro parameter names because I don't
believe they're subject to any such collission - though some function-like
macros already follow this convention (I didn't update them in part because
the churn was more significant as several function-like macros use the double
underscore prefixed version of the same name as a parameter in their
implementation)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172666 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/cpuid.h
a65c5a39b93c47ba8aed879a60ebcd431e071ec9 05-Nov-2012 Douglas Gregor <dgregor@apple.com> Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>.

While we're here, extend the module map to cover most of the
newly-added instrinsic headers. Only wmmintrin.h is missing, because
it needs to be split into AES/PCLMUL subheaders (as a separate commit).



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167398 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/cpuid.h
6d387aecab26825587392436f009ea5da5cee092 28-Nov-2011 Rafael Espindola <rafael.espindola@gmail.com> Fix comment.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145271 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/cpuid.h
1376ba9dddccc02e8c187bbfa4c66f2c0938b0c0 27-Nov-2011 Rafael Espindola <rafael.espindola@gmail.com> Error on non x86 architectures.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145185 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/cpuid.h
7f16d7067e11d2684b644c8af7c21cdc77b32723 27-Nov-2011 Rafael Espindola <rafael.espindola@gmail.com> Fix file name in comments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145184 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/cpuid.h
b816276fbbf719342540f4db696a908e2fabd6e0 26-Nov-2011 Rafael Espindola <rafael.espindola@gmail.com> Add the minimum implementation of cpuid.h. This works on "modern" intel cpus
and on clang, which seams to handled "=b" correctly even when ebx is the
PIC register.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145149 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/cpuid.h