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. 8183b8e TBAA: add testing case to check typedef can alias. by Manman Ren · 11 years ago
  4. 312c0b6 Don't use mangleCXXRTTIName in TBAA for C code. by Manman Ren · 11 years ago
  5. a206493 Update testing case to use FileCheck instead of grep. by Manman Ren · 11 years ago
  6. a178593 ObjectibeC migrator. Annotate cf_consumed arguments, by Fariborz Jahanian · 11 years ago
  7. f96df62 Fix the end sourcelocation of the call expression in a member access when by Nick Lewycky · 11 years ago
  8. c3d9da2 Revert r188863 which could propose wrong fixits for multibyte character literals. by Nick Lewycky · 11 years ago
  9. 8677ccd ObjectiveC migrator: until we have beter understanding of by Fariborz Jahanian · 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. 146dbbf Centralize the handling of -target-feature. by Rafael Espindola · 11 years ago
  12. e85baa9 Tweak gnu-flags.c test for z, where globals have 2-byte alignment by default by Richard Sandiford · 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. 8f189a9 Abstract out virtual calls and virtual function prologue code generation; implement them for -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  16. bca2c4f Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU. by Craig Topper · 11 years ago
  17. 6347a8a Issue fixits replacing invalid character literals with the equivalent \xNN by Nick Lewycky · 11 years ago
  18. 37aa0f7 If we find an error in the range expression in a range-based for loop, and the by Richard Smith · 11 years ago
  19. e0f720e Remove Extension warning for GNU local labels. by Eli Friedman · 11 years ago
  20. 24515d9 Add more specific flags for misc GNU extensions. by Eli Friedman · 11 years ago
  21. dead50d ObjectiveC migrator: make sure audited pragams are by Fariborz Jahanian · 11 years ago
  22. 8225eac Test case for PR16933/r188707. by David Blaikie · 11 years ago
  23. e89bad5 ObjectiveC migrator: More tweaking of heuristics by Fariborz Jahanian · 11 years ago
  24. d67679d During typo correction, check for an exact match in an unimported module. If we by Richard Smith · 11 years ago
  25. c84ed54 Centralize the logic for handling -m* options and fix pr16943. by Rafael Espindola · 11 years ago
  26. a46c6c3 ObjectiveC migrator: More tweaking of heuristics by Fariborz Jahanian · 11 years ago
  27. ef2b175 ARM: add test for last commit by Tim Northover · 11 years ago
  28. 500feeb clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has been working since r188331. by NAKAMURA Takumi · 11 years ago
  29. 441bf6c clang/test/Driver: Remove the feature "clang-driver" since gcc-as has not been used with -integrated-as since r177360. by NAKAMURA Takumi · 11 years ago
  30. b0ced6f clang/test/Driver: Remove the feature "clang-driver" in three tests since they might work as expected since their first commit. by NAKAMURA Takumi · 11 years ago
  31. ad6177a [mips][msa] Added fexdo, fexup[lr] builtins by Daniel Sanders · 11 years ago
  32. 6839120 Rename __AVX512__ to __AVX512F__ by Craig Topper · 11 years ago
  33. 10c2c68 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  34. ed218d0 Revert r188756 because some other changes snuck in with it. by Craig Topper · 11 years ago
  35. dab7845 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  36. 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
  37. 13b572c Fix name lookup with dependent using decls. by Eli Friedman · 11 years ago
  38. 9b803cd clang-cl: Ignore the /wd n flag for disabling a warning by Reid Kleckner · 11 years ago
  39. 12627e5 clang-cl: Add /MP[n] to the list of unsupported and ignored flags by Reid Kleckner · 11 years ago
  40. 48a2a3a Handle init lists and _Atomic fields. by Eli Friedman · 11 years ago
  41. 556ef7f PR16727: don't try to evaluate a potentially value-dependent expression when by Richard Smith · 11 years ago
  42. 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
  43. 783344c Simplify assert-neutral matching in test case. by David Blaikie · 11 years ago
  44. 4b36fb8 clang-cl: Expose the -Xclang option by Hans Wennborg · 11 years ago
  45. 13fca0e [analyzer] Add a triple to test/Analysis/cfg.cpp by Jordan Rose · 11 years ago
  46. 51718e3 [analyzer] Don't run unreachable code checker on inlined functions. by Jordan Rose · 11 years ago
  47. a728e92 [analyzer] Assume that strings are no longer than SIZE_MAX/4. by Jordan Rose · 11 years ago
  48. 7d0dcd2 Omit arguments of __builtin_object_size from the CFG. by Jordan Rose · 11 years ago
  49. f064ad5 Re-apply r188666 by Alexey Samsonov · 11 years ago
  50. 3c6c822 clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld. by NAKAMURA Takumi · 11 years ago
  51. fab968f Revert r188666: it breaks the buildbots by Alexey Samsonov · 11 years ago
  52. e349069 Fix PR16768: properly report malformed sanitizer blacklist file contents by Alexey Samsonov · 11 years ago
  53. 276c289 XCore target: Add target specific EmitVAArg by Robert Lytton · 11 years ago
  54. 83ee4c3 XCore target: correct test layout by Robert Lytton · 11 years ago
  55. eb575bc Explicitly specify triple in driver test from r188660 by Alexey Samsonov · 11 years ago
  56. 5f18a00 clang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak for -Asserts in r188651. by NAKAMURA Takumi · 11 years ago
  57. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  58. c3a064d Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  59. 6533aa2 Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  60. fc94627 DebugInfo: Do not include line/file info for artificial parameters & parameters of artificial functions by David Blaikie · 11 years ago
  61. 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
  62. c138ff5 DebugInfo: Avoid duplicating types that may be created during the process of creating their context by David Blaikie · 11 years ago
  63. 498298d DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 11 years ago
  64. 3de73f0 DebugInfo: don't require full definitions for friend classes by David Blaikie · 11 years ago
  65. ced39ec PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 11 years ago
  66. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  67. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  68. 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
  69. 29535ba Don't reject attribute used in an "extern const" variable definition. by Rafael Espindola · 11 years ago
  70. 8863e6b DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with the same name but different lines by David Blaikie · 11 years ago
  71. 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
  72. 6b725d1 Thread safety analysis: new test case by DeLesley Hutchins · 11 years ago
  73. 360d23e Parse: Do not 'HandleTopLevelDecl' on templated functions. by David Majnemer · 11 years ago
  74. 5fba5a7 [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer. by Jordan Rose · 11 years ago
  75. 2f835ca Don't allow unary negation on scoped enums. by Eli Friedman · 11 years ago
  76. 5a42820 Fix for dependent contexts in alias templates. by Eli Friedman · 11 years ago
  77. 7336b9f Thread Safety Analysis: fix bug when using TryLock with && and || expressions. by DeLesley Hutchins · 11 years ago
  78. 8836e36 ObjetiveC migrator: fix the test in my last patch by Fariborz Jahanian · 11 years ago
  79. cdd4b78 Properly track l-paren of a CXXFucntionalCastExpr. by Eli Friedman · 11 years ago
  80. 269cca1 ObjectiveC migrator. Start annotating CF functions by Fariborz Jahanian · 11 years ago
  81. 8effeda CodeGen: __uuidof should work even with an incomplete _GUID type by David Majnemer · 11 years ago
  82. e1f1ff6 Add another test to my last patch (NS_OPTION vs. NS_ENUM) ObjectiveC migration. by Fariborz Jahanian · 11 years ago
  83. 0b5941c ObjectiveC migrator: In deciding NS_OPTION over by Fariborz Jahanian · 11 years ago
  84. 68502e5 [analyzer] If realloc fails on an escaped region, that region doesn't leak. by Jordan Rose · 11 years ago
  85. 13e116f [Mips][msa] Added most builtins from add.a to xori by Jack Carter · 11 years ago
  86. afc1ea1 Add back a test that was removed in r188450 by David Majnemer · 11 years ago
  87. 12cd6a8 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions by Hao Liu · 11 years ago
  88. 1c7a409 [-cxx-abi microsoft] Mangle member pointers better by David Majnemer · 11 years ago
  89. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  90. 41594c5 ObjectiveC [Sema]. This patch makes sure that all inherited by Fariborz Jahanian · 11 years ago
  91. fc88601 Relax testcase for r188400 to not test for forward-slashes as path separators. by Adrian Prantl · 11 years ago
  92. 37e849a PR16875: The return type of a dependent function type is visible when it's by Richard Smith · 11 years ago
  93. 933c66b Bug fix: note diagnosis on expression narrowing should say "variable template" instead of "static data member" when appropriate by Larisse Voufo · 11 years ago
  94. ac89a45 Fix grammar mistake. by Shuxin Yang · 11 years ago
  95. 378945b Do no use -emit-llvm for -flto. by Shuxin Yang · 11 years ago
  96. f2a19da Testcase for r188400. by Benjamin Kramer · 11 years ago
  97. 03f443a [tests] Reapply r188354, ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  98. 5fea4ea Revert r188354, "[tests] Ensure subsitution string is ascii." by NAKAMURA Takumi · 11 years ago
  99. e57020e [tests] Ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  100. 4a91989 Bug fix: disallow a variable template to be redeclared as a non-templated variable by Larisse Voufo · 11 years ago