Using _MSC_VER there was wrong, better just use the already existing ifdefs for
[oota-llvm.git] / lib / System / Host.cpp
2009-12-13 Torok EdwinUsing _MSC_VER there was wrong, better just use the...
2009-12-12 Torok EdwinEnable CPU detection when using MS VS 2k8 too.
2009-11-19 Benjamin KramerUnbreak x64 MSVC build. Patch by Nicolas Capens!
2009-11-17 Benjamin KramerRevert CPU detection code to return "generic" instead...
2009-11-14 Daniel DunbarRemove bogus corei7 and atom entries, the family was...
2009-11-14 Daniel DunbarFill out X86 table, although we are missing lots of...
2009-11-14 Daniel DunbarAdd llvm::sys::getHostCPUName, for detecting the LLVM...
2008-10-02 Daniel DunbarAdd llvm::sys::{osName,osVersion} for retrieving operat...