aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Host.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-17Remove a debugging assert.Rafael Espindola1-1/+0
2014-12-17Fix the windows build.Rafael Espindola1-0/+2
2014-12-17Refactor and simplify the code reading /proc/cpuinfo. NFC.Rafael Espindola1-47/+32
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie1-2/+2
2014-06-26Add support for ppc64/power8 as a hostWill Schmidt1-0/+2
2014-06-20Fix .cpp files claiming to be header filesHans Wennborg1-1/+1
2014-05-31Fix typosAlp Toker1-1/+1
2014-05-23Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel he...Bradley Smith1-9/+9
2014-05-22Extend sys::getHostCPUFeatures to work on AArch64 platformsBradley Smith1-1/+37
2014-05-05Select bdver2 instead of bdver1 if TBM support is present on models < 0x10.Kaelyn Takata1-1/+2
2014-05-02Add a description for AMD's bdver4 (aka Excavator).Benjamin Kramer1-0/+2
2014-04-21[Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARMChandler Carruth1-0/+2
2013-12-20Add support for krait cpu in llvm::sys::getHostCPUName()Kai Nacke1-0/+11
2013-12-12Fix Typo.Rafael Espindola1-1/+1
2013-12-12Convert the other getHostByName implementations to StringRef.Rafael Espindola1-5/+5
2013-12-12Return a StringRef from getHostCPUName.Rafael Espindola1-1/+1
2013-11-25Make helper function static.Benjamin Kramer1-2/+3
2013-11-25X86: enable AVX2 under Haswell native compilationTim Northover1-6/+90
2013-11-04X86: Add a description for AMD bdver3 aka Steamroller.Benjamin Kramer1-3/+5
2013-10-31[SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford1-0/+42
2013-09-13Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd1-1/+2
2013-08-30X86: Add a description of the Intel Atom Silvermont CPU.Benjamin Kramer1-0/+5
2013-08-16Actually, use GNU inline asm for cpuid with clangReid Kleckner1-10/+10
2013-08-14Use the MSVC __cpuid intrinsic instead of inline asmReid Kleckner1-31/+14
2013-07-29Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.Benjamin Kramer1-1/+3
2013-07-17Ensure sys::getProcessTriple always uses a normalized triple. Patch byDuncan Sands1-1/+1
2013-06-11Make host ARM CPU feature detection independent of the vendorTobias Grosser1-30/+20
2013-05-04Allow host triple to be correctly overridden in CMake buildsTim Northover1-1/+1
2013-05-03X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer1-3/+8
2013-04-23Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...Aaron Ballman1-1/+1
2013-04-22Convert windows line endings to linux/unix line endings.Craig Topper1-13/+13
2013-04-03Ensuring that both bits are set, and not just a combination of one or the other.Aaron Ballman1-1/+2
2013-04-03Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...Aaron Ballman1-2/+2
2013-04-03Second pass at addressing PR15351 by explicitly checking for AVX supportAaron Ballman1-2/+25
2013-04-03Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...Aaron Ballman1-23/+2
2013-04-03Attempting to fix the build on older GCC versions.Aaron Ballman1-1/+2
2013-04-03This patch addresses PR15351 by explicitly checking for AVX supportAaron Ballman1-2/+22
2013-02-26Add support for autodetection of ADM bdver2.Roman Divacky1-1/+4
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne1-0/+12
2012-12-13Define getHostCPUFeatures for ARM Linux platformHao Liu1-0/+58
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-10-31Add support for Cortex-A15 host recognition.James Molloy1-0/+1
2012-09-26Add support for detecting some corei7-class Xeons.Benjamin Kramer1-0/+2
2012-09-12Add support for AMD Geode.Roman Divacky1-0/+1
2012-07-19Adds the family codes for the Midview Atom processors so that thePreston Gurd1-3/+2
2012-07-18This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd1-0/+3
2012-06-26Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer1-0/+55
2012-06-12Fixes for PPC host detection and features.Hal Finkel1-1/+1
2012-06-12Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel1-0/+130
2012-06-12Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen1-130/+0