Merging r277307:
authorDimitry Andric <dimitry@andric.com>
Tue, 2 Aug 2016 06:46:09 +0000 (06:46 +0000)
committerDimitry Andric <dimitry@andric.com>
Tue, 2 Aug 2016 06:46:09 +0000 (06:46 +0000)
commit0b8b7e2d2bba606500cdb917703dfd629131cc5b
treee801480f3855e35119dda6771c7701cfe738c2cc
parent17391ce564be3a7fd1984d36bd419e569e7a26f4
Merging r277307:

------------------------------------------------------------------------
r277307 | dim | 2016-07-31 22:23:23 +0200 (Sun, 31 Jul 2016) | 23 lines

Add more gcc compatibility names to clang's cpuid.h

Summary:
Some cpuid bit defines are named slightly different from how gcc's
cpuid.h calls them.

Define a few more compatibility names to appease software built for gcc:

* `bit_PCLMUL`      alias of `bit_PCLMULQDQ`
* `bit_SSE4_1`      alias of `bit_SSE41`
* `bit_SSE4_2`      alias of `bit_SSE42`
* `bit_AES`         alias of `bit_AESNI`
* `bit_CMPXCHG8B`   alias of `bit_CX8`

While here, add the misssing 29th bit, `bit_F16C` (which is how gcc
calls this bit).

Reviewers: joerg, rsmith

Subscribers: bruno, cfe-commits

Differential Revision: https://reviews.llvm.org/D22010

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_39@277425 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/cpuid.h