summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Select bdver2 instead of bdver1 if TBM support is present on models < 0x10.Kaelyn Takata2014-05-051-1/+2
* Add a description for AMD's bdver4 (aka Excavator).Benjamin Kramer2014-05-021-0/+2
* [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARMChandler Carruth2014-04-211-0/+2
* Add support for krait cpu in llvm::sys::getHostCPUName()Kai Nacke2013-12-201-0/+11
* Fix Typo.Rafael Espindola2013-12-121-1/+1
* Convert the other getHostByName implementations to StringRef.Rafael Espindola2013-12-121-5/+5
* Return a StringRef from getHostCPUName.Rafael Espindola2013-12-121-1/+1
* Make helper function static.Benjamin Kramer2013-11-251-2/+3
* X86: enable AVX2 under Haswell native compilationTim Northover2013-11-251-6/+90
* X86: Add a description for AMD bdver3 aka Steamroller.Benjamin Kramer2013-11-041-3/+5
OpenPOWER on IntegriCloud