summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Host.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud