[X86][compiler-rt] Add additional CPUs and features to the cpu detection to match...
authorCraig Topper <craig.topper@intel.com>
Sat, 20 Oct 2018 03:49:04 +0000 (03:49 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 20 Oct 2018 03:49:04 +0000 (03:49 +0000)
commit3fe64709514a03867eb9fe23c1ed249778a4c1fb
tree845035fb675db66d9a89ff9b61f1f5041d08d4dd
parent95cf9fa2137631543999cbaaef9381e6be4ac97b
[X86][compiler-rt] Add additional CPUs and features to the cpu detection to match libgcc

Summary: This patch adds additional features and cpus from libgcc. Unfortunately we've overflowed the existing 32-bits of features so we had to add a new __cpu_features2 variable to hold the additional bits. This matches libgcc as far as I can tell.

Reviewers: echristo

Reviewed By: echristo

Subscribers: dberris, llvm-commits

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

llvm-svn: 344830
compiler-rt/lib/builtins/cpu_model.c