1. 0affc67 Teach the Linux toolchain about more modern Gentoo installations of GCC by Chandler Carruth · 11 years ago
  2. 332c677 clang-format: Fix bug in column-layout formatting. by Daniel Jasper · 11 years ago
  3. ec0258a [-cxx-abi microsoft] Unnamed types are mangled less wrong by David Majnemer · 11 years ago
  4. 9581ed0 CodeGen: Unify two implementations of canDevirtualizeMemberFunctionCall. by Benjamin Kramer · 11 years ago
  5. 5db8b31 DebugInfo: Emit info for casted decls in template args by David Majnemer · 11 years ago
  6. 6db9088 Produce an error when trying to link with -emit-llvm. by Rafael Espindola · 11 years ago
  7. 02ab7d3 Add gcc ARM flags -munaligned-access / -mno-unaligned-access by Renato Golin · 11 years ago
  8. 45bd294 Add the -ffixed-r9 flag for ARM. by Renato Golin · 11 years ago
  9. 809d254 This wasn't headers, just missing namespaces. by Benjamin Kramer · 11 years ago
  10. ae0cdff Add missing includes. by Benjamin Kramer · 11 years ago
  11. a9bdbce Replace compLocDecl with less_first. by Benjamin Kramer · 11 years ago
  12. 87b1f6d DebugInfo: Emit info for constant expressions in template arguments by David Majnemer · 11 years ago
  13. 63f25e6 Add a FIXME. by Richard Smith · 11 years ago
  14. 8d2a5ea A clean-up pass, exploring the unification of traversals of class, variable and function templates. by Larisse Voufo · 11 years ago
  15. 3b0f62b Don't imply -flto with -O4. by Rafael Espindola · 11 years ago
  16. 223ccb4 Driver::IsUsingLTO() no longer return true when seeing -emit-llvm. by Shuxin Yang · 11 years ago
  17. 81cde9e Update now that llvm uses the same feature names as the driver. by Rafael Espindola · 11 years ago
  18. 2b42935 Comment parsing: fix a bug where a line with whitespace between two paragraphs by Dmitri Gribenko · 11 years ago
  19. 31c71ca Fix indentation by Dmitri Gribenko · 11 years ago
  20. 3520868 Use CharInfo.h routines in TextComment::isWhitespaceNoCache by Dmitri Gribenko · 11 years ago
  21. 344472e Use pop_back_val() instead of both back() and pop_back(). by Robert Wilhelm · 11 years ago
  22. 7865b8e Respect -Wnewline-eof even in C++11 mode. by Jordan Rose · 11 years ago
  23. 3618e6f clang-format: Fix indentation relative to unary expressions. by Daniel Jasper · 11 years ago
  24. 4df1ff9 clang-format: Fix corner case for string splitting .. by Daniel Jasper · 11 years ago
  25. ed51c02 clang-format: Handle trailing commas in column layout of braced list. by Daniel Jasper · 11 years ago
  26. 6a556a4 [analyzer] Refactor conditional expression evaluating code by Pavel Labath · 11 years ago
  27. d1282ec Sema: Properly support Microsoft-mode template arguments by David Majnemer · 11 years ago
  28. 37fd27d Remove SequenceNumber from class/variable template partial specializations. by Richard Smith · 11 years ago
  29. b78b664 ObjectiveC migrator: builtin ObjectiveC types are not audited types. by Fariborz Jahanian · 11 years ago
  30. d769411 ObjectiveC migrator: some refactoring to reduce code size. by Fariborz Jahanian · 11 years ago
  31. fae228b Only add this attribute when it's set. If it's not there, the assumption is that it's off. by Bill Wendling · 11 years ago
  32. 5fdd207 Update to consumed analysis. by DeLesley Hutchins · 11 years ago
  33. b969e84 Add a separate llvm.global_ctors entry for linkonce_odr data initializers by Reid Kleckner · 11 years ago
  34. d173d78 ObjectiveC migrator: Provide ARC annotations for CF methods too. by Fariborz Jahanian · 11 years ago
  35. 544ae5b Refactor VariantMatcher to use an interface underneath. by Samuel Benzaquen · 11 years ago
  36. 259118e Work around unused variable warning in release builds. by Daniel Jasper · 11 years ago
  37. e638503 Fix dependencies now that the ARC migrator depends on the static analyzer. by Jordan Rose · 11 years ago
  38. 6a29f67 DebugInfo: emit the definition of types when construction vtables are required as these types may never end up emitting the full class data by David Blaikie · 11 years ago
  39. d4a03db clang-format: Add column layout formatting for braced lists by Daniel Jasper · 11 years ago
  40. 4725196 DebugInfo: Remove explicit declaration-emissiong handling now that we have a more principled approach (the 'requires complete type' callback) by David Blaikie · 11 years ago
  41. 152b4e4 Revert "Implement a rudimentary form of generic lambdas." by Manuel Klimek · 11 years ago
  42. 28cc16a Revert "Remove some unused variables identified by Juergen Ributzka *I need to turn on this warning in Visual C++ - sorry!*" by Manuel Klimek · 11 years ago
  43. 21adb0c const'ify Sema::ActOnCXXTryBlock by by Robert Wilhelm · 11 years ago
  44. df72071 Analysis: Make %I in printf more reasonable, add more tests by David Majnemer · 11 years ago
  45. 32b5a1e Constify more uses of ASTContext&. No functional change. by Craig Topper · 11 years ago
  46. 8b4b98b Constify some more ASTContext& uses. by Craig Topper · 11 years ago
  47. 0b86156 Constify the ASTContext& passed to Stmt creation functions. Also constify the context in couple other functions that are called from creation functions. by Craig Topper · 11 years ago
  48. 9db7a7e Constify the ASTContext& passed to Expr creation functions. Also constify the context in couple other functions that are called from creation functions. by Craig Topper · 11 years ago
  49. ebf5535 Remove some unused variables identified by Juergen Ributzka *I need to turn on this warning in Visual C++ - sorry!* by Faisal Vali · 11 years ago
  50. ecb5819 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  51. 567f917 Refactor for clarity and simplicity. by Larisse Voufo · 11 years ago
  52. 04592e7 Improve support for static data member templates. This revision still has at least one bug, as it does not respect the variable template specialization hierarchy well. by Larisse Voufo · 11 years ago
  53. 2414697 Split isFromMainFile into two functions. by Eli Friedman · 11 years ago
  54. 55a2b3d DebugInfo: Require only the declaration of types only used as parameter and return types by David Blaikie · 11 years ago
  55. c0afea9 Reduce sizeof(TemplateArgument) from 32 to 24. by Eli Friedman · 11 years ago
  56. 34776d4 Updated the consumed analysis warnings to use a more standardized diagnostic. by Aaron Ballman · 11 years ago
  57. 5389b84 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 11 years ago
  58. 47ad6ce Analysis: Add support for MS specific printf format specifiers by David Majnemer · 11 years ago
  59. 0d28fdf Removed unnecessary asserts. by Aaron Ballman · 11 years ago
  60. 312c0b6 Don't use mangleCXXRTTIName in TBAA for C code. by Manman Ren · 11 years ago
  61. a178593 ObjectibeC migrator. Annotate cf_consumed arguments, by Fariborz Jahanian · 11 years ago
  62. f96df62 Fix the end sourcelocation of the call expression in a member access when by Nick Lewycky · 11 years ago
  63. c3d9da2 Revert r188863 which could propose wrong fixits for multibyte character literals. by Nick Lewycky · 11 years ago
  64. 8677ccd ObjectiveC migrator: until we have beter understanding of by Fariborz Jahanian · 11 years ago
  65. 078a333 Remove dead code. by Rafael Espindola · 11 years ago
  66. bc1e545 Move the logic for selecting the last feature in the command line to the driver. by Rafael Espindola · 11 years ago
  67. 7f918f9 [CGF] Get rid of passing redundant VTable pointer around in CodeGenFunction::InitializeVTablePointer[s] by Timur Iskhodzhanov · 11 years ago
  68. 146dbbf Centralize the handling of -target-feature. by Rafael Espindola · 11 years ago
  69. 29f26de Don't disable SSE4A when disabling AVX. by Rafael Espindola · 11 years ago
  70. 28bdbf0 Sema: Use the right type for PredefinedExpr when it's in a lambda. by Benjamin Kramer · 11 years ago
  71. 34f3d05 clang-format: Indent relative to unary operators. by Daniel Jasper · 11 years ago
  72. 8f189a9 Abstract out virtual calls and virtual function prologue code generation; implement them for -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  73. bca2c4f Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU. by Craig Topper · 11 years ago
  74. 6347a8a Issue fixits replacing invalid character literals with the equivalent \xNN by Nick Lewycky · 11 years ago
  75. 9b9a5bf Revert accidental commit. by Craig Topper · 11 years ago
  76. b7a95d2 Replace avx-512 with avx512f to match llvm side and what gcc patches appear to be using. by Craig Topper · 11 years ago
  77. f369388 No functionality change. Adjust a bunch of formatting issues in this code and by Nick Lewycky · 11 years ago
  78. 37aa0f7 If we find an error in the range expression in a range-based for loop, and the by Richard Smith · 11 years ago
  79. e845834 Avoid using the 'index' namespace as scope. by Argyrios Kyrtzidis · 11 years ago
  80. 0f79358 ObjectiveC migrator. make sure to embed audited by Fariborz Jahanian · 11 years ago
  81. e0f720e Remove Extension warning for GNU local labels. by Eli Friedman · 11 years ago
  82. dead50d ObjectiveC migrator: make sure audited pragams are by Fariborz Jahanian · 11 years ago
  83. b330e40 Centralize the handling of -target-cpu (-cc1, -cc1as) and -mcpu (gold plugin). by Rafael Espindola · 11 years ago
  84. 5e6937b DebugInfo: comment/inlining based on feedback from Eric & Adrian by David Blaikie · 11 years ago
  85. eaacc88 DebugInfo: Simplify/clarify propagation of typemembers between declaration and definition by David Blaikie · 11 years ago
  86. e89bad5 ObjectiveC migrator: More tweaking of heuristics by Fariborz Jahanian · 11 years ago
  87. d67679d During typo correction, check for an exact match in an unimported module. If we by Richard Smith · 11 years ago
  88. c84ed54 Centralize the logic for handling -m* options and fix pr16943. by Rafael Espindola · 11 years ago
  89. a46c6c3 ObjectiveC migrator: More tweaking of heuristics by Fariborz Jahanian · 11 years ago
  90. ade7cd4 Remove duplicated error checking. by Rafael Espindola · 11 years ago
  91. 020b1e2 Remove dead code. by Rafael Espindola · 11 years ago
  92. f6fe72b Refactor the x86 feature handling. by Rafael Espindola · 11 years ago
  93. 7f16f2d ARM: default to arm1176jzf-s for hard-float platforms. by Tim Northover · 11 years ago
  94. cbeb1c6 clang-format: Format enum struct/class like enum. by Daniel Jasper · 11 years ago
  95. 7df56bf clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 11 years ago
  96. 73f3827 ARCMigrate depends on the static analyzer. by Benjamin Kramer · 11 years ago
  97. 42f9873 Change 'avx512' to 'avx-512' to match llvm backend. by Craig Topper · 11 years ago
  98. 10c2c68 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  99. ed218d0 Revert r188756 because some other changes snuck in with it. by Craig Topper · 11 years ago
  100. dab7845 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago