1. 733bac2 Fix uninitialized value bug discovered buy msan buildbot. by Daniel Jasper · 11 years ago
  2. 1b8840c Add -fmodule-map-file option. by Daniel Jasper · 11 years ago
  3. ddd2dfc Module use declarations (II) by Daniel Jasper · 11 years ago
  4. fc12c4a [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and pass by Simon Atanasyan · 11 years ago
  5. 0302214 Hopefully unbreak bots which are seeing an assert in this test. Temporary, real by Richard Smith · 11 years ago
  6. ecbce69 Implement restriction that a partial specialization must actually specialize by Richard Smith · 11 years ago
  7. f7b9a5a CGBuiltin.cpp: Prune a stray default: label. [-Wcovered-switch-default] by NAKAMURA Takumi · 11 years ago
  8. 06dd2b3 Handle standard libraries that miss out the space when defining the standard by Richard Smith · 11 years ago
  9. 543c4ae [OPENMP] Bug fixes and improvements. by Alexey Bataev · 11 years ago
  10. aee8e16 Initial support for Neon scalar instructions. by Jiangning Liu · 11 years ago
  11. c3c6687 Remove unused option. by Rafael Espindola · 11 years ago
  12. 89e3274 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 11 years ago
  13. 06b52b4 Produce errors for unknown options. by Rafael Espindola · 11 years ago
  14. 9b2caf7 Fix argument types of some AVX2 intrinsics. by Eli Friedman · 11 years ago
  15. ec20b7e Remove extra space. by Fariborz Jahanian · 11 years ago
  16. d11c53b Fix an incomplete copy and paste in my previous patch. by Rafael Espindola · 11 years ago
  17. 440a5f4 Add _mm_stream_si64 intrinsic. by Eli Friedman · 11 years ago
  18. afa170f Add tests on how clang currently handles some unknown options. by Rafael Espindola · 11 years ago
  19. 635fe06 ObjectiveC migrator. When migrating to property declaration by Fariborz Jahanian · 11 years ago
  20. 90618ff Revert change accidentally committed in r191150. by Richard Smith · 11 years ago
  21. ff89d06 ObjectiveC migrator: Infer NS_OPTIONS when if there is at by Fariborz Jahanian · 11 years ago
  22. d85ec0e Enable -fsanitize=use-after-return by default under -fsanitize=address by Kostya Serebryany · 11 years ago
  23. 25b24eb PR16529: Don't forget to add the CXXFunctionalCastExpr type sugar to an by Richard Smith · 11 years ago
  24. 4124c7a Make sort predicate match the qsort convention. by Benjamin Kramer · 11 years ago
  25. 767b3d2 Fix array_pod_sort predicates after LLVM change. by Benjamin Kramer · 11 years ago
  26. 2d46cc2 array_pod_sort loses some type safety, better use the right types. by Benjamin Kramer · 11 years ago
  27. 52e2d30 Rewrite a cold use of std::sort to array_pod_sort. by Benjamin Kramer · 11 years ago
  28. bf44918 Fix comment to match name of variable. by Nick Lewycky · 11 years ago
  29. ee0bc3b Simplify code to equivalent code. No need to test for null after cast<>, use by Nick Lewycky · 11 years ago
  30. 199e370 Fix typo. Add missing whitespace. No functionality change. by Nick Lewycky · 11 years ago
  31. 87d01cd Parse: Move simple-type-specifier sanity check earlier by David Majnemer · 11 years ago
  32. ff989a8 Parse: Don't crash during parsing if we lack a simple-type-specifier by David Majnemer · 11 years ago
  33. 4424239 ObjectiveC: ObjC declarations, including forward class by Fariborz Jahanian · 11 years ago
  34. b390e49 PR17295: Do not allow explicit conversion functions to be used in cases where by Richard Smith · 11 years ago
  35. 867521c Some comment updates and tweaks for clarity. by Richard Smith · 11 years ago
  36. 13b228d Rearrange narrowing checks in initialization to be a different form of step by Richard Smith · 11 years ago
  37. 65da8e9 clang-format: Improve address-of-operator detection by Daniel Jasper · 11 years ago
  38. 68455be Fix clang-format-diff.py to accept -style again. by Daniel Jasper · 11 years ago
  39. bbac9aa [Mips] Allocate NaClTargetInfo for MIPSEL NaCl by Petar Jovanovic · 11 years ago
  40. 860c518 Fix return type of _mm_extract_epi8 etc. by Eli Friedman · 11 years ago
  41. dea47a5 Switch tests in test/Headers to use %clang_cc1 rather than %clang. There by Chandler Carruth · 11 years ago
  42. b9bf312 Refactor: CheckExplicitInitList is only called to check an entire InitListExpr, by Richard Smith · 11 years ago
  43. dc40bf9 clang-cl: implement custom search for cl.exe in /fallback mode by Hans Wennborg · 11 years ago
  44. 4cfebf2 Update -fmsc-version docs for r190908, which set the default to 1700 by Reid Kleckner · 11 years ago
  45. dec5f28 Fix ReST links I just added to the manual by Reid Kleckner · 11 years ago
  46. cc6fab9 Clarify that we silently ignore some MS extensions like IDL attributes by Reid Kleckner · 11 years ago
  47. 09ab088 Use -fms-compatibility to trigger lookup into dep. bases by Reid Kleckner · 11 years ago
  48. 7c98f9f [analyzer] Use getParentIgnoreParenCasts instead of doing it by hand. by Jordan Rose · 11 years ago
  49. ea43cd8 [ASan] Fix darwin-sanitizer-ld.c to test for the new order of linker flags introduced by r191076. by Alexander Potapenko · 11 years ago
  50. 4123b92 [ASan] Do not imply -undefined dynamic_lookup when linking dylibs with -fsanitize=address. by Alexander Potapenko · 11 years ago
  51. ef8f90c Modify the uninitialized field visitor to detect uninitialized use across the by Richard Trieu · 11 years ago
  52. 75bd9ed Testcase I forgot to svn add in r191057. by Richard Smith · 11 years ago
  53. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  54. 8adf837 PR17290: Use 'false' macro in fix-it hint for initializing a variable of type by Richard Smith · 11 years ago
  55. 152b7d8 Don't correct typos in Sema::BuildCXXNestedNameSpecifier with -fms-extensions by Kaelyn Uhrain · 11 years ago
  56. c8ba0a0 clang-cl: implement /fallback mode by Hans Wennborg · 11 years ago
  57. af1d28f Fixes a buildbot failure (was using local type in template instantiation). by Fariborz Jahanian · 11 years ago
  58. f35a356 Refinement to my previous patch for by Fariborz Jahanian · 11 years ago
  59. f6ae52b clang-cl: Accept -fmsc-version so we can set it without -Xclang by Reid Kleckner · 11 years ago
  60. 937ec1d ObjectiveC: Allow NS_RETURNS_INNER_POINTER annotation by Fariborz Jahanian · 11 years ago
  61. b2b2c32 Fix ifdef macro missed in previous commit by Ben Langmuir · 11 years ago
  62. 9e130d0 Move sha intrinsics to immintrin.h by Ben Langmuir · 11 years ago
  63. cdc532c [ARMv8] Add crypto-neon-fp-armv8 -mfpu option in driver. by Amara Emerson · 11 years ago
  64. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  65. d2cf084 Use -ffreestanding in ms-intrin.cpp and define size_t manually. by Reid Kleckner · 11 years ago
  66. 0f238a6 Fix use-after-free in r190980. by Eli Friedman · 11 years ago
  67. b22352e Use curly braces all the way through long if/else chain for consistency and readability. by Craig Topper · 11 years ago
  68. f91e86c Fix crash with cast of value-dependent expr. by Eli Friedman · 11 years ago
  69. d2f9308 Make Preprocessor::Lex non-recursive. by Eli Friedman · 11 years ago
  70. dce250b Avoid including <stdlib.h> in the intrin.h test by Reid Kleckner · 11 years ago
  71. 54fe9cd Fix ifdef ordering at the end of Intrin.h from r190965 by Reid Kleckner · 11 years ago
  72. a6cbc27 Disabling sse2 should disable aes and pclmul support. by Craig Topper · 11 years ago
  73. 5f33c37 Add specific warning flags for GNU ext in Sema. by Eli Friedman · 11 years ago
  74. 83b6397 Fix CharByteWidth assertion in LiteralSupport. by Eli Friedman · 11 years ago
  75. 58ee425 Remove a bogus diagnostic preventing static data member templates from being by Richard Smith · 11 years ago
  76. b00ddc5 Fix closing brace around ifdef. by Eric Christopher · 11 years ago
  77. 76da178 clang-cl: Don't warn about overriding /MD with /MT, /Fo with another /Fo, etc. by Hans Wennborg · 11 years ago
  78. 1fe5ccf The intrinsics should all have C linkage. by Eric Christopher · 11 years ago
  79. 39232cd get rid of extra parentheses. by Adrian Prantl · 11 years ago
  80. 95d3d1a Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs. by Adrian Prantl · 11 years ago
  81. 2a9dfb0 Remove some dead code. by Richard Smith · 11 years ago
  82. a346eb1 ObjectiveC migrator: For consistency, also infer by Fariborz Jahanian · 11 years ago
  83. d76cec5 [analyzer] Don't even try to convert floats to booleans for now. by Jordan Rose · 11 years ago
  84. f9d38c0 ObjectiveC migrator: Infer property in the presense by Fariborz Jahanian · 11 years ago
  85. 4667154 ObjectiveC migrator: placing another check for by Fariborz Jahanian · 11 years ago
  86. 2e118a0 Simplify clang-format-diff.py using new clang-format options. by Daniel Jasper · 11 years ago
  87. 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
  88. d569295 Recommited: Fix for PR16752. Second commit. by Stepan Dyatkovskiy · 11 years ago
  89. 43a8d85 Add support for poly16 vtst and vtstq by Amaury de la Vieuville · 11 years ago
  90. 28f69cd Add new libm LIBBUILTIN definitions, synchronizing with __builtin_* by Hal Finkel · 11 years ago
  91. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  92. 6028860 Remove unnecessary comment regarding AsTypeExpr base class by Hal Finkel · 11 years ago
  93. 8e6557e Fix accepts-invalid if a variable template explicit instantiation is missing an by Richard Smith · 11 years ago
  94. 1a97344 Fix ObjC @encode for C++ classes w/virtual bases. by Eli Friedman · 11 years ago
  95. 71687a0 -ast-dump support for variable templates. by Richard Smith · 11 years ago
  96. 6aa7df9 If a variable template specialization with an incomplete array type is by Richard Smith · 11 years ago
  97. 64228b6 Add comment about exporting clang::driver::ArgStringList, by Hans Wennborg · 11 years ago
  98. 8c64c18 Claim compatibility with VS 2012 by default by Reid Kleckner · 11 years ago
  99. 5c6ecf5 Revert r190902 and r190906 by Hans Wennborg · 11 years ago
  100. 4832ee3 Revert "Move using directive from Job.h to Job.cpp" (r190902) by Hans Wennborg · 11 years ago