SimplifyCFG: Don't generate invalid code for switch used to initialize
[oota-llvm.git] / lib / Support / Host.cpp
2012-09-12 Roman DivackyAdd support for AMD Geode.
2012-07-19 Preston GurdAdds the family codes for the Midview Atom processors...
2012-07-18 Preston GurdThis patch fixes 8 out of 20 unexpected failures in...
2012-06-26 Benjamin KramerImplement getHostCPUName for ARM/linux. This will be...
2012-06-12 Hal FinkelFixes for PPC host detection and features.
2012-06-12 Hal FinkelReapply r158337, this time properly protect Darwin...
2012-06-12 Jakob Stoklund OlesenRevert r158337 "Move PPC host-CPU detection logic from...
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.