aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Host.cpp
AgeCommit message (Expand)Author
2010-01-19Stubs for getHostCPUFeatures API. This implements part of PR5389.Xerxes Ranby
2009-12-14Add "generic" fallback.Torok Edwin
2009-12-13Using _MSC_VER there was wrong, better just use the already existing ifdefs forTorok Edwin
2009-12-12Enable CPU detection when using MS VS 2k8 too.Torok Edwin
2009-11-19Unbreak x64 MSVC build. Patch by Nicolas Capens!Benjamin Kramer
2009-11-17Revert CPU detection code to return "generic" instead of an empty string in caseBenjamin Kramer
2009-11-14Remove bogus corei7 and atom entries, the family was incorrect.Daniel Dunbar
2009-11-14Fill out X86 table, although we are missing lots of names for things. We nowDaniel Dunbar
2009-11-14Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.Daniel Dunbar
2008-10-02Add llvm::sys::{osName,osVersion} for retrieving operating system nameDaniel Dunbar