summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply 272328 and 272329 as a single patch.Alina Sbirlea2016-06-091-10/+3
* Revert 272328 and 272329 to recommit as a single patch.Alina Sbirlea2016-06-091-3/+10
* Keep barcelona subtype for amdfam10Alina Sbirlea2016-06-091-1/+3
* [cpu-detection] Return amdfam10 for all subtypes. Address Bug 28067.Alina Sbirlea2016-06-091-9/+0
* [cpu-detection] Add missing break statements in outer switchesAlina Sbirlea2016-06-091-6/+9
* [cpu-detection] Substantial refactor of Host CPU detection code (x86)Alina Sbirlea2016-06-061-261/+650
* [cpu-detection] Naming conventionAlina Sbirlea2016-06-031-28/+27
* 80-column fixup after last formatting change.Eric Christopher2016-06-021-4/+8
* Fix a couple of misformatted comments spotted in post-commit review.Eric Christopher2016-06-021-8/+7
* This patch is in preparation for a substantial refactoring of theEric Christopher2016-06-021-294/+304
* Removing an unused variable introduced in r269911; NFC.Aaron Ballman2016-05-181-1/+0
* Add new flag and intrinsic support for MWAITX and MONITORX instructionsAshutosh Nema2016-05-181-0/+2
* [Power9] Add support for -mcpu=pwr9 in the back endNemanja Ivanovic2016-05-091-0/+1
* [Support][X86] Add a few more Intel model numbers to getHostCPUName for airmo...Craig Topper2016-04-271-0/+4
* [Support][X86] Change the case values in the Intel family 6 code to hex so it...Craig Topper2016-04-271-68/+66
* [Support][X86] Add a couple more Broadwell CPU models numbers to getHostCPUName.Craig Topper2016-04-271-0/+2
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-13/+11
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-11/+13
* Fix LLVM's handling and detection of skylake and cannonlake CPUsSanjoy Das2016-02-211-0/+1
* Added Skylake client to X86 targets and featuresElena Demikhovsky2016-01-241-3/+12
* [AVX512] adding AVXVBMI feature flagMichael Zuckerman2016-01-181-1/+1
* [AVX512] adding AVXVBMI feature flagMichael Zuckerman2016-01-171-0/+1
* [x86] adding PKU feature flagAsaf Badouh2015-12-151-0/+2
* [X86] Update CPU detection to only enable XSAVE features if the OS has enable...Craig Topper2015-10-141-14/+16
* [X86] Add XSAVE intrinsic familyAmjad Aboud2015-10-121-0/+9
* [ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth2015-09-101-2/+2
* Add model numbers for Skylake CPUs and an additional Broadwell model.Craig Topper2015-08-081-0/+6
* Add Intel family 6 model 93 as Silvermont.Craig Topper2015-08-081-0/+1
* Add Intel family 6 model 90 as Silvermont. Fixes PR24392.Craig Topper2015-08-071-0/+1
* [SystemZ] Add z13 vector facility and MC supportUlrich Weigand2015-05-051-0/+24
* [X86] Stop changing result of getHostCPUName based on whether the processor s...Craig Topper2015-03-311-14/+5
* [X86] Be more robust against unknown Intel family 6 models. Use feature flags...Craig Topper2015-03-311-10/+43
* [X86] In getHostCPUFeatures, disable xop, f16c, fma, and fma4 if OS does not ...Craig Topper2015-03-301-4/+4
* [X86] Use the more specific CPU names like 'nehalem', 'westmere', 'haswell', ...Craig Topper2015-03-301-12/+9
* [X86] Move family 6 model 21 to 'pentium-m'. Near as I can tell this is a Dot...Craig Topper2015-03-301-0/+2
* [X86] Family 6 model 29 is a Penryn based processor not a Nehalem based proce...Craig Topper2015-03-301-2/+2
* Fix a variable name in MSVC specific part of rr233487.Craig Topper2015-03-291-2/+2
* [X86] Implement getHostCPUFeatures for X86.Craig Topper2015-03-291-8/+93
* Fix typo 'AVX too' instead of 'AVX2'Craig Topper2015-03-231-2/+2
* [X86] Add one stepping of Broadwell to the CPU name autodetection for march=n...Craig Topper2015-03-231-0/+6
* We require MSVC 1800 as our minimum, so these checks can safely go away; NFC.Aaron Ballman2015-02-161-12/+7
* Remove a debugging assert.Rafael Espindola2014-12-171-1/+0
* Fix the windows build.Rafael Espindola2014-12-171-0/+2
* Refactor and simplify the code reading /proc/cpuinfo. NFC.Rafael Espindola2014-12-171-47/+32
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-2/+2
* Add support for ppc64/power8 as a hostWill Schmidt2014-06-261-0/+2
* Fix .cpp files claiming to be header filesHans Wennborg2014-06-201-1/+1
* Fix typosAlp Toker2014-05-311-1/+1
* Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel he...Bradley Smith2014-05-231-9/+9
* Extend sys::getHostCPUFeatures to work on AArch64 platformsBradley Smith2014-05-221-1/+37
OpenPOWER on IntegriCloud