1. f18e6e8 Improve the error message for attempting to build a for range loop using a by Richard Trieu · 11 years ago
  2. 96d6c45 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  3. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  4. 659837e [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 11 years ago
  5. 1d544c8 clang-cl: Mark /FA and /Fa as unsupported options by Hans Wennborg · 11 years ago
  6. 730a2c2 Diagnose by-copy captures of abstract classes. by Douglas Gregor · 11 years ago
  7. ff05979 Add -fno-function-sections and -fno-data-sections. Since by Nick Lewycky · 11 years ago
  8. 2102a1d Implemented aarch64 SIMD copy related ACLE intrinsic : by Kevin Qin · 11 years ago
  9. 99aacad clang-cl: Expose the -m32 and -m64 command-line options by Hans Wennborg · 11 years ago
  10. 84e41cd ObjectiveC. ObjectiveC's collection selector expression in by Fariborz Jahanian · 11 years ago
  11. 9fcbd5e ObjectiveC migrator: For 'default' and 'shared' family of by Fariborz Jahanian · 11 years ago
  12. 5610fbd Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  13. db5cb0f Revert "Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). " by Tim Northover · 11 years ago
  14. 58b6ccf Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  15. 6e04a84 Sema: Taking the address of a dtor is illegal per C++ [class.dtor]p2. by Benjamin Kramer · 11 years ago
  16. 4e30cdf [Mips] Support FSF Mips toolchain directories tree in the Clang driver. by Simon Atanasyan · 11 years ago
  17. 8f2cb42 This patch addresses a problem encountered by the by Sean Callanan · 11 years ago
  18. 39ebb02 ObjectiveC migrator. Introduce a new objcmt-atomic-property option by Fariborz Jahanian · 11 years ago
  19. 53fe3f5 Fix warnings introduced in r192314. by DeLesley Hutchins · 11 years ago
  20. 7385840 Consumed analysis: improve loop handling. The prior version of the analysis by DeLesley Hutchins · 11 years ago
  21. 45d3950 Tighten diagnostics for calling conventions on variadic functions by Hans Wennborg · 11 years ago
  22. 9fe529f ObjectiveC migrator. Introduce a new print policy for by Fariborz Jahanian · 11 years ago
  23. f661461 [Mips] Remove unused mips_CPUs_Group options group. It's better to join by Simon Atanasyan · 11 years ago
  24. 305dc0d [Mips] Make mips32/mips32r2/mips64/mips64r2 real aliases for appropriate by Simon Atanasyan · 11 years ago
  25. f074658 Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ItaniumVTableBuilder and clang-format code around by Timur Iskhodzhanov · 11 years ago
  26. 2cb17a0 Reland 192220 "Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft" with relaxed assertions by Timur Iskhodzhanov · 11 years ago
  27. eeac7a4 Make wording for certain invalid unary expressions more consistent. by David Majnemer · 11 years ago
  28. 3cb3330 [AArch64] Add support for NEON scalar floating-point reciprocal estimate, by Chad Rosier · 11 years ago
  29. 3636fb1 Turn error about fastcall variadic function into warning in MS mode (PR12535) by Hans Wennborg · 11 years ago
  30. 6d048e1 [AArch64] Add support for NEON scalar signed/unsigned integer to floating-point by Chad Rosier · 11 years ago
  31. 877e6a6 Explicitly request unsigned enum types when desired by Reid Kleckner · 11 years ago
  32. 0ac66c0 Revert 192220 as it fails on an assertion by Timur Iskhodzhanov · 11 years ago
  33. c3dcfa2 Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  34. 7ca0fce Fixed grammar. Thanks to Jordan Rose. by Serge Pavlov · 11 years ago
  35. f0d5861 Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a holdover from the long-dead Action interface. by Ted Kremenek · 11 years ago
  36. 7949acf clang-cl: ignore the /sdl[-] flag by Hans Wennborg · 11 years ago
  37. 2a0a496 Add fixits suggesting parenthesis around type name in expressions like sizeof. by Serge Pavlov · 11 years ago
  38. d69f37b Make InstantiatingTemplate depth checks clearer by Alp Toker · 11 years ago
  39. d1a32c3 [ms-cxxabi] Fix the calling convention for operator new in records by Reid Kleckner · 11 years ago
  40. 5c7a04a clang-cl: Accept and mostly ignore /vm*, /GF, /GF-, /Zm, and /bigobj by Reid Kleckner · 11 years ago
  41. 9a7e09f Remove -ast-dump-xml. by Richard Smith · 11 years ago
  42. b328e29 Add support for WG21 N3599 (literal operator template for strings) as a GNU by Richard Smith · 11 years ago
  43. 31b71f3 [analyzer] ArrayRef-ize BugReporter::EmitBasicReport. by Jordan Rose · 11 years ago
  44. 48f98fe [AArch64] Add support for NEON scalar arithmetic instructions: by Chad Rosier · 11 years ago
  45. 4ed0122 When merging class definitions across modules in C++, merge together fields. by Richard Smith · 11 years ago
  46. af94546 Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 when by Nick Lewycky · 11 years ago
  47. d5276cc Use logical/arithmetic operations instead of builtins in tbmintrin.h. This way we can remove the intrinsic support from the backend. by Craig Topper · 11 years ago
  48. 0391691 Implement aarch64 neon instruction set AdvSIMD (Across). by Jiangning Liu · 11 years ago
  49. c98fbf1 Remove unused Sema::DelayedDestructorExceptionSpecs by Alp Toker · 11 years ago
  50. 6654085 Consumed Analysis: Change callable_when so that it can take a list of states by DeLesley Hutchins · 11 years ago
  51. 1cd6fab ObjectiveC. Allow readonly properties without an explicit ownership by Fariborz Jahanian · 11 years ago
  52. 0aa1a88 Implement aarch64 neon instruction set AdvSIMD (3V elem). by Jiangning Liu · 11 years ago
  53. edcc199 [analyzer] Replace bug category magic strings with shared constants, take 2. by Jordan Rose · 11 years ago
  54. 10a6158 Temporarily revert r191910 until the layering violation can be fixed. by Richard Smith · 11 years ago
  55. db1ad60 Don't complain about -fuse-ld=gold (cf r191429). by Nico Weber · 11 years ago
  56. 522f4d0 Fix the test in clang_f_opts.c to fail on unknown options. by Rafael Espindola · 11 years ago
  57. a9259c2 Ignore -mieee-fp. by Rafael Espindola · 11 years ago
  58. 4587cac [analyzer] Replace bug category magic strings with shared constants. by Jordan Rose · 11 years ago
  59. 367e8fe [libclang] Introduce clang_Type_getClassType which returns the class type of a member pointer type. by Argyrios Kyrtzidis · 11 years ago
  60. 4e49952 Gracefully (and correctly) handle init of multiple union members by Matthew Curtis · 11 years ago
  61. 11f22a3 Extract ABI-specific parts of MangleContext into separate classes by Timur Iskhodzhanov · 11 years ago
  62. 6a48b3f Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM backend changes. by Craig Topper · 11 years ago
  63. a00f873 ObjectiveC migrator: Add more options one for each by Fariborz Jahanian · 11 years ago
  64. 081099d ObjectiveC migrator. Starting distiguising different by Fariborz Jahanian · 11 years ago
  65. 74fd551 Objective-C migrator. Simplify migrator option by Fariborz Jahanian · 11 years ago
  66. 72c26c0 Accept #pragma warning(push, 0) without warning by Reid Kleckner · 11 years ago
  67. 594e193 [ARM] Add a builtin to allow you to use the 'sevl' instruction. by Joey Gouly · 11 years ago
  68. 6badc76 ObjectiveC migrator: When doing migration, migrator must suggest by Fariborz Jahanian · 11 years ago
  69. 64eac85 Implement ARM GNU-style interrupt attribute by Tim Northover · 11 years ago
  70. f8aebef Move checkStringLiteralArgument into Sema class by Tim Northover · 11 years ago
  71. d195bc3 [OpenMP] Added parsing and semantic analysis for firstprivate clause by Alexey Bataev · 11 years ago
  72. 91d3f33 Fix typo correction usage of SemaAccess.cpp. by Eli Friedman · 11 years ago
  73. 1596e5b Revert r191586 and r191695. They cause crashes when building with by Richard Smith · 11 years ago
  74. 8a3f9e4 Remove support for arrays of runtime bound in C++1y, now they have been voted by Richard Smith · 11 years ago
  75. 0392840 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  76. 8c8bbad Adding intrinsics to the clang front end for the x86 TBM instruction set. by Yunzhong Gao · 11 years ago
  77. f4e12c8 Moving style option formatting to libFormat by Edwin Vane · 11 years ago
  78. 144fe70 Add a bunch of other GCC '-f' options and ignore them. This covers every by Chandler Carruth · 11 years ago
  79. 8af75cd Switch one of the ignored boolean flag multiclasses to not have an 'f' by Chandler Carruth · 11 years ago
  80. 998c518 Remove an unnecessary overload from ASTLambda.h by Faisal Vali · 11 years ago
  81. d6992ab Implement conversion to function pointer for generic lambdas without captures. by Faisal Vali · 11 years ago
  82. 4cb295d Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; by Richard Smith · 11 years ago
  83. 47e6b64 The second parameter of nexttoward is always long double. by Benjamin Kramer · 11 years ago
  84. 3d9efec Documentation: minor fixes/improvements to documentation of DependentScopeDeclRefExpr. by James Dennett · 11 years ago
  85. 42572f5 Refactor comment merging. by Benjamin Kramer · 11 years ago
  86. 9beaf20 Add compat/extension warnings for init captures. by Richard Smith · 11 years ago
  87. 04fa7a3 Per latest drafting, switch to implementing init-captures as if by declaring by Richard Smith · 11 years ago
  88. 9b072b3 [analyzer] Make inlining decisions based on the callee being variadic. by Jordan Rose · 11 years ago
  89. 5cf3e35 Update the help text. by Rafael Espindola · 11 years ago
  90. 14f9889 Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. by Rafael Espindola · 11 years ago
  91. 998894b Implement N3760, support for the [[deprecated]] attribute. by Chandler Carruth · 11 years ago
  92. d0629eb Variable templates: handle instantiation of static data member templates by Richard Smith · 11 years ago
  93. 2b17b47 Cache the location of failed typo corrections so that typo correction by Kaelyn Uhrain · 11 years ago
  94. ca750be Adding pre/post conditions for some Replacement handling functions by Edwin Vane · 11 years ago
  95. 1b9c537 SourceManager: Open code isInMainFile. by Benjamin Kramer · 11 years ago
  96. dea69a1 Remove method that always returns true. by Rafael Espindola · 11 years ago
  97. 3d9ffcf Implemented tab usage only for indentation (http://llvm.org/PR17363) by Alexander Kornienko · 11 years ago
  98. a53d7a0 Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  99. fe16aa3 AST: Handle qualified array types in typeid() expressions by David Majnemer · 11 years ago
  100. bce8c92 Add -fno-unsigned-char and ignore it. We already support -fno-signed-char, add by Nick Lewycky · 11 years ago