1. 5389b84 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 11 years ago
  2. 47ad6ce Analysis: Add support for MS specific printf format specifiers by David Majnemer · 11 years ago
  3. 0d28fdf Removed unnecessary asserts. by Aaron Ballman · 11 years ago
  4. 312c0b6 Don't use mangleCXXRTTIName in TBAA for C code. by Manman Ren · 11 years ago
  5. a178593 ObjectibeC migrator. Annotate cf_consumed arguments, by Fariborz Jahanian · 11 years ago
  6. f96df62 Fix the end sourcelocation of the call expression in a member access when by Nick Lewycky · 11 years ago
  7. c3d9da2 Revert r188863 which could propose wrong fixits for multibyte character literals. by Nick Lewycky · 11 years ago
  8. 8677ccd ObjectiveC migrator: until we have beter understanding of by Fariborz Jahanian · 11 years ago
  9. 078a333 Remove dead code. by Rafael Espindola · 11 years ago
  10. bc1e545 Move the logic for selecting the last feature in the command line to the driver. by Rafael Espindola · 11 years ago
  11. 7f918f9 [CGF] Get rid of passing redundant VTable pointer around in CodeGenFunction::InitializeVTablePointer[s] by Timur Iskhodzhanov · 11 years ago
  12. 146dbbf Centralize the handling of -target-feature. by Rafael Espindola · 11 years ago
  13. 29f26de Don't disable SSE4A when disabling AVX. by Rafael Espindola · 11 years ago
  14. 28bdbf0 Sema: Use the right type for PredefinedExpr when it's in a lambda. by Benjamin Kramer · 11 years ago
  15. 34f3d05 clang-format: Indent relative to unary operators. by Daniel Jasper · 11 years ago
  16. 8f189a9 Abstract out virtual calls and virtual function prologue code generation; implement them for -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  17. bca2c4f Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU. by Craig Topper · 11 years ago
  18. 6347a8a Issue fixits replacing invalid character literals with the equivalent \xNN by Nick Lewycky · 11 years ago
  19. 9b9a5bf Revert accidental commit. by Craig Topper · 11 years ago
  20. b7a95d2 Replace avx-512 with avx512f to match llvm side and what gcc patches appear to be using. by Craig Topper · 11 years ago
  21. f369388 No functionality change. Adjust a bunch of formatting issues in this code and by Nick Lewycky · 11 years ago
  22. 37aa0f7 If we find an error in the range expression in a range-based for loop, and the by Richard Smith · 11 years ago
  23. e845834 Avoid using the 'index' namespace as scope. by Argyrios Kyrtzidis · 11 years ago
  24. 0f79358 ObjectiveC migrator. make sure to embed audited by Fariborz Jahanian · 11 years ago
  25. e0f720e Remove Extension warning for GNU local labels. by Eli Friedman · 11 years ago
  26. dead50d ObjectiveC migrator: make sure audited pragams are by Fariborz Jahanian · 11 years ago
  27. b330e40 Centralize the handling of -target-cpu (-cc1, -cc1as) and -mcpu (gold plugin). by Rafael Espindola · 11 years ago
  28. 5e6937b DebugInfo: comment/inlining based on feedback from Eric & Adrian by David Blaikie · 11 years ago
  29. eaacc88 DebugInfo: Simplify/clarify propagation of typemembers between declaration and definition by David Blaikie · 11 years ago
  30. e89bad5 ObjectiveC migrator: More tweaking of heuristics by Fariborz Jahanian · 11 years ago
  31. d67679d During typo correction, check for an exact match in an unimported module. If we by Richard Smith · 11 years ago
  32. c84ed54 Centralize the logic for handling -m* options and fix pr16943. by Rafael Espindola · 11 years ago
  33. a46c6c3 ObjectiveC migrator: More tweaking of heuristics by Fariborz Jahanian · 11 years ago
  34. ade7cd4 Remove duplicated error checking. by Rafael Espindola · 11 years ago
  35. 020b1e2 Remove dead code. by Rafael Espindola · 11 years ago
  36. f6fe72b Refactor the x86 feature handling. by Rafael Espindola · 11 years ago
  37. 7f16f2d ARM: default to arm1176jzf-s for hard-float platforms. by Tim Northover · 11 years ago
  38. cbeb1c6 clang-format: Format enum struct/class like enum. by Daniel Jasper · 11 years ago
  39. 7df56bf clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 11 years ago
  40. 73f3827 ARCMigrate depends on the static analyzer. by Benjamin Kramer · 11 years ago
  41. 42f9873 Change 'avx512' to 'avx-512' to match llvm backend. by Craig Topper · 11 years ago
  42. 10c2c68 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  43. ed218d0 Revert r188756 because some other changes snuck in with it. by Craig Topper · 11 years ago
  44. dab7845 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  45. 5434fc2 Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class"""" by David Blaikie · 11 years ago
  46. 13b572c Fix name lookup with dependent using decls. by Eli Friedman · 11 years ago
  47. f0dd853 ObjectiveC migrator: More work towards insertion of ObjC audit pragmas. by Fariborz Jahanian · 11 years ago
  48. fe0af45 Fix last commit. by Juergen Ributzka · 11 years ago
  49. 3fc7791 Simplify code by using CreateMemTemp. No functional change intended. by Juergen Ributzka · 11 years ago
  50. 48a2a3a Handle init lists and _Atomic fields. by Eli Friedman · 11 years ago
  51. 556ef7f PR16727: don't try to evaluate a potentially value-dependent expression when by Richard Smith · 11 years ago
  52. 3abb729 ObjectiveC migrator: Start inserting by Fariborz Jahanian · 11 years ago
  53. 0a1c862 PR16933: Don't try to codegen things after we've seen errors. by David Blaikie · 11 years ago
  54. c895f4d const'ify Sema::ActOnCompoundStmt by by Robert Wilhelm · 11 years ago
  55. d588f5c Bump the value of the __APPLE_CC__ predefined macro up to 6000. by Bob Wilson · 11 years ago
  56. 6cb33a4 ObjectiveC migrator. Start auditing CF functions by Fariborz Jahanian · 11 years ago
  57. 90e5523 Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""" by Michael Gottesman · 11 years ago
  58. 51718e3 [analyzer] Don't run unreachable code checker on inlined functions. by Jordan Rose · 11 years ago
  59. a728e92 [analyzer] Assume that strings are no longer than SIZE_MAX/4. by Jordan Rose · 11 years ago
  60. 7d0dcd2 Omit arguments of __builtin_object_size from the CFG. by Jordan Rose · 11 years ago
  61. d207f55 [analyzer] Fix inefficiency in dead symbol removal by Pavel Labath · 11 years ago
  62. f064ad5 Re-apply r188666 by Alexey Samsonov · 11 years ago
  63. acfea84 Fix -Wcovered-switch-default warning from r188664 by Alexey Samsonov · 11 years ago
  64. 3c6c822 clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld. by NAKAMURA Takumi · 11 years ago
  65. fab968f Revert r188666: it breaks the buildbots by Alexey Samsonov · 11 years ago
  66. e349069 Fix PR16768: properly report malformed sanitizer blacklist file contents by Alexey Samsonov · 11 years ago
  67. 92495a8 clang-format: Fix return type line break decision. by Daniel Jasper · 11 years ago
  68. 276c289 XCore target: Add target specific EmitVAArg by Robert Lytton · 11 years ago
  69. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  70. ecf119c Omit llvm:: before makeArrayRef. We have using directive in this file. by Robert Wilhelm · 11 years ago
  71. fc94627 DebugInfo: Do not include line/file info for artificial parameters & parameters of artificial functions by David Blaikie · 11 years ago
  72. 536bced Make the version of Stmt::operator new that takes ASTContext* call the ASTContext& version in Stmt inline instead of having two out of line functions that both call to the global versions. by Craig Topper · 11 years ago
  73. 2f6a73c Sema: Remove dead code in CheckTemplateArgumentAddressOfObjectOrFunction by David Majnemer · 11 years ago
  74. bdf253d Revert r188644 to unbreak buildbots. by Craig Topper · 11 years ago
  75. c2a9981 Remove Stmt::operator new that takes a ASTContext*. All callers use the ASTContext& version. by Craig Topper · 11 years ago
  76. fcbeab6 Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class"" by David Blaikie · 11 years ago
  77. 5b3ebb4 Remove throw() from Stmt::operator new so the compiler will omit the null check on the result since ASTContext allocator won't return null. by Craig Topper · 11 years ago
  78. c138ff5 DebugInfo: Avoid duplicating types that may be created during the process of creating their context by David Blaikie · 11 years ago
  79. 498298d DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 11 years ago
  80. dcc520e InitHeaderSearch.cpp: [Cygwin] Add 4.7.3. by NAKAMURA Takumi · 11 years ago
  81. 05ed1a0 Make expression allocation methods use a 'const' reference to the ASTContext since the underlying operator new only needs a const reference. by Craig Topper · 11 years ago
  82. ab4e0c0 Fix a use-after-free found in libclang when doing code completion. The by Chandler Carruth · 11 years ago
  83. 3de73f0 DebugInfo: don't require full definitions for friend classes by David Blaikie · 11 years ago
  84. ced39ec PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 11 years ago
  85. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  86. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  87. 2845a67 Rename libIDE to libIndex. by Argyrios Kyrtzidis · 11 years ago
  88. 05a0569 Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class" by David Blaikie · 11 years ago
  89. 57c372a ObjectiveC migrator: Add some more routines by Fariborz Jahanian · 11 years ago
  90. 29535ba Don't reject attribute used in an "extern const" variable definition. by Rafael Espindola · 11 years ago
  91. 2104374 Use the number of parameters in the actual method or function to determine the CallEffects size. by Ted Kremenek · 11 years ago
  92. 8863e6b DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with the same name but different lines by David Blaikie · 11 years ago
  93. a1da6b2 RetainCountChecker: Replace some loops with std:: algorithms. by Benjamin Kramer · 11 years ago
  94. e9a906b Replace some DenseMap keys with simpler structures that don't need another DenseMapInfo specialization. by Benjamin Kramer · 11 years ago
  95. 8fd67b6 Revert r188574. Turns out it isn't needed. by Ted Kremenek · 11 years ago
  96. 152701b DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class by David Blaikie · 11 years ago
  97. 841fd11 DebugInfo: Contrain the record type parameter for CollectRecordFields by David Blaikie · 11 years ago
  98. 747797f Need summary info. about arguments to by Fariborz Jahanian · 11 years ago
  99. 1216196 Introduce the clangIDE library. by Argyrios Kyrtzidis · 11 years ago
  100. ee0da95 Refactor ArgumentAdaptativeMatcher matchers to remove the template from their declaration. by Samuel Benzaquen · 11 years ago