1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. 769187a Clean up predefined macros for AArch64 to follow ACLE 2.0. by Jiangning Liu · 11 years ago
  9. c7120cf [Mips] Add tests for MIPS/MIPS64 type defines and type limits macros. No by Simon Atanasyan · 11 years ago
  10. 1816219 XCore target Type defines. by Robert Lytton · 11 years ago
  11. 9b79630 Darwin(ish): we don't want __ARM_EABI__ even on v7a embedded targets. by Tim Northover · 11 years ago
  12. 8daa7fe NetBSD 6.99.26 switched to default rounding mode, so adjust by Joerg Sonnenberger · 11 years ago
  13. b7b44c8 Make test run reliably by Alp Toker · 11 years ago
  14. a72009d Simplify test case added in r194059 by David Majnemer · 11 years ago
  15. 974cbc5 Lex: Require that '#' be followed by a macro parameter name when preceded by '##' by David Majnemer · 11 years ago
  16. a242096 Driver: Add support for -march=bdver3 on x86. by Benjamin Kramer · 11 years ago
  17. 909f35a ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang by Bernard Ogden · 11 years ago
  18. f779e65 Add driver support for FP, SIMD and crypto defaults. by Bernard Ogden · 11 years ago
  19. c6c9cf4 Set the default hardware division features for ARM cpus. Also set it as default for A32 armv8. by Silviu Baranga · 11 years ago
  20. 1db2e27 Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware divide in the mode that we are compiling in (depending on the target features), not defined if we don't. Should be compatible with the GCC conterpart. Also adding a -hwdiv option to overide the default behavior. by Silviu Baranga · 11 years ago
  21. fbfd642 Lex: Don't restrict legal UCNs when preprocessing assembly by Justin Bogner · 11 years ago
  22. ddb2ad2 [Mips] Define __mips_fpr and _MIPS_FPSET macros. by Simon Atanasyan · 11 years ago
  23. 1654320 Add preprocessor support for powerpc vsx. by Eric Christopher · 11 years ago
  24. d37df39 Remove an old, seemingly out of date, comment. by Eric Christopher · 11 years ago
  25. 15dbacc Enabling 3DNow! prefetch instruction support for a few AMD processors in the by Yunzhong Gao · 11 years ago
  26. af94546 Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 when by Nick Lewycky · 11 years ago
  27. 72c26c0 Accept #pragma warning(push, 0) without warning by Reid Kleckner · 11 years ago
  28. 8712ded Fix PR 12730: Add _GCC_HAVE_SYNC_COMPARE_AND_SWAP macros for ARM by Weiming Zhao · 11 years ago
  29. 5ada7a5 Add character set related __STDC_* definitions. by Ed Schouten · 11 years ago
  30. 48b80c7 PR17359: Fix off-by-one OOB on _Pragma("") and an unescaping bug by Reid Kleckner · 11 years ago
  31. a8f7d9d Adding -mtbm and -mno-tbm command line options to the clang front end for the by Yunzhong Gao · 11 years ago
  32. fc12c4a [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass by Simon Atanasyan · 11 years ago
  33. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  34. d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
  35. a6cbc27 Disabling sse2 should disable aes and pclmul support. by Craig Topper · 11 years ago
  36. 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
  37. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  38. 84f007b Make F16C feature imply AVX. Matches GCC behavior. by Craig Topper · 11 years ago
  39. 2ee042d Lex and ignore Microsoft's #pragma warning(...) by Reid Kleckner · 11 years ago
  40. 56bed97 Fix a bug where -msse followed by -mno-sse would leave MMX enabled. by Craig Topper · 11 years ago
  41. 89a5e79 Separate popcnt and sse4.2 feature control somewhat to match gcc behavior. by Craig Topper · 11 years ago
  42. 906db27 Follow up on commit r190159. Also test the KFreeBSD i686 platform defines + minor cosmetics by Sylvestre Ledru · 11 years ago
  43. bd46142 Add a test for the KFreeBSD define (#define __FreeBSD_kernel__ 1). This was introduced in commit r190048 by Sylvestre Ledru · 11 years ago
  44. a3f55b0 Don't pass -O0 to clang_cc1, it is the default. by Rafael Espindola · 11 years ago
  45. b98ce37 Add support for -march=slm, aka Intel Atom Silvermont. by Benjamin Kramer · 11 years ago
  46. 3432b78 Properly escape filenames in line directives. by Eli Friedman · 11 years ago
  47. a601579 Fix "//" comments with -traditional-cpp in C++. by Eli Friedman · 11 years ago
  48. 62c90e1 Handle -D arguments ending in a backslash. by Eli Friedman · 11 years ago
  49. 3613c00 Add test cases for avx512 feature flags. Fix typo in avx512pf options. by Craig Topper · 11 years ago
  50. 2414697 Split isFromMainFile into two functions. by Eli Friedman · 11 years ago
  51. 29f26de Don't disable SSE4A when disabling AVX. by Rafael Espindola · 11 years ago
  52. bca2c4f Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU. by Craig Topper · 11 years ago
  53. c84ed54 Centralize the logic for handling -m* options and fix pr16943. by Rafael Espindola · 11 years ago
  54. 6839120 Rename __AVX512__ to __AVX512F__ by Craig Topper · 11 years ago
  55. 10c2c68 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  56. ed218d0 Revert r188756 because some other changes snuck in with it. by Craig Topper · 11 years ago
  57. dab7845 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  58. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  59. c613b67 [Mips] MSA frontend option support by Jack Carter · 11 years ago
  60. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  61. ea7fb0c [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 11 years ago
  62. 1675c50 Add not to a command that is expected to fail. by Rafael Espindola · 11 years ago
  63. 679efe1 Changed "an macro" to "a macro" in diagnostic note. by Richard Trieu · 11 years ago
  64. 5940bf3 Add new diagnostic messages when too many arguments are presented to a by Richard Trieu · 11 years ago
  65. bd89fdc Don't give # and ## special treatment when in -traditional-cpp mode. Patch by by Richard Smith · 11 years ago
  66. 899022b Generalize hack allowing 'const' in __has_attribute (etc) to allow any token by Richard Smith · 11 years ago
  67. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  68. eb66e37 Convert test to FileCheck. by Rafael Espindola · 11 years ago
  69. b2f6f47 Dont define __LONG_DOUBLE_128__ unless LongDoubleWidth is really 128bits width. by Roman Divacky · 11 years ago
  70. 18a295d Fix MSP430 builtin types. by Anton Korobeynikov · 11 years ago
  71. 11be064 Match MSVC's handling of commas during macro argument expansion by Reid Kleckner · 11 years ago
  72. c6fa115 Fix a couple of PPC predefined macros that I spotted while driving by by Chandler Carruth · 11 years ago
  73. e4664a9 Accept both / and \\ to fix the windows bots. by Rafael Espindola · 11 years ago
  74. 995544e Make sure the assembler-with-cpp hack for "#" works with multiple "#"s in by Eli Friedman · 11 years ago
  75. a7ff62f Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. by Aaron Ballman · 11 years ago
  76. 461f2d8 [Preprocessor] Prevent expansion of y in x ## y when x is empty by Argyrios Kyrtzidis · 11 years ago
  77. 5ac8c4f OpenBSD/sparc64 uses long long for int64_t and intmax_t. by Jakob Stoklund Olesen · 11 years ago
  78. b5afadd fix PR 15726: ptrdiff_t should be int on PowerPC Darwin by David Fang · 11 years ago
  79. fcec0c9 Use correct types for SPARC v9. by Jakob Stoklund Olesen · 11 years ago
  80. 7f0ffb3 C++1y: Update __cplusplus to temporary value 201305L to allow detection of provisional C++1y support. by Richard Smith · 11 years ago
  81. b840921 by Ulrich Weigand · 11 years ago
  82. 63063f5 Add support for -march=btver2. by Benjamin Kramer · 11 years ago
  83. c814c64 Make sure we define wchar_t related macros correctly in -fms-extensions mode. by Hans Wennborg · 11 years ago
  84. a26e0ce [test] add missing header for the test. by Argyrios Kyrtzidis · 11 years ago
  85. 56f6e09 When emitting a preprocessed file with implicit module imports, make sure line directives are emitted in the next line. by Argyrios Kyrtzidis · 11 years ago
  86. 142b35e Fix off-by-one error in #pragma clang system_header. by Jordan Rose · 11 years ago
  87. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 11 years ago
  88. 321ae79 [Mips] Support -mmicromips / -mno-micromips command line options. by Simon Atanasyan · 11 years ago
  89. d96e315 [Mips] Follow-up to r179481. Consider "single-float" as a separate by Simon Atanasyan · 11 years ago
  90. a826298 Fix failing dependencies-and-pp.c test by Reid Kleckner · 11 years ago
  91. 292285e FileCheck-ify more grep tests with quoted double quotes by Reid Kleckner · 11 years ago
  92. 2c5a38e FileCheck-ify some clang grep tests that use double quotes by Reid Kleckner · 11 years ago
  93. 15aa81a [frontend] When preprocessing, turn implicit module imports into @imports. by Argyrios Kyrtzidis · 11 years ago
  94. 60c99d3 Repeat some #line directive tests for the GNU line marker directive. by Michael Ilseman · 11 years ago
  95. ec27608 Improve the diagnostics of the number-reading preprocessor directives. by Michael Ilseman · 11 years ago
  96. dabcbf9 AArch64: bring predefines in line with most recent ACLE document by Tim Northover · 11 years ago
  97. d1b3394 Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1,2,4,8} on x86. by Michael J. Spencer · 11 years ago
  98. bd25ff8 [preprocessor] Allow comparing two macro definitions syntactically instead of only lexically. by Argyrios Kyrtzidis · 11 years ago
  99. edaf281 Define __SIZE_MAX__ preprocessor macro. by Evgeniy Stepanov · 11 years ago
  100. abc0bea PR15539: Record "evaluating if/elif condition" flag in the right place by David Blaikie · 11 years ago