aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Host.cpp
AgeCommit message (Expand)Author
2013-02-26Add support for autodetection of ADM bdver2.Roman Divacky
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2012-12-13Define getHostCPUFeatures for ARM Linux platformHao Liu
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-31Add support for Cortex-A15 host recognition.James Molloy
2012-09-26Add support for detecting some corei7-class Xeons.Benjamin Kramer
2012-09-12Add support for AMD Geode.Roman Divacky
2012-07-19Adds the family codes for the Midview Atom processors so that thePreston Gurd
2012-07-18This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd
2012-06-26Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer
2012-06-12Fixes for PPC host detection and features.Hal Finkel
2012-06-12Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel
2012-06-12Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen
2012-06-11Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel
2012-05-09Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.Bob Wilson
2012-05-02Change the Intel Atom detection code to recognizePreston Gurd
2012-04-23Add a missing cpu subtype.Evan Cheng
2012-01-17Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie
2012-01-10Add definitions for AMD's bobcat (aka btver1)Benjamin Kramer
2011-12-01Autodetect bulldozers.Benjamin Kramer
2011-08-25Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.Benjamin Kramer
2011-07-08Update comments for SandyBridge CPU identifiers.Bob Wilson
2011-07-08Recognize Intel CPUs with Family=6 and Model=44.Bob Wilson
2011-06-09add another sandybridge alias.Chris Lattner
2011-05-20Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.Benjamin Kramer
2011-04-05Add support for detection of Intel SandyBridge.Roman Divacky
2010-11-29Merge System into Support.Michael J. Spencer