summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [X86] Adding vpopcntd and vpopcntq instructionsOren Ben Simhon2017-05-251-0/+1
* [X86][LWP] Add llvm support for LWP instructions (reapplied).Simon Pilgrim2017-05-031-0/+1
* Revert rL302028 due to accidental line ending changes.Simon Pilgrim2017-05-031-1496/+1495
* [X86][LWP] Add llvm support for LWP instructions.Simon Pilgrim2017-05-031-1495/+1496
* [Support] Fix ErrorOr assertion when /proc/cpuinfo doesn't exist.Teresa Johnson2017-04-131-0/+1
* Remove xgene1 from host detectionYi Kong2017-04-111-11/+1
* Implement host CPU detection for AArch64Yi Kong2017-04-041-4/+32
* Make naming in Host.h in line with coding standards.Kristof Beyls2017-03-311-6/+6
* Revert "Make naming in Host.h in line with coding standards."Kristof Beyls2017-03-301-6/+6
* Make naming in Host.h in line with coding standards.Kristof Beyls2017-03-301-6/+6
* Refactor getHostCPUName to allow testing on non-native hardware.Kristof Beyls2017-03-301-214/+204
* [X86] Remove the HLE feature flag.Craig Topper2017-02-091-1/+0
* [X86] Remove INVPCID and SMAP feature flags. They aren't currently used by an...Craig Topper2017-02-091-2/+0
* [X86] Clzero intrinsic and its addition under znver1Craig Topper2017-02-091-0/+4
* [X86] Remove PCOMMIT instruction support since Intel has deprecated this inst...Craig Topper2017-02-081-1/+0
* AMD family 17h (znver1) enablementCraig Topper2017-01-101-0/+19
* [X86] Add Intel Kaby Lake model numbers to getHostCPUName aliased to "skylake...Craig Topper2017-01-051-2/+4
* [X86] Change getHostCPUName to report Intel model 0x4e as "skylake" instead o...Craig Topper2017-01-051-3/+11
* [PowerPC] Add identification for POWER8NVLNemanja Ivanovic2017-01-041-0/+1
* Add computeHostNumPhysicalCores() implementation for DarwinMehdi Amini2016-10-191-0/+19
* Reduce global namespace pollution. NFC.Benjamin Kramer2016-10-181-2/+2
* Add interface to compute number of physical cores on host systemTeresa Johnson2016-10-131-1/+57
* [cpu-detection] Copy simplified version of get_cpuid_max to remove dependency...Alina Sbirlea2016-10-041-5/+37
* Properly ifdef the use of cpuid.Alina Sbirlea2016-07-201-1/+6
* [cpu-detection] Cleanup of Host.cpp.Alina Sbirlea2016-07-201-46/+48
* [Support] Make helper function static. NFC.Benjamin Kramer2016-07-101-2/+2
* 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
OpenPOWER on IntegriCloud