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