Go to file
Roman Divacky 4dcb5dbb53 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!

llvm-svn: 186696
2013-07-19 17:28:36 +00:00
clang This patch implements __get_cpuid_max() as an inline and __cpuid() and 2013-07-19 17:28:36 +00:00
clang-tools-extra Fixed some formatting issues with clang-format to get a baseline. 2013-07-19 14:19:31 +00:00
compiler-rt Fix another instance of -ccc-cxx vs. --driver-mode=g++ 2013-07-18 21:09:03 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Implement generic upsample() 2013-07-19 16:44:37 +00:00
libcxx Make std::get constexpr 2013-07-17 18:25:36 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [PECOFF][Driver] Process "LINK" environment variable. 2013-07-19 05:06:20 +00:00
lldb include only LLDB API in docs generated by lldb-cpp-doc (cmake) target 2013-07-19 16:50:24 +00:00
llvm lit: Support cancellation on Windows 2013-07-19 17:08:08 +00:00
polly Ensure a correct order between memory accesses. 2013-07-16 15:20:29 +00:00