1. cf847bf Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX. by Benjamin Kramer · 13 years ago
  2. 7c3a5ca Update comments for SandyBridge CPU identifiers. by Bob Wilson · 13 years ago
  3. 26fc025 Recognize Intel CPUs with Family=6 and Model=44. by Bob Wilson · 13 years ago
  4. 78a113c add another sandybridge alias. by Chris Lattner · 13 years ago
  5. eb274e6 Rename the "sandybridge" subtarget to "corei7-avx", for GCC compatibility. by Benjamin Kramer · 13 years ago
  6. 2a121b9 Add support for detection of Intel SandyBridge. by Roman Divacky · 14 years ago
  7. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago[Renamed (99%) from lib/System/Host.cpp]
  8. 71c6095 Add one more Core i7 model number. by Jakob Stoklund Olesen · 14 years ago
  9. 222920d add corei7, the laptop version. by Chris Lattner · 14 years ago
  10. d4d4c7f lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and "(R)" in comments. by NAKAMURA Takumi · 14 years ago
  11. 9c7f075 compute the HasSSE3 bit correctly, patch by Nikolai Saoukh. by Chris Lattner · 14 years ago
  12. 1c8183d Stubs for getHostCPUFeatures API. This implements part of PR5389. by Xerxes Ranby · 15 years ago
  13. 546d8d0 Add "generic" fallback. by Torok Edwin · 15 years ago
  14. c4174d6 Using _MSC_VER there was wrong, better just use the already existing ifdefs for by Torok Edwin · 15 years ago
  15. da8bafb Enable CPU detection when using MS VS 2k8 too. by Torok Edwin · 15 years ago
  16. ac07b3d Unbreak x64 MSVC build. Patch by Nicolas Capens! by Benjamin Kramer · 15 years ago
  17. 110e7bb Revert CPU detection code to return "generic" instead of an empty string in case by Benjamin Kramer · 15 years ago
  18. bfa0929 Remove bogus corei7 and atom entries, the family was incorrect. by Daniel Dunbar · 15 years ago
  19. a7ac3ce Fill out X86 table, although we are missing lots of names for things. We now by Daniel Dunbar · 15 years ago
  20. 067d024 Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU. by Daniel Dunbar · 15 years ago
  21. bb14672 Add llvm::sys::{osName,osVersion} for retrieving operating system name by Daniel Dunbar · 16 years ago