1. d4f0e19 Consumed analysis: Add param_typestate attribute, which specifies that by DeLesley Hutchins · 11 years ago
  2. cd0f6d7 Consumed Analysis: Allow parameters that are passed by non-const reference by DeLesley Hutchins · 11 years ago
  3. 682a56b Revert "Fix missed exception spec checks and crashes" by Alp Toker · 11 years ago
  4. bb81f88 Fix missed exception spec checks and crashes by Alp Toker · 11 years ago
  5. d867422 [AArch64] Add support for NEON scalar three register different instruction by Chad Rosier · 11 years ago
  6. 82a2911 clang-cl: Add support for asm listings (/FA and /Fa) by Hans Wennborg · 11 years ago
  7. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  8. af7ed9e [mips] Added -mfp64 and -mfp32 options. by Daniel Sanders · 11 years ago
  9. 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
  10. d66b88f [mips][msa] Added most of the remaining builtins by Daniel Sanders · 11 years ago
  11. b754974 Add support to the Clang driver for forwarding all of gfortran's flags by Chandler Carruth · 11 years ago
  12. 3d11ced Rename HandleTargetFeatures->handleTargetFeatures to match by Eric Christopher · 11 years ago
  13. cced97c [AArch64] Add support for NEON scalar negate instruction. by Chad Rosier · 11 years ago
  14. 567fd23 [AArch64] Add support for NEON scalar absolute value instruction. by Chad Rosier · 11 years ago
  15. 40bd5ce Add minimal command line support for the VSX powerpc processor. by Eric Christopher · 11 years ago
  16. d5e59fc Rework ppc options handling into a features group. by Eric Christopher · 11 years ago
  17. f4498f7 Update comment. by Chad Rosier · 11 years ago
  18. a48c4a8 [AArch64] Add support for NEON scalar signed saturating accumulated of unsigned by Chad Rosier · 11 years ago
  19. d6be277 On 32 bit windows, mangle stdcall and fastcall decls in clang. by Rafael Espindola · 11 years ago
  20. d692a84 C++ modules: merging for enumerations and enumerators with multiple definitions by Richard Smith · 11 years ago
  21. 03c8276 [AArch64] Add support for NEON scalar signed saturating absolute value and by Chad Rosier · 11 years ago
  22. a6f5cc3 ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXT by Fariborz Jahanian · 11 years ago
  23. edb5fdf Sema: Consider it an error to apply __builtin_offsetof to a member in a virtual base by David Majnemer · 11 years ago
  24. 5eed7e0 Tidy up and improve error recovery for C++11 attributes in bad places. Based on by Richard Smith · 11 years ago
  25. b79b17b PR17567: Improve diagnostic for a mistyped constructor name. If we see something by Richard Smith · 11 years ago
  26. 2b1599c Switching some custom logic to using table-generated helper methods. This also removes an unnecessary diagnostic. by Aaron Ballman · 11 years ago
  27. ad40008 [AArch64] Add support for NEON scalar integer compare instructions. by Chad Rosier · 11 years ago
  28. a0950e8 Callback support for OpenCL extension pragmas. by Pekka Jaaskelainen · 11 years ago
  29. e517d1e Add missing flags -fexpensive-optimizations and -minline-all-stringops as noops. by Nick Lewycky · 11 years ago
  30. f30e194 Consumed analysis: replace the consumes attribute with a set_typestate by DeLesley Hutchins · 11 years ago
  31. 1bf6343 Consumed analysis: switch from tests_consumed/unconsumed to a general by DeLesley Hutchins · 11 years ago
  32. f18e6e8 Improve the error message for attempting to build a for range loop using a by Richard Trieu · 11 years ago
  33. 96d6c45 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  34. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  35. 659837e [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 11 years ago
  36. 1d544c8 clang-cl: Mark /FA and /Fa as unsupported options by Hans Wennborg · 11 years ago
  37. 730a2c2 Diagnose by-copy captures of abstract classes. by Douglas Gregor · 11 years ago
  38. ff05979 Add -fno-function-sections and -fno-data-sections. Since by Nick Lewycky · 11 years ago
  39. 2102a1d Implemented aarch64 SIMD copy related ACLE intrinsic : by Kevin Qin · 11 years ago
  40. 99aacad clang-cl: Expose the -m32 and -m64 command-line options by Hans Wennborg · 11 years ago
  41. 84e41cd ObjectiveC. ObjectiveC's collection selector expression in by Fariborz Jahanian · 11 years ago
  42. 9fcbd5e ObjectiveC migrator: For 'default' and 'shared' family of by Fariborz Jahanian · 11 years ago
  43. 5610fbd Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  44. db5cb0f Revert "Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). " by Tim Northover · 11 years ago
  45. 58b6ccf Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  46. 6e04a84 Sema: Taking the address of a dtor is illegal per C++ [class.dtor]p2. by Benjamin Kramer · 11 years ago
  47. 4e30cdf [Mips] Support FSF Mips toolchain directories tree in the Clang driver. by Simon Atanasyan · 11 years ago
  48. 8f2cb42 This patch addresses a problem encountered by the by Sean Callanan · 11 years ago
  49. 39ebb02 ObjectiveC migrator. Introduce a new objcmt-atomic-property option by Fariborz Jahanian · 11 years ago
  50. 53fe3f5 Fix warnings introduced in r192314. by DeLesley Hutchins · 11 years ago
  51. 7385840 Consumed analysis: improve loop handling. The prior version of the analysis by DeLesley Hutchins · 11 years ago
  52. 45d3950 Tighten diagnostics for calling conventions on variadic functions by Hans Wennborg · 11 years ago
  53. 9fe529f ObjectiveC migrator. Introduce a new print policy for by Fariborz Jahanian · 11 years ago
  54. f661461 [Mips] Remove unused mips_CPUs_Group options group. It's better to join by Simon Atanasyan · 11 years ago
  55. 305dc0d [Mips] Make mips32/mips32r2/mips64/mips64r2 real aliases for appropriate by Simon Atanasyan · 11 years ago
  56. f074658 Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ItaniumVTableBuilder and clang-format code around by Timur Iskhodzhanov · 11 years ago
  57. 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
  58. eeac7a4 Make wording for certain invalid unary expressions more consistent. by David Majnemer · 11 years ago
  59. 3cb3330 [AArch64] Add support for NEON scalar floating-point reciprocal estimate, by Chad Rosier · 11 years ago
  60. 3636fb1 Turn error about fastcall variadic function into warning in MS mode (PR12535) by Hans Wennborg · 11 years ago
  61. 6d048e1 [AArch64] Add support for NEON scalar signed/unsigned integer to floating-point by Chad Rosier · 11 years ago
  62. 877e6a6 Explicitly request unsigned enum types when desired by Reid Kleckner · 11 years ago
  63. 0ac66c0 Revert 192220 as it fails on an assertion by Timur Iskhodzhanov · 11 years ago
  64. c3dcfa2 Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  65. 7ca0fce Fixed grammar. Thanks to Jordan Rose. by Serge Pavlov · 11 years ago
  66. 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
  67. 7949acf clang-cl: ignore the /sdl[-] flag by Hans Wennborg · 11 years ago
  68. 2a0a496 Add fixits suggesting parenthesis around type name in expressions like sizeof. by Serge Pavlov · 11 years ago
  69. d69f37b Make InstantiatingTemplate depth checks clearer by Alp Toker · 11 years ago
  70. d1a32c3 [ms-cxxabi] Fix the calling convention for operator new in records by Reid Kleckner · 11 years ago
  71. 5c7a04a clang-cl: Accept and mostly ignore /vm*, /GF, /GF-, /Zm, and /bigobj by Reid Kleckner · 11 years ago
  72. 9a7e09f Remove -ast-dump-xml. by Richard Smith · 11 years ago
  73. b328e29 Add support for WG21 N3599 (literal operator template for strings) as a GNU by Richard Smith · 11 years ago
  74. 31b71f3 [analyzer] ArrayRef-ize BugReporter::EmitBasicReport. by Jordan Rose · 11 years ago
  75. 48f98fe [AArch64] Add support for NEON scalar arithmetic instructions: by Chad Rosier · 11 years ago
  76. 4ed0122 When merging class definitions across modules in C++, merge together fields. by Richard Smith · 11 years ago
  77. af94546 Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 when by Nick Lewycky · 11 years ago
  78. 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
  79. 0391691 Implement aarch64 neon instruction set AdvSIMD (Across). by Jiangning Liu · 11 years ago
  80. c98fbf1 Remove unused Sema::DelayedDestructorExceptionSpecs by Alp Toker · 11 years ago
  81. 6654085 Consumed Analysis: Change callable_when so that it can take a list of states by DeLesley Hutchins · 11 years ago
  82. 1cd6fab ObjectiveC. Allow readonly properties without an explicit ownership by Fariborz Jahanian · 11 years ago
  83. 0aa1a88 Implement aarch64 neon instruction set AdvSIMD (3V elem). by Jiangning Liu · 11 years ago
  84. edcc199 [analyzer] Replace bug category magic strings with shared constants, take 2. by Jordan Rose · 11 years ago
  85. 10a6158 Temporarily revert r191910 until the layering violation can be fixed. by Richard Smith · 11 years ago
  86. db1ad60 Don't complain about -fuse-ld=gold (cf r191429). by Nico Weber · 11 years ago
  87. 522f4d0 Fix the test in clang_f_opts.c to fail on unknown options. by Rafael Espindola · 11 years ago
  88. a9259c2 Ignore -mieee-fp. by Rafael Espindola · 11 years ago
  89. 4587cac [analyzer] Replace bug category magic strings with shared constants. by Jordan Rose · 11 years ago
  90. 367e8fe [libclang] Introduce clang_Type_getClassType which returns the class type of a member pointer type. by Argyrios Kyrtzidis · 11 years ago
  91. 4e49952 Gracefully (and correctly) handle init of multiple union members by Matthew Curtis · 11 years ago
  92. 11f22a3 Extract ABI-specific parts of MangleContext into separate classes by Timur Iskhodzhanov · 11 years ago
  93. 6a48b3f Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM backend changes. by Craig Topper · 11 years ago
  94. a00f873 ObjectiveC migrator: Add more options one for each by Fariborz Jahanian · 11 years ago
  95. 081099d ObjectiveC migrator. Starting distiguising different by Fariborz Jahanian · 11 years ago
  96. 74fd551 Objective-C migrator. Simplify migrator option by Fariborz Jahanian · 11 years ago
  97. 72c26c0 Accept #pragma warning(push, 0) without warning by Reid Kleckner · 11 years ago
  98. 594e193 [ARM] Add a builtin to allow you to use the 'sevl' instruction. by Joey Gouly · 11 years ago
  99. 6badc76 ObjectiveC migrator: When doing migration, migrator must suggest by Fariborz Jahanian · 11 years ago
  100. 64eac85 Implement ARM GNU-style interrupt attribute by Tim Northover · 11 years ago