summaryrefslogtreecommitdiff
path: root/lib/System/Host.cpp
Commit message (Expand)AuthorAge
* Add one more Core i7 model number.Jakob Stoklund Olesen2010-09-19
* add corei7, the laptop version.Chris Lattner2010-09-19
* lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and "(R)" in comments.NAKAMURA Takumi2010-09-09
* compute the HasSSE3 bit correctly, patch by Nikolai Saoukh.Chris Lattner2010-09-06
* Stubs for getHostCPUFeatures API. This implements part of PR5389.Xerxes Ranby2010-01-19
* Add "generic" fallback.Torok Edwin2009-12-14
* Using _MSC_VER there was wrong, better just use the already existing ifdefs forTorok Edwin2009-12-13
* Enable CPU detection when using MS VS 2k8 too.Torok Edwin2009-12-12
* Unbreak x64 MSVC build. Patch by Nicolas Capens!Benjamin Kramer2009-11-19
* Revert CPU detection code to return "generic" instead of an empty string in caseBenjamin Kramer2009-11-17
* Remove bogus corei7 and atom entries, the family was incorrect.Daniel Dunbar2009-11-14
* Fill out X86 table, although we are missing lots of names for things. We nowDaniel Dunbar2009-11-14
* Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.Daniel Dunbar2009-11-14
* Add llvm::sys::{osName,osVersion} for retrieving operating system nameDaniel Dunbar2008-10-02