1. 5bb1bf6 [X86] Add -march=cascadelake support in clang. by Craig Topper · 7 years ago
  2. 153b53a [X86] Remove FeatureRTM from Skylake processor list by Craig Topper · 7 years ago
  3. 6ad9220 [X86] Add the movbe instruction intrinsics from icc. by Craig Topper · 7 years ago
  4. 33428d9 Fix test regression in r341862 by Erich Keane · 7 years ago
  5. 078bb99 [x86] invpcid intrinsic by Gabor Buella · 7 years ago
  6. 3a75712 [X86] ptwrite intrinsic by Gabor Buella · 7 years ago
  7. b0f310d [x86] Introduce the pconfig intrinsic by Gabor Buella · 7 years ago
  8. a51e0c2 [X86] directstore and movdir64b intrinsics by Gabor Buella · 7 years ago
  9. eba6c42 [X86] WaitPKG intrinsics by Gabor Buella · 7 years ago
  10. f594ce7 [X86] Introduce archs: goldmont-plus & tremont by Gabor Buella · 7 years ago
  11. c9e976c NFC - Indentation fixes in predefined-arch-macros.c by Gabor Buella · 7 years ago
  12. a052016 [x86] wbnoinvd intrinsic by Gabor Buella · 7 years ago
  13. 8701b18 [X86] Split up -march=icelake to -client & -server by Gabor Buella · 7 years ago
  14. 5966507 [X86] Disable SGX for Skylake Server - CPP test by Gabor Buella · 7 years ago
  15. 94a940d [X86] Disable CLWB in Cannon Lake by Craig Topper · 8 years ago
  16. 637aafc [Myriad] Define __ma2x5x and __ma2x8x by Walter Lee · 8 years ago
  17. ace5c37 [X86] Add 'rdrnd' feature to silvermont to match recent gcc bug fix. by Craig Topper · 8 years ago
  18. 8cdb949 [X86] Add rdpid command line option and intrinsics. by Craig Topper · 8 years ago
  19. c0b4aba [X86] Add missing check for RDSEED to ICL, CNL, SKX sections of test/Preprocessor/predefined-arch-macros.c by Craig Topper · 8 years ago
  20. d2fe244 Revert r321504 "[X86] Don't accidentally enable PKU on cannon lake and icelake or CLWB on cannonlake." by Craig Topper · 8 years ago
  21. 520d055 [X86] Don't accidentally enable PKU on cannon lake and icelake or CLWB on cannonlake. by Craig Topper · 8 years ago
  22. 5bd93e9 [X86] Test that -march=skx enables PKU. by Craig Topper · 8 years ago
  23. b36447d [X86] Enable avx512vpopcntdq and clwb for icelake. by Craig Topper · 8 years ago
  24. a09663a [x86][icelake][vbmi2] by Coby Tayree · 8 years ago
  25. 3d9c88c [x86][icelake][vnni] by Coby Tayree · 8 years ago
  26. 2268576 [x86][icelake][bitalg] by Coby Tayree · 8 years ago
  27. cf96c87 [x86][icelake][vpclmulqdq] by Coby Tayree · 8 years ago
  28. f4811eb [x86][icelake][gfni] by Coby Tayree · 8 years ago
  29. a1e5f0c [x86][icelake][vaes] by Coby Tayree · 8 years ago
  30. 921aff6 [X86] Add missing check lines for the silvermont cases in predefined-arch-macros.c test. by Craig Topper · 8 years ago
  31. 66b110e [X86] Add 'prfchw' to the correct CPUs to match the backend. by Craig Topper · 8 years ago
  32. 546cee4 [X86] Add icelake CPU support for -march. by Craig Topper · 8 years ago
  33. 222c172 [X86] Set __corei7__ preprocessor defines for skylake server and cannonlake. by Craig Topper · 8 years ago
  34. a2b907a [X86] Define i586 and pentium preprocessor defines for -march=lakemont to match GCC by Craig Topper · 8 years ago
  35. a6021e3 [X86] Make -march=i686 an alias of -march=pentiumpro by Craig Topper · 8 years ago
  36. 009cebf [X86] Add avx512vpopcntdq to Knights Mill by Craig Topper · 8 years ago
  37. cda72c9 AMDGPU: Parse r600 CPU name early and expose FMAF capability by Jan Vesely · 8 years ago
  38. 9c6a31a [X86] Remove 'knm' defines from predefined-arch-macros.c test. by Craig Topper · 8 years ago
  39. f8c10aa [X86] Add skeleton support for knm cpu by Craig Topper · 8 years ago
  40. dfdafa2 [X86] Remove a few unnecessary check lines from the predefined-arch-macros test. by Craig Topper · 8 years ago
  41. fc7f8f2 Add support for Myriad ma2x8x series of CPUs by Walter Lee · 8 years ago
  42. 35731a0 [Clang] Adding missing feature to goldmont by Michael Zuckerman · 8 years ago
  43. 76976a7 [SystemZ] Add support for IBM z14 processor (2/3) by Ulrich Weigand · 8 years ago
  44. cac24ab [SystemZ] Add support for IBM z14 processor (1/3) by Ulrich Weigand · 8 years ago
  45. 9dd7e80 [X86] Add RDRND feature to Goldmont. Add MOVBE to all Atom CPUs. by Craig Topper · 8 years ago
  46. a046ef4 [Clang][X86][Goldmont]Adding new target-cpu: Goldmont by Michael Zuckerman · 8 years ago
  47. 0fd1b6c [X86][LWP] Add __LWP__ macro tests by Simon Pilgrim · 8 years ago
  48. d26d883 When we turn on vsx it should also turn on altivec explicitly, same by Eric Christopher · 8 years ago
  49. fc6ffed Default enable the rtm feature only on skylake and later for now because Intel disabled the feature on some haswell and broadwell processors: by Eric Christopher · 8 years ago
  50. 74fa24f Turn on HTM on power8 and later (including powerpc64le) since it's by Eric Christopher · 9 years ago
  51. 4574226 [X86] Clzero flag addition and inclusion under znver1 by Craig Topper · 9 years ago
  52. d2bf7b0 [X86] Add -mprefetchwt1/-mno-prefetchwt1 command line options and __PREFETCHWT1__ define to match gcc. by Craig Topper · 9 years ago
  53. 204ecff [X86] Add -msgx/-mno-sgx command line options and __SGX__ define to match gcc. by Craig Topper · 9 years ago
  54. b16cb82 [X86] Add -mmpx/-mno-mpx command line options and __MPX__ define to match gcc. by Craig Topper · 9 years ago
  55. 8c708cf [X86] Add -mclwb/-mno-clwb command line arguments and __CLWB__ define to match gcc. by Craig Topper · 9 years ago
  56. 78b4787 [X86] Add -mclflushopt/-mno-clflushopt command line support and __CLFLUSHOPT__ define to match gcc. by Craig Topper · 9 years ago
  57. 82a86cb [SystemZ] Provide predefined __ARCH__ and __VX__ macros by Ulrich Weigand · 9 years ago
  58. c45744a AMD family 17h (znver1) enablement by Craig Topper · 9 years ago
  59. 30354eb [SystemZ] Add -march=archX aliases by Ulrich Weigand · 9 years ago
  60. 10e2b5d [Power9] Builtins for ELF v.2 ABI conformance - front end portion by Nemanja Ivanovic · 9 years ago
  61. 87da5f4 [Myriad]: better compatibility with vendor source by Douglas Katzman · 9 years ago
  62. fd259ff [X86] Introduction of -march=lakemont. by Andrey Turetskiy · 9 years ago
  63. 3508b22 Clean up a couple more preprocessor tests to use match-full-lines. by James Y Knight · 9 years ago
  64. 6871afc Myriad: define __myriad2 macro automatically by Douglas Katzman · 10 years ago
  65. 4aa36fd [X86] AMD Bobcat CPU (btver1) doesn't support XSAVE by Simon Pilgrim · 10 years ago
  66. b4f83a0 [X86] Disabling avx512f should also disable avx512vbmi and avx512ifma. Enabling avx512vbmi or avx512ifma should enable avx512f. Add command line switches and header defines for avx512ifma and avx512vbmi. by Craig Topper · 10 years ago
  67. 5e020b2 AMDGPU: Fix broken/confusing predefined macro by Matt Arsenault · 10 years ago
  68. a89df0c Added SKL and CNL processors and features to Clang by Elena Demikhovsky · 10 years ago
  69. b038a52 [SystemZ] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP macros by Ulrich Weigand · 10 years ago
  70. 4ecfa62 Add the variant of __sparc_v9__ with five underscores, not just four. by Joerg Sonnenberger · 10 years ago
  71. ec353d3 Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8 by Joerg Sonnenberger · 10 years ago
  72. da9fe56 [X86] Add command line switches for xsave/xsaveopt/xsavec/xsaves. Macro defines for the same. And add the flags to correct CPU names. by Craig Topper · 10 years ago
  73. a57b890 [PowerPC] Define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_* macros on all PPC cores by Hal Finkel · 10 years ago
  74. 3c5038a Add support for System z vector language extensions by Ulrich Weigand · 10 years ago
  75. e97e111 Testing for the fix for bug 23429. by Nemanja Ivanovic · 10 years ago
  76. f36dddf [Sparc] Add support for 'sparcel' to clang. by Douglas Katzman · 10 years ago
  77. 3a610eb [SystemZ] Support transactional execution on zEC12 by Ulrich Weigand · 10 years ago
  78. 55e757d Add Clang support for PPC cryptography builtins by Nemanja Ivanovic · 11 years ago
  79. 9760a44 [X86] Slightly refactor default features for AMD bdver cpus (NFC). Also add missing checks to test for target features. by Andrea Di Biagio · 11 years ago
  80. 59eb767 [PowerPC] Add feature for Power8 vector extensions by Bill Schmidt · 11 years ago
  81. 50e6f58 [x86] Enable broadwell target in clang. Added -madx option by Robert Khasanov · 11 years ago
  82. 3b6616c [SKX] Enabling SKX target (Skylake server chip) by Robert Khasanov · 11 years ago
  83. 56c5822 Add support for -march=bdver4. by Benjamin Kramer · 11 years ago
  84. d9a5e2a Driver: Add support for -march=bdver3 on x86. by Benjamin Kramer · 12 years ago
  85. 2fe3b4a Add preprocessor support for powerpc vsx. by Eric Christopher · 12 years ago
  86. c26a5b4 Remove an old, seemingly out of date, comment. by Eric Christopher · 12 years ago
  87. 6108936 Enabling 3DNow! prefetch instruction support for a few AMD processors in the by Yunzhong Gao · 12 years ago
  88. 1f6aeeb Adding -mtbm and -mno-tbm command line options to the clang front end for the by Yunzhong Gao · 12 years ago
  89. ffecc84 Add support for -march=slm, aka Intel Atom Silvermont. by Benjamin Kramer · 12 years ago
  90. 679b53a Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU. by Craig Topper · 12 years ago
  91. af0ca63 Rename __AVX512__ to __AVX512F__ by Craig Topper · 12 years ago
  92. 449314e Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 12 years ago
  93. 33b4cde Revert r188756 because some other changes snuck in with it. by Craig Topper · 12 years ago
  94. ffb7180 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 12 years ago
  95. 925213b Add 'not' to commands that are expected to fail. by Rafael Espindola · 12 years ago
  96. 914d7e0 Add support for -march=btver2. by Benjamin Kramer · 12 years ago
  97. 3e94f57 Add missing features for misc x86 CPUs to CPU feature translation. Patch by Jung-uk Kim. by Eli Friedman · 13 years ago
  98. 625a875 Add clang support of RTM from TSX by Michael Liao · 13 years ago
  99. 1e25039 Wire up -mrdrnd for X86. by Benjamin Kramer · 13 years ago
  100. f561a956 Add XOP feature flag. by Craig Topper · 13 years ago