aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adds the family codes for the Midview Atom processors so that thePreston Gurd2012-07-191-3/+2
* This patch fixes 8 out of 20 unexpected failures in "make check"Preston Gurd2012-07-181-0/+3
* Implement getHostCPUName for ARM/linux. This will be used to implement -march...Benjamin Kramer2012-06-261-0/+55
* Fixes for PPC host detection and features.Hal Finkel2012-06-121-1/+1
* Reapply r158337, this time properly protect Darwin/PPC host CPU use with __pp...Hal Finkel2012-06-121-0/+130
* Revert r158337 "Move PPC host-CPU detection logic from PPCSubtarget into sys:...Jakob Stoklund Olesen2012-06-121-130/+0
* Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().Hal Finkel2012-06-111-0/+130
* Use the cpuid 64 bit flag to pick the default CPU name for an unknown model.Bob Wilson2012-05-091-1/+1
* Change the Intel Atom detection code to recognizePreston Gurd2012-05-021-2/+3
* Add a missing cpu subtype.Evan Cheng2012-04-231-0/+4
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-171-1/+8
* Add definitions for AMD's bobcat (aka btver1)Benjamin Kramer2012-01-101-0/+2
* Autodetect bulldozers.Benjamin Kramer2011-12-011-0/+2
* Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.Benjamin Kramer2011-08-251-2/+2
* Update comments for SandyBridge CPU identifiers.Bob Wilson2011-07-081-2/+6
* Recognize Intel CPUs with Family=6 and Model=44.Bob Wilson2011-07-081-0/+1
* add another sandybridge alias.Chris Lattner2011-06-091-0/+1
* Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.Benjamin Kramer2011-05-201-1/+1
* Add support for detection of Intel SandyBridge.Roman Divacky2011-04-051-0/+2
* Merge System into Support.Michael J. Spencer2010-11-291-0/+307