summaryrefslogtreecommitdiff
path: root/lib/Support/Host.cpp
Commit message (Expand)AuthorAge
* 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
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-17
* Add definitions for AMD's bobcat (aka btver1)Benjamin Kramer2012-01-10
* Autodetect bulldozers.Benjamin Kramer2011-12-01
* Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX.Benjamin Kramer2011-08-25
* Update comments for SandyBridge CPU identifiers.Bob Wilson2011-07-08
* Recognize Intel CPUs with Family=6 and Model=44.Bob Wilson2011-07-08
* add another sandybridge alias.Chris Lattner2011-06-09
* Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility.Benjamin Kramer2011-05-20
* Add support for detection of Intel SandyBridge.Roman Divacky2011-04-05
* Merge System into Support.Michael J. Spencer2010-11-29