aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add "generic" fallback.Torok Edwin2009-12-141-0/+1
* Using _MSC_VER there was wrong, better just use the already existing ifdefs forTorok Edwin2009-12-131-5/+4
* Enable CPU detection when using MS VS 2k8 too.Torok Edwin2009-12-121-1/+1
* Unbreak x64 MSVC build. Patch by Nicolas Capens!Benjamin Kramer2009-11-191-0/+3
* Revert CPU detection code to return "generic" instead of an empty string in caseBenjamin Kramer2009-11-171-3/+3
* Remove bogus corei7 and atom entries, the family was incorrect.Daniel Dunbar2009-11-141-4/+0
* Fill out X86 table, although we are missing lots of names for things. We nowDaniel Dunbar2009-11-141-49/+131
* Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.Daniel Dunbar2009-11-141-0/+196
* Add llvm::sys::{osName,osVersion} for retrieving operating system nameDaniel Dunbar2008-10-021-0/+24