summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-311-0/+42
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-131-1/+2
* X86: Add a description of the Intel Atom Silvermont CPU.Benjamin Kramer2013-08-301-0/+5
* Actually, use GNU inline asm for cpuid with clangReid Kleckner2013-08-161-10/+10
* Use the MSVC __cpuid intrinsic instead of inline asmReid Kleckner2013-08-141-31/+14
* Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.Benjamin Kramer2013-07-291-1/+3
* Ensure sys::getProcessTriple always uses a normalized triple. Patch byDuncan Sands2013-07-171-1/+1
* Make host ARM CPU feature detection independent of the vendorTobias Grosser2013-06-111-30/+20
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-041-1/+1
* X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer2013-05-031-3/+8
* Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...Aaron Ballman2013-04-231-1/+1
* Convert windows line endings to linux/unix line endings.Craig Topper2013-04-221-13/+13
* Ensuring that both bits are set, and not just a combination of one or the other.Aaron Ballman2013-04-031-1/+2
* Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...Aaron Ballman2013-04-031-2/+2
OpenPOWER on IntegriCloud