1. 6d61978 [AArch64] Add support for NEON scalar fixed-point convert to floating-point instructions. by Chad Rosier · 11 years ago
  2. bc64d35 Clang modules: collect exports recursively by Dmitri Gribenko · 11 years ago
  3. ddc2a53 Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a by Richard Smith · 11 years ago
  4. f427272 [AArch64] Add support for NEON scalar shift immediate instructions. by Chad Rosier · 11 years ago
  5. e5849ca iboutletcollection really does have custom parsing. by Aaron Ballman · 11 years ago
  6. b5901e0 Remove unused diagnostic. by Benjamin Kramer · 11 years ago
  7. d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago
  8. 8b54999 Add CodeGenABITypes.h for use in LLDB. by Mark Lacey · 11 years ago
  9. 6334fd6 clang-cl: Parse the /arch, /Yu and /Fp options (PR17736) by Hans Wennborg · 11 years ago
  10. 45cac8c [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests by Daniel Sanders · 11 years ago
  11. 33d7fbc [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal IR (i.e. not intrinsics) by Daniel Sanders · 11 years ago
  12. 5640209 [AArch64] Add support for NEON scalar floating-point compare instructions. by Chad Rosier · 11 years ago
  13. 6167d7f [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. not intrinsics) by Daniel Sanders · 11 years ago
  14. 2597315 Recover instead of crashing on MS assembly when no target is loaded by Alp Toker · 11 years ago
  15. c70cc5d Make thunk this/return adjustment ABI-specific. Also, fix the return adjustment when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  16. 0e429f1 Changed tests_typestate to test_typestate for consistency. by Chris Wailes · 11 years ago
  17. 799bcc7 Add support for the separate version of /FI. by Rafael Espindola · 11 years ago
  18. d8ee5c1 clang-format: Option to control spacing in template argument lists. by Daniel Jasper · 11 years ago
  19. b7488d7 Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Samuel Benzaquen · 11 years ago
  20. 909f35a ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang by Bernard Ogden · 11 years ago
  21. 6bf97fb Use Rewriter::overwriteChangedFiles() directly by Alp Toker · 11 years ago
  22. 66490d2 Remove obsolete RewriteBuffer comment by Alp Toker · 11 years ago
  23. 8fa2cbf Add missing attributes [[gnu::no_sanitize_address]] and by Nick Lewycky · 11 years ago
  24. 966a0fc Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tell by Nick Lewycky · 11 years ago
  25. 5794b53 Allow a new syntax in a module requires-declaration: by Richard Smith · 11 years ago
  26. 961d057 Fix a parser crash when there are #pragmas in a context which requires a single by Richard Smith · 11 years ago
  27. cc91875 Remove unused diagnostic. by Benjamin Kramer · 11 years ago
  28. 9d9a943 ObjectiveC arc. Warn when an implicitly 'strong' property by Fariborz Jahanian · 11 years ago
  29. 4e7f00c ObjectiveC: under -Wunused-property-ivar warn if property's by Fariborz Jahanian · 11 years ago
  30. 02debf6 Add -Wstring-plus-char, which warns when adding char literals to C strings. by Jordan Rose · 11 years ago
  31. 47066e4 clang-format: Adapt line break penalties for LLVM style. by Daniel Jasper · 11 years ago
  32. 9d33c40 Sema: Do not allow lambda expressions to appear inside of constant expressions by David Majnemer · 11 years ago
  33. 858d2ba Simplify and refactor the uninitialized field warning. by Richard Trieu · 11 years ago
  34. f9258ee Revert "Tooling/ReplacementsYaml.h: Prune Tooling's llvm::yaml::ScalarTraits<std::string> corresponding to LLVM r193344." by Argyrios Kyrtzidis · 11 years ago
  35. a1cc4d6 Tooling/ReplacementsYaml.h: Prune Tooling's llvm::yaml::ScalarTraits<std::string> corresponding to LLVM r193344. by NAKAMURA Takumi · 11 years ago
  36. 7edf9a4 Teach Clang to accept and ignore -f[no-]implicit-templates. by Chandler Carruth · 11 years ago
  37. 6e40ca5 Teach Clang to recognize and ignore GCC's -fdiagnostics-show-location by Chandler Carruth · 11 years ago
  38. ee0cd37 Use the same SourceManager for ModuleMaps and compilations. by Manuel Klimek · 11 years ago
  39. d92aa2d PR17666: Instead of allowing an initial identifier argument in any attribute by Richard Smith · 11 years ago
  40. e7bd89a A decl never becomes unused. Make that explicit in the API. by Rafael Espindola · 11 years ago
  41. bef582b Refactor out the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  42. 63c521a [mips][msa] Add intrinsics that map to pseudo-instructions. by Daniel Sanders · 11 years ago
  43. 80f2b2e Revert r193223 and r193216. by Rafael Espindola · 11 years ago
  44. a4c91af Remove the circular reference to LambdaExpr in CXXRecordDecl. by Faisal Vali · 11 years ago
  45. f06a2893 Make UsingShadowDecls redeclarable. This fixes some visibility problems with by Richard Smith · 11 years ago
  46. a8a2ebe Retain previous language linkage of friend function declarations by Alp Toker · 11 years ago
  47. 69170e6 Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted by Richard Smith · 11 years ago
  48. b1c0e20 Treat aliases as definitions. by Rafael Espindola · 11 years ago
  49. d205498 New fix for pr17535. by Rafael Espindola · 11 years ago
  50. d661d50 Revert r193073 and the attempt to fix it in r193170. by Chandler Carruth · 11 years ago
  51. 87017a7 Revert "This patch causes clang to reject alias attributes that point to undefined names. For example, with this patch we now reject" by Rafael Espindola · 11 years ago
  52. e37bf44 This patch causes clang to reject alias attributes that point to undefined by Rafael Espindola · 11 years ago
  53. c641709 Allow a header to be part of multiple modules. by Daniel Jasper · 11 years ago
  54. 588a51a Sema: Do not allow template declarations inside local classes by David Majnemer · 11 years ago
  55. c30bf45 Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>." by Reid Kleckner · 11 years ago
  56. fae3a1a [AArch64] Add the constraint to NEON scalar mla/mls instructions. by Chad Rosier · 11 years ago
  57. 2a20270 Ignore -fstrength-reduce and -fno-strength-reduce. by Rafael Espindola · 11 years ago
  58. 341b5df Refactor DynTypedMatcher into a value type class, just like Matcher<T>. by Samuel Benzaquen · 11 years ago
  59. 9568d1c Cleanup redundant include. by Rafael Espindola · 11 years ago
  60. 22dd997 [mips][msa] Fix definition of SLD instruction. by Matheus Almeida · 11 years ago
  61. 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
  62. fb90266 Fix to PR8880 (clang dies processing a for loop). by Serge Pavlov · 11 years ago
  63. 9541141 Expose -fmodule-name and -fmodule-map-file as driver options. by Daniel Jasper · 11 years ago
  64. b3b5e6c [-fms-extensions] __is_interface_class was miscategorized by David Majnemer · 11 years ago
  65. b75009c Be more precise when diagnosing 'inline' on global replacement functions by David Majnemer · 11 years ago
  66. b914e87 Implement function type checker for the undefined behavior sanitizer. by Peter Collingbourne · 11 years ago
  67. 8b40772 Fix crash in cleanup attr handling by Alp Toker · 11 years ago
  68. 0638206 Miscellaneous speling fixes. by Benjamin Kramer · 11 years ago
  69. d2b0cf3 Sema: Diagnose global replacement functions declared as inline by David Majnemer · 11 years ago
  70. daaabf7 Add a missing getMostRecentDecl to ClassTemplateDecl. by Rafael Espindola · 11 years ago
  71. 87bcee8 Simplify some implementations of get*Decl. by Rafael Espindola · 11 years ago
  72. e6ddd7f This should use the possessive adjective. by Rafael Espindola · 11 years ago
  73. eaa9035 Comment improvement. by Rafael Espindola · 11 years ago
  74. 7693b32 Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0. by Rafael Espindola · 11 years ago
  75. b405c95 clang-cl: diagnose setting asm listing filename with multiple inputs by Hans Wennborg · 11 years ago
  76. 4553a85 [AArch64] Add support for NEON scalar extract narrow instructions. by Chad Rosier · 11 years ago
  77. c2827ec clang-format: Make continuation indent width configurable. by Daniel Jasper · 11 years ago
  78. 9b67118 C++ modules: don't lose track of a 'namespace std' that is imported from a module. by Richard Smith · 11 years ago
  79. 3c40a28 Basic ODR checking for C++ modules: by Richard Smith · 11 years ago
  80. 0823566 Fix missed exception spec checks and crashes by Alp Toker · 11 years ago
  81. e3db9c8 False. GCC does not accept [[gnu::warn_unused]], not to be confused with [[gnu::warn_unused_result]] which does exist. by Nick Lewycky · 11 years ago
  82. 7121bdb [-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'final' by David Majnemer · 11 years ago
  83. d4f0e19 Consumed analysis: Add param_typestate attribute, which specifies that by DeLesley Hutchins · 11 years ago
  84. cd0f6d7 Consumed Analysis: Allow parameters that are passed by non-const reference by DeLesley Hutchins · 11 years ago
  85. 682a56b Revert "Fix missed exception spec checks and crashes" by Alp Toker · 11 years ago
  86. bb81f88 Fix missed exception spec checks and crashes by Alp Toker · 11 years ago
  87. d867422 [AArch64] Add support for NEON scalar three register different instruction by Chad Rosier · 11 years ago
  88. 82a2911 clang-cl: Add support for asm listings (/FA and /Fa) by Hans Wennborg · 11 years ago
  89. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  90. af7ed9e [mips] Added -mfp64 and -mfp32 options. by Daniel Sanders · 11 years ago
  91. 12a5a78 [mips][msa] Update -mmsa help text and removed the hidden flag to better match conventions used by other targets by Daniel Sanders · 11 years ago
  92. d66b88f [mips][msa] Added most of the remaining builtins by Daniel Sanders · 11 years ago
  93. b754974 Add support to the Clang driver for forwarding all of gfortran's flags by Chandler Carruth · 11 years ago
  94. 3d11ced Rename HandleTargetFeatures->handleTargetFeatures to match by Eric Christopher · 11 years ago
  95. cced97c [AArch64] Add support for NEON scalar negate instruction. by Chad Rosier · 11 years ago
  96. 567fd23 [AArch64] Add support for NEON scalar absolute value instruction. by Chad Rosier · 11 years ago
  97. 40bd5ce Add minimal command line support for the VSX powerpc processor. by Eric Christopher · 11 years ago
  98. d5e59fc Rework ppc options handling into a features group. by Eric Christopher · 11 years ago
  99. f4498f7 Update comment. by Chad Rosier · 11 years ago
  100. a48c4a8 [AArch64] Add support for NEON scalar signed saturating accumulated of unsigned by Chad Rosier · 11 years ago