summaryrefslogtreecommitdiff
path: root/lib/Support/Host.cpp
Commit message (Expand)AuthorAge
* Add support for ppc64/power8 as a hostWill Schmidt2014-06-26
* Fix .cpp files claiming to be header filesHans Wennborg2014-06-20
* Fix typosAlp Toker2014-05-31
* Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel he...Bradley Smith2014-05-23
* Extend sys::getHostCPUFeatures to work on AArch64 platformsBradley Smith2014-05-22
* Select bdver2 instead of bdver1 if TBM support is present on models < 0x10.Kaelyn Takata2014-05-05
* Add a description for AMD's bdver4 (aka Excavator).Benjamin Kramer2014-05-02
* [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARMChandler Carruth2014-04-21
* Add support for krait cpu in llvm::sys::getHostCPUName()Kai Nacke2013-12-20
* Fix Typo.Rafael Espindola2013-12-12
* Convert the other getHostByName implementations to StringRef.Rafael Espindola2013-12-12
* Return a StringRef from getHostCPUName.Rafael Espindola2013-12-12
* Make helper function static.Benjamin Kramer2013-11-25
* X86: enable AVX2 under Haswell native compilationTim Northover2013-11-25
* X86: Add a description for AMD bdver3 aka Steamroller.Benjamin Kramer2013-11-04
* [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-31
* Adds support for Atom Silvermont (SLM) - -march=slmPreston Gurd2013-09-13
* X86: Add a description of the Intel Atom Silvermont CPU.Benjamin Kramer2013-08-30
* Actually, use GNU inline asm for cpuid with clangReid Kleckner2013-08-16
* Use the MSVC __cpuid intrinsic instead of inline asmReid Kleckner2013-08-14
* Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2.Benjamin Kramer2013-07-29
* Ensure sys::getProcessTriple always uses a normalized triple. Patch byDuncan Sands2013-07-17
* Make host ARM CPU feature detection independent of the vendorTobias Grosser2013-06-11
* Allow host triple to be correctly overridden in CMake buildsTim Northover2013-05-04
* X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer2013-05-03
* Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...Aaron Ballman2013-04-23
* Convert windows line endings to linux/unix line endings.Craig Topper2013-04-22
* Ensuring that both bits are set, and not just a combination of one or the other.Aaron Ballman2013-04-03
* Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intr...Aaron Ballman2013-04-03
* Second pass at addressing PR15351 by explicitly checking for AVX supportAaron Ballman2013-04-03
* Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that d...Aaron Ballman2013-04-03
* Attempting to fix the build on older GCC versions.Aaron Ballman2013-04-03
* This patch addresses PR15351 by explicitly checking for AVX supportAaron Ballman2013-04-03
* Add support for autodetection of ADM bdver2.Roman Divacky2013-02-26
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* Define getHostCPUFeatures for ARM Linux platformHao Liu2012-12-13
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add support for Cortex-A15 host recognition.James Molloy2012-10-31
* Add support for detecting some corei7-class Xeons.Benjamin Kramer2012-09-26
* Add support for AMD Geode.Roman Divacky2012-09-12
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-19
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-18
* Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer2012-06-26
* Fixes for PPC host detection and features.Hal Finkel2012-06-12
* Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel2012-06-12
* Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen2012-06-12
* Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel2012-06-11
* Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.Bob Wilson2012-05-09
* Change the Intel Atom detection code to recognizePreston Gurd2012-05-02
* Add a missing cpu subtype.Evan Cheng2012-04-23