1. 6d048e1 [AArch64] Add support for NEON scalar signed/unsigned integer to floating-point by Chad Rosier · 11 years ago
  2. 877e6a6 Explicitly request unsigned enum types when desired by Reid Kleckner · 11 years ago
  3. 2d9f38a ObjectiveC migration. Add support for inferring by Fariborz Jahanian · 11 years ago
  4. 0ac66c0 Revert 192220 as it fails on an assertion by Timur Iskhodzhanov · 11 years ago
  5. 2e0b0cf Suggest people use -Xclang not -cc1 when passing options to the frontend. by Richard Smith · 11 years ago
  6. 28d9077 Remove documentation of removed -ast-dump-xml flag. by Richard Smith · 11 years ago
  7. c3dcfa2 Abstract out parts of thunk emission code, add support for simple thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  8. e0acd38 [mips] Remove XFAIL. by Akira Hatanaka · 11 years ago
  9. bbec341 Remove transient code I did not mean to check in. by Ted Kremenek · 11 years ago
  10. 2e391e5 Fixed messages in tests. by Serge Pavlov · 11 years ago
  11. 7ca0fce Fixed grammar. Thanks to Jordan Rose. by Serge Pavlov · 11 years ago
  12. 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
  13. 5ce45c7 Fix an edge case in the template differ with default arguments. by Benjamin Kramer · 11 years ago
  14. 7949acf clang-cl: ignore the /sdl[-] flag by Hans Wennborg · 11 years ago
  15. 2a0a496 Add fixits suggesting parenthesis around type name in expressions like sizeof. by Serge Pavlov · 11 years ago
  16. cea014b clang-format: Improve indentation when deriving from templated classes. by Daniel Jasper · 11 years ago
  17. f7d9e63 clang-format: Don't exit with failure on empty files. by Daniel Jasper · 11 years ago
  18. d69f37b Make InstantiatingTemplate depth checks clearer by Alp Toker · 11 years ago
  19. 19ccb12 clang-format: Improve constructor initializer linewrapping. by Daniel Jasper · 11 years ago
  20. ffc63a8 Fix linkage calculation of auto member functions returning lambdas by Faisal Vali · 11 years ago
  21. d1a32c3 [ms-cxxabi] Fix the calling convention for operator new in records by Reid Kleckner · 11 years ago
  22. 2dd68de Sema: Only merge typedef attributes if the previous decl is a typedef by Justin Bogner · 11 years ago
  23. feba9f2 TBAA: use the same format for scalar TBAA and struct-path aware TBAA. by Manman Ren · 11 years ago
  24. aeb87e7 Split test to test -Wshadow with emmintrin.h more portable. by Ted Kremenek · 11 years ago
  25. 185f156 Suppress useless -Wshadow warning when using _mm* macros from emmintrin.h by Ted Kremenek · 11 years ago
  26. 5c7a04a clang-cl: Accept and mostly ignore /vm*, /GF, /GF-, /Zm, and /bigobj by Reid Kleckner · 11 years ago
  27. c50ffca Add a triple to unbreak buildbots where size_t is not 'unsigned long'. by Richard Smith · 11 years ago
  28. 9a7e09f Remove -ast-dump-xml. by Richard Smith · 11 years ago
  29. aa58f15 ObjectiveC migrator: A typical implementation of by Fariborz Jahanian · 11 years ago
  30. b328e29 Add support for WG21 N3599 (literal operator template for strings) as a GNU by Richard Smith · 11 years ago
  31. 040cd82 ObjectiveC modern rewriter. Rewrite typedefs by Fariborz Jahanian · 11 years ago
  32. 8dd4baa Fix objectsize tests after r192117 by Matt Arsenault · 11 years ago
  33. dc1031b ObjectiveC: Warn when 'readonly' property has explicit by Fariborz Jahanian · 11 years ago
  34. 31b71f3 [analyzer] ArrayRef-ize BugReporter::EmitBasicReport. by Jordan Rose · 11 years ago
  35. 391165f [analyzer] RetainCountChecker: add support for CFAutorelease. by Jordan Rose · 11 years ago
  36. 48f98fe [AArch64] Add support for NEON scalar arithmetic instructions: by Chad Rosier · 11 years ago
  37. b73479e [libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier. by Argyrios Kyrtzidis · 11 years ago
  38. 2815d9c Sema::tryCaptureVariable(): Prune three unused variables, HasBlocksAttr, IsBlock, and IsLambda. [-Wunused-variable] by NAKAMURA Takumi · 11 years ago
  39. 3d71289 Fix incorrect detection of class definitions with alignas specification. by Manuel Klimek · 11 years ago
  40. 4ed0122 When merging class definitions across modules in C++, merge together fields. by Richard Smith · 11 years ago
  41. fcb448a Driver: Use the canonical command line arguments. by David Majnemer · 11 years ago
  42. 02d831c Refactor tryCaptureVar using ExtractMethod. No functionality change. by Faisal Vali · 11 years ago
  43. cbf8dde Fix PR17382 - properly group virtual method overloads in the vftable by Timur Iskhodzhanov · 11 years ago
  44. 63cfb89 clang-format: Remove empty lines after visibility modifiers. by Daniel Jasper · 11 years ago
  45. 9a6002a remove a dead assignment. The variables are set just right after. Found by scan-build http://buildd-clang.debian.net/scan-build/ by Sylvestre Ledru · 11 years ago
  46. 2363072 Pass CGCXXABIs around directly. by Mark Lacey · 11 years ago
  47. 9025a18 Switching the CallableWhen attribute over to using the string literal helper function instead of custom logic. by Aaron Ballman · 11 years ago
  48. af94546 Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 when by Nick Lewycky · 11 years ago
  49. 6dfc04b Silencing an MSVC warning; SmallSet::count returns a bool instead of a size_t. by Aaron Ballman · 11 years ago
  50. 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
  51. ab5df75 Remove unused param from Linux::computeSysRoot(). by Simon Atanasyan · 11 years ago
  52. 83372f8 Sema: Cleanup redundant variable NumArgsToCheck by Benjamin Kramer · 11 years ago
  53. 0391691 Implement aarch64 neon instruction set AdvSIMD (Across). by Jiangning Liu · 11 years ago
  54. c98fbf1 Remove unused Sema::DelayedDestructorExceptionSpecs by Alp Toker · 11 years ago
  55. 8e0f65f Debug Info: update testing cases when the derived-from field of a by Manman Ren · 11 years ago
  56. 6654085 Consumed Analysis: Change callable_when so that it can take a list of states by DeLesley Hutchins · 11 years ago
  57. 1cd6fab ObjectiveC. Allow readonly properties without an explicit ownership by Fariborz Jahanian · 11 years ago
  58. dadbd47 Temporarily revert r191801 due to conflicts with the revert of r191792. by Eric Christopher · 11 years ago
  59. 46b09bc Don't assume instruction names in the output. by Rafael Espindola · 11 years ago
  60. cf467a9 Add test from pr17476. by Rafael Espindola · 11 years ago
  61. f003acd Revert "Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves." by Rafael Espindola · 11 years ago
  62. 7f0ff70 Do not emit undefined lsrh/ashr for NEON shifts by Amaury de la Vieuville · 11 years ago
  63. c0e8364 Revert r191947. The problem is not MIPS-specific and requires more by Simon Atanasyan · 11 years ago
  64. 8a5fb99 Simplify MicrosoftCXXNameMangler::mangleFunctionType by Timur Iskhodzhanov · 11 years ago
  65. bd55e97 [Mips] For MIPS '-fPIC -static' means to compile as -fPIC but link with by Simon Atanasyan · 11 years ago
  66. 0aa1a88 Implement aarch64 neon instruction set AdvSIMD (3V elem). by Jiangning Liu · 11 years ago
  67. edcc199 [analyzer] Replace bug category magic strings with shared constants, take 2. by Jordan Rose · 11 years ago
  68. 10a6158 Temporarily revert r191910 until the layering violation can be fixed. by Richard Smith · 11 years ago
  69. db1ad60 Don't complain about -fuse-ld=gold (cf r191429). by Nico Weber · 11 years ago
  70. 522f4d0 Fix the test in clang_f_opts.c to fail on unknown options. by Rafael Espindola · 11 years ago
  71. 4a733e2 Fix test. by Rafael Espindola · 11 years ago
  72. 6fae861 Make this use -### instead of a temporary output. by Eric Christopher · 11 years ago
  73. 25fd023 Give this a temporary output so it is cleaned up. by Eric Christopher · 11 years ago
  74. a9259c2 Ignore -mieee-fp. by Rafael Espindola · 11 years ago
  75. 4587cac [analyzer] Replace bug category magic strings with shared constants. by Jordan Rose · 11 years ago
  76. d000b85 [analyzer] Add new debug helper clang_analyzer_warnIfReached. by Jordan Rose · 11 years ago
  77. c23cb2d [libclang] python: expose a few functions, patch by Loïc Jaquemet! by Argyrios Kyrtzidis · 11 years ago
  78. 367e8fe [libclang] Introduce clang_Type_getClassType which returns the class type of a member pointer type. by Argyrios Kyrtzidis · 11 years ago
  79. c11b389 Fix test to work on Linux hosts by specifying triple. by Tim Northover · 11 years ago
  80. fc1a75b ARM: *-*-darwin-eabi triples should use AAPCS. by Tim Northover · 11 years ago
  81. 4e49952 Gracefully (and correctly) handle init of multiple union members by Matthew Curtis · 11 years ago
  82. 618c285 Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves. by Faisal Vali · 11 years ago
  83. 11f22a3 Extract ABI-specific parts of MangleContext into separate classes by Timur Iskhodzhanov · 11 years ago
  84. 9683f1d Revert changes from the nested lambdas commit till i figure out by Faisal Vali · 11 years ago
  85. aecbb9d Teach TreeTransform and family how to transform generic lambdas within templates and nested within themselves. by Faisal Vali · 11 years ago
  86. 6a48b3f Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM backend changes. by Craig Topper · 11 years ago
  87. b8941a1 ObjectiveC migrator: Add individual options and by Fariborz Jahanian · 11 years ago
  88. a00f873 ObjectiveC migrator: Add more options one for each by Fariborz Jahanian · 11 years ago
  89. 081099d ObjectiveC migrator. Starting distiguising different by Fariborz Jahanian · 11 years ago
  90. 2529660 Use the CGCXXABI member on CodeGenTypes. by Mark Lacey · 11 years ago
  91. fb61e46 Speed up CorrectTypo by avoiding lookups on unreasonable candidates. by Kaelyn Uhrain · 11 years ago
  92. 74fd551 Objective-C migrator. Simplify migrator option by Fariborz Jahanian · 11 years ago
  93. 9a3be4c Fix crashes when creating global instances of polymorphic classes without fields by Timur Iskhodzhanov · 11 years ago
  94. 72c26c0 Accept #pragma warning(push, 0) without warning by Reid Kleckner · 11 years ago
  95. 4a966d3 clang-format: Fix clang-format-diff.py according to diff specification. by Daniel Jasper · 11 years ago
  96. 58a82a3 Fix gcc -Wunused-but-set-variable warning in r191634. by Patrik Hagglund · 11 years ago
  97. 594e193 [ARM] Add a builtin to allow you to use the 'sevl' instruction. by Joey Gouly · 11 years ago
  98. c53143c Fix build breakage, missed committing a chunk of a patch. by Nick Lewycky · 11 years ago
  99. 4ee7dc2 Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs by Nick Lewycky · 11 years ago
  100. 7453624 [analyzer] Add missing return after function pointer null check. by Jordan Rose · 11 years ago