Move PPC host-CPU detection logic from PPCSubtarget into sys::getHostCPUName().
[oota-llvm.git] / lib / Support / Host.cpp
2012-06-11 Hal FinkelMove PPC host-CPU detection logic from PPCSubtarget...
2012-05-09 Bob WilsonUse the cpuid 64 bit flag to pick the default CPU name...
2012-05-02 Preston GurdChange the Intel Atom detection code to recognize
2012-04-23 Evan ChengAdd a missing cpu subtype.
2012-01-17 David BlaikieRemove unreachable code. (replace with llvm_unreachable...
2012-01-10 Benjamin KramerAdd definitions for AMD's bobcat (aka btver1)
2011-12-01 Benjamin KramerAutodetect bulldozers.
2011-08-25 Benjamin KramerIntel family 6 model 44 is Gulftown/Westmere-EP and...
2011-07-08 Bob WilsonUpdate comments for SandyBridge CPU identifiers.
2011-07-08 Bob WilsonRecognize Intel CPUs with Family=6 and Model=44.
2011-06-09 Chris Lattneradd another sandybridge alias.
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-04-05 Roman DivackyAdd support for detection of Intel SandyBridge.
2010-11-29 Michael J. SpencerMerge System into Support.