- 579e402 Add support for ppc64/power8 as a host by Will Schmidt · 11 years ago
- cfe341f Fix .cpp files claiming to be header files by Hans Wennborg · 11 years ago
- da0c793 Fix typos by Alp Toker · 11 years ago
- 63c8b1b Fixup sys::getHostCPUFeatures crypto names so it doesn't clash with kernel headers by Bradley Smith · 11 years ago
- 9288b21 Extend sys::getHostCPUFeatures to work on AArch64 platforms by Bradley Smith · 11 years ago
- a39d2a0 Select bdver2 instead of bdver1 if TBM support is present on models < 0x10. by Kaelyn Takata · 12 years ago
- 6004573 Add a description for AMD's bdver4 (aka Excavator). by Benjamin Kramer · 12 years ago
- 66f38db [Modules] Followup to r206822 to add a DEBUG_TYPE which is used on ARM by Chandler Carruth · 12 years ago
- b38bf96 Add support for krait cpu in llvm::sys::getHostCPUName() by Kai Nacke · 12 years ago
- b75ea01 Fix Typo. by Rafael Espindola · 12 years ago
- 1f58e4d Convert the other getHostByName implementations to StringRef. by Rafael Espindola · 12 years ago
- 74f444c Return a StringRef from getHostCPUName. by Rafael Espindola · 12 years ago
- 583b00e Make helper function static. by Benjamin Kramer · 12 years ago
- 89ccb61 X86: enable AVX2 under Haswell native compilation by Tim Northover · 12 years ago
- d114def X86: Add a description for AMD bdver3 aka Steamroller. by Benjamin Kramer · 12 years ago
- f834ea1 [SystemZ] Automatically detect zEC12 and z196 hosts by Richard Sandiford · 12 years ago
- 3fe264d Adds support for Atom Silvermont (SLM) - -march=slm by Preston Gurd · 12 years ago
- 8f42938 X86: Add a description of the Intel Atom Silvermont CPU. by Benjamin Kramer · 12 years ago
- bf4f9eb Actually, use GNU inline asm for cpuid with clang by Reid Kleckner · 12 years ago
- be85cb9 Use the MSVC __cpuid intrinsic instead of inline asm by Reid Kleckner · 12 years ago
- fb34989 Some Intel Penryn CPUs come with SSE4 disabled. Detect them as core 2. by Benjamin Kramer · 12 years ago
- e2cd139 Ensure sys::getProcessTriple always uses a normalized triple. Patch by by Duncan Sands · 12 years ago
- bd9e549 Make host ARM CPU feature detection independent of the vendor by Tobias Grosser · 12 years ago
- fee13d1 Allow host triple to be correctly overridden in CMake builds by Tim Northover · 13 years ago
- b44c427 X86: Add target description for btver2; make autodetection logic aware of AVX. by Benjamin Kramer · 13 years ago
- 31c0adc Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version because some MSVC 2010 SP1 installations do not have the _xgetbv intrinsic. Patch thanks to Serge Pavlov! by Aaron Ballman · 13 years ago
- 7af39d7 Convert windows line endings to linux/unix line endings. by Craig Topper · 13 years ago
- 5e6d205 Ensuring that both bits are set, and not just a combination of one or the other. by Aaron Ballman · 13 years ago
- edc03c6 Testing for Visual Studio 2010 SP1 or greater before calling the _xgetbv intrinsic. This also fixes a minor code formatting issue. by Aaron Ballman · 13 years ago
- 5f7c680 Second pass at addressing PR15351 by explicitly checking for AVX support by Aaron Ballman · 13 years ago
- 9c0f0af Rolling back the AVX support patch due to breaking a gcc 4.6 build bot that doesn't understand the xgetbv instruction for some reason. Will revisit when time permits. by Aaron Ballman · 13 years ago
- 56be6ba Attempting to fix the build on older GCC versions. by Aaron Ballman · 13 years ago
- 6bc0dfc This patch addresses PR15351 by explicitly checking for AVX support by Aaron Ballman · 13 years ago
- fd666e9 Add support for autodetection of ADM bdver2. by Roman Divacky · 13 years ago
- a51c6ed Introduce llvm::sys::getProcessTriple() function. by Peter Collingbourne · 13 years ago
- 10be3b2 Define getHostCPUFeatures for ARM Linux platform by Hao Liu · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- 3ebe7a5 Add support for Cortex-A15 host recognition. by James Molloy · 13 years ago
- 9d6063a Add support for detecting some corei7-class Xeons. by Benjamin Kramer · 13 years ago
- fd69009 Add support for AMD Geode. by Roman Divacky · 13 years ago
- 8e08268 Adds the family codes for the Midview Atom processors so that the by Preston Gurd · 13 years ago
- f0a48ec This patch fixes 8 out of 20 unexpected failures in "make check" by Preston Gurd · 13 years ago
- efe4028 Implement getHostCPUName for ARM/linux. This will be used to implement -march=native in clang. by Benjamin Kramer · 13 years ago
- f1cc96a Fixes for PPC host detection and features. by Hal Finkel · 13 years ago
- 59b0ee8 Reapply r158337, this time properly protect Darwin/PPC host CPU use with __ppc__. by Hal Finkel · 13 years ago
- f8f12860 Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName()." by Jakob Stoklund Olesen · 13 years ago
- 23c699e Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName(). by Hal Finkel · 13 years ago
- 8d4e2fa Use the cpuid 64 bit flag to pick the default CPU name for an unknown model. by Bob Wilson · 13 years ago
- c0b976c Change the Intel Atom detection code to recognize Lincroft and Medfield. by Preston Gurd · 14 years ago
- 7fd1607 Add a missing cpu subtype. by Evan Cheng · 14 years ago
- b48ed1a Remove unreachable code. (replace with llvm_unreachable to help GCC where necessary) by David Blaikie · 14 years ago
- 077ae1d Add definitions for AMD's bobcat (aka btver1) by Benjamin Kramer · 14 years ago
- 3ced545 Autodetect bulldozers. by Benjamin Kramer · 14 years ago
- 5a122f3 Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX. by Benjamin Kramer · 14 years ago
- d0f0600 Update comments for SandyBridge CPU identifiers. by Bob Wilson · 14 years ago
- eff2411 Recognize Intel CPUs with Family=6 and Model=44. by Bob Wilson · 14 years ago
- 889c40e add another sandybridge alias. by Chris Lattner · 14 years ago
- 0bf2674 Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility. by Benjamin Kramer · 14 years ago
- 92d313a Add support for detection of Intel SandyBridge. by Roman Divacky · 15 years ago
- 447762d Merge System into Support. by Michael J. Spencer · 15 years ago[Renamed (99%) from llvm/lib/System/Host.cpp]
- 49e58a9 Add one more Core i7 model number. by Jakob Stoklund Olesen · 15 years ago
- b737bac add corei7, the laptop version. by Chris Lattner · 15 years ago
- 19e11f1 lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and "(R)" in comments. by NAKAMURA Takumi · 15 years ago
- 963debc compute the HasSSE3 bit correctly, patch by Nikolai Saoukh. by Chris Lattner · 15 years ago
- 17dc3a0 Stubs for getHostCPUFeatures API. This implements part of PR5389. by Xerxes Ranby · 16 years ago
- 022336a Add "generic" fallback. by Torok Edwin · 16 years ago
- abdc1c2 Using _MSC_VER there was wrong, better just use the already existing ifdefs for by Torok Edwin · 16 years ago
- 5c9429f Enable CPU detection when using MS VS 2k8 too. by Torok Edwin · 16 years ago
- 3846506 Unbreak x64 MSVC build. Patch by Nicolas Capens! by Benjamin Kramer · 16 years ago
- 713fd35 Revert CPU detection code to return "generic" instead of an empty string in case by Benjamin Kramer · 16 years ago
- 18f845f Remove bogus corei7 and atom entries, the family was incorrect. by Daniel Dunbar · 16 years ago
- 397235f Fill out X86 table, although we are missing lots of names for things. We now by Daniel Dunbar · 16 years ago
- 241d01b Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU. by Daniel Dunbar · 16 years ago
- e52e6bf Add llvm::sys::{osName,osVersion} for retrieving operating system name by Daniel Dunbar · 17 years ago