1. 6db9088 Produce an error when trying to link with -emit-llvm. by Rafael Espindola · 11 years ago
  2. ed0059c Tests for ARM aligned access + reserved R9 by Renato Golin · 11 years ago
  3. ae3d7a1 Fix test, make the template type a const pointer. by David Majnemer · 11 years ago
  4. 87b1f6d DebugInfo: Emit info for constant expressions in template arguments by David Majnemer · 11 years ago
  5. 3b0f62b Don't imply -flto with -O4. by Rafael Espindola · 11 years ago
  6. 9e8bd1d Consumed analysis: change class name in test cases. by DeLesley Hutchins · 11 years ago
  7. 2b42935 Comment parsing: fix a bug where a line with whitespace between two paragraphs by Dmitri Gribenko · 11 years ago
  8. b2ae804 Revise -Wnewline-eof test per feedback from Dmitri. by Jordan Rose · 11 years ago
  9. 7865b8e Respect -Wnewline-eof even in C++11 mode. by Jordan Rose · 11 years ago
  10. 034457d correct test RUN parameters by Robert Lytton · 11 years ago
  11. 6a556a4 [analyzer] Refactor conditional expression evaluating code by Pavel Labath · 11 years ago
  12. d1282ec Sema: Properly support Microsoft-mode template arguments by David Majnemer · 11 years ago
  13. 8ef1b37 Reword a diagnostic to avoid a confusing implication that it might be talking by Richard Smith · 11 years ago
  14. b78b664 ObjectiveC migrator: builtin ObjectiveC types are not audited types. by Fariborz Jahanian · 11 years ago
  15. 7968ae2 Check for absence of the flag. by Bill Wendling · 11 years ago
  16. 5fdd207 Update to consumed analysis. by DeLesley Hutchins · 11 years ago
  17. b969e84 Add a separate llvm.global_ctors entry for linkonce_odr data initializers by Reid Kleckner · 11 years ago
  18. 0bd62ad FileCheckify a grep test. by Reid Kleckner · 11 years ago
  19. d173d78 ObjectiveC migrator: Provide ARC annotations for CF methods too. by Fariborz Jahanian · 11 years ago
  20. 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
  21. 152b4e4 Revert "Implement a rudimentary form of generic lambdas." by Manuel Klimek · 11 years ago
  22. 6a55260 Typo. by David Majnemer · 11 years ago
  23. 8d061b8 gnu-flags.c test: relax the check a bit by Dmitri Gribenko · 11 years ago
  24. df72071 Analysis: Make %I in printf more reasonable, add more tests by David Majnemer · 11 years ago
  25. 3613c00 Add test cases for avx512 feature flags. Fix typo in avx512pf options. by Craig Topper · 11 years ago
  26. ecb5819 Implement a rudimentary form of generic lambdas. by Faisal Vali · 11 years ago
  27. b9377d3 Add a constexpr functionality test for static data member templates. by Larisse Voufo · 11 years ago
  28. 567f917 Refactor for clarity and simplicity. by Larisse Voufo · 11 years ago
  29. 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
  30. 2414697 Split isFromMainFile into two functions. by Eli Friedman · 11 years ago
  31. 55a2b3d DebugInfo: Require only the declaration of types only used as parameter and return types by David Blaikie · 11 years ago
  32. 5389b84 Move -mfpmath handling to -cc1 and implement it for x86. by Rafael Espindola · 11 years ago
  33. 47ad6ce Analysis: Add support for MS specific printf format specifiers by David Majnemer · 11 years ago
  34. 8183b8e TBAA: add testing case to check typedef can alias. by Manman Ren · 11 years ago
  35. 312c0b6 Don't use mangleCXXRTTIName in TBAA for C code. by Manman Ren · 11 years ago
  36. a206493 Update testing case to use FileCheck instead of grep. by Manman Ren · 11 years ago
  37. a178593 ObjectibeC migrator. Annotate cf_consumed arguments, by Fariborz Jahanian · 11 years ago
  38. f96df62 Fix the end sourcelocation of the call expression in a member access when by Nick Lewycky · 11 years ago
  39. c3d9da2 Revert r188863 which could propose wrong fixits for multibyte character literals. by Nick Lewycky · 11 years ago
  40. 8677ccd ObjectiveC migrator: until we have beter understanding of by Fariborz Jahanian · 11 years ago
  41. bc1e545 Move the logic for selecting the last feature in the command line to the driver. by Rafael Espindola · 11 years ago
  42. 146dbbf Centralize the handling of -target-feature. by Rafael Espindola · 11 years ago
  43. e85baa9 Tweak gnu-flags.c test for z, where globals have 2-byte alignment by default by Richard Sandiford · 11 years ago
  44. 29f26de Don't disable SSE4A when disabling AVX. by Rafael Espindola · 11 years ago
  45. 28bdbf0 Sema: Use the right type for PredefinedExpr when it's in a lambda. by Benjamin Kramer · 11 years ago
  46. 8f189a9 Abstract out virtual calls and virtual function prologue code generation; implement them for -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  47. bca2c4f Add avx512cd, avx512er, avx512pf feature flags and enable them on KNL CPU. by Craig Topper · 11 years ago
  48. 6347a8a Issue fixits replacing invalid character literals with the equivalent \xNN by Nick Lewycky · 11 years ago
  49. 37aa0f7 If we find an error in the range expression in a range-based for loop, and the by Richard Smith · 11 years ago
  50. e0f720e Remove Extension warning for GNU local labels. by Eli Friedman · 11 years ago
  51. 24515d9 Add more specific flags for misc GNU extensions. by Eli Friedman · 11 years ago
  52. dead50d ObjectiveC migrator: make sure audited pragams are by Fariborz Jahanian · 11 years ago
  53. 8225eac Test case for PR16933/r188707. by David Blaikie · 11 years ago
  54. e89bad5 ObjectiveC migrator: More tweaking of heuristics by Fariborz Jahanian · 11 years ago
  55. d67679d During typo correction, check for an exact match in an unimported module. If we by Richard Smith · 11 years ago
  56. c84ed54 Centralize the logic for handling -m* options and fix pr16943. by Rafael Espindola · 11 years ago
  57. a46c6c3 ObjectiveC migrator: More tweaking of heuristics by Fariborz Jahanian · 11 years ago
  58. ef2b175 ARM: add test for last commit by Tim Northover · 11 years ago
  59. 500feeb clang/test/Driver/cl-options.c: Remove the feature "clang-driver". It has been working since r188331. by NAKAMURA Takumi · 11 years ago
  60. 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
  61. 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
  62. ad6177a [mips][msa] Added fexdo, fexup[lr] builtins by Daniel Sanders · 11 years ago
  63. 6839120 Rename __AVX512__ to __AVX512F__ by Craig Topper · 11 years ago
  64. 10c2c68 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  65. ed218d0 Revert r188756 because some other changes snuck in with it. by Craig Topper · 11 years ago
  66. dab7845 Add AVX-512 feature flag and knl cpu to clang. by Craig Topper · 11 years ago
  67. 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
  68. 13b572c Fix name lookup with dependent using decls. by Eli Friedman · 11 years ago
  69. 9b803cd clang-cl: Ignore the /wd n flag for disabling a warning by Reid Kleckner · 11 years ago
  70. 12627e5 clang-cl: Add /MP[n] to the list of unsupported and ignored flags by Reid Kleckner · 11 years ago
  71. 48a2a3a Handle init lists and _Atomic fields. by Eli Friedman · 11 years ago
  72. 556ef7f PR16727: don't try to evaluate a potentially value-dependent expression when by Richard Smith · 11 years ago
  73. 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
  74. 783344c Simplify assert-neutral matching in test case. by David Blaikie · 11 years ago
  75. 4b36fb8 clang-cl: Expose the -Xclang option by Hans Wennborg · 11 years ago
  76. 13fca0e [analyzer] Add a triple to test/Analysis/cfg.cpp by Jordan Rose · 11 years ago
  77. 51718e3 [analyzer] Don't run unreachable code checker on inlined functions. by Jordan Rose · 11 years ago
  78. a728e92 [analyzer] Assume that strings are no longer than SIZE_MAX/4. by Jordan Rose · 11 years ago
  79. 7d0dcd2 Omit arguments of __builtin_object_size from the CFG. by Jordan Rose · 11 years ago
  80. f064ad5 Re-apply r188666 by Alexey Samsonov · 11 years ago
  81. 3c6c822 clang/Driver: [PR12920] Don't forward any -W arguments to gcc-as and gcc-ld. by NAKAMURA Takumi · 11 years ago
  82. fab968f Revert r188666: it breaks the buildbots by Alexey Samsonov · 11 years ago
  83. e349069 Fix PR16768: properly report malformed sanitizer blacklist file contents by Alexey Samsonov · 11 years ago
  84. 276c289 XCore target: Add target specific EmitVAArg by Robert Lytton · 11 years ago
  85. 83ee4c3 XCore target: correct test layout by Robert Lytton · 11 years ago
  86. eb575bc Explicitly specify triple in driver test from r188660 by Alexey Samsonov · 11 years ago
  87. 5f18a00 clang/test/CodeGenObjC/2010-02-09-DbgSelf.m: Tweak for -Asserts in r188651. by NAKAMURA Takumi · 11 years ago
  88. 1b8f12d Move SanitizerArgs to the clang Driver by Alexey Samsonov · 11 years ago
  89. c3a064d Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  90. 6533aa2 Comment parsing tests: move tests where they belong by Dmitri Gribenko · 11 years ago
  91. fc94627 DebugInfo: Do not include line/file info for artificial parameters & parameters of artificial functions by David Blaikie · 11 years ago
  92. 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
  93. c138ff5 DebugInfo: Avoid duplicating types that may be created during the process of creating their context by David Blaikie · 11 years ago
  94. 498298d DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 11 years ago
  95. 3de73f0 DebugInfo: don't require full definitions for friend classes by David Blaikie · 11 years ago
  96. ced39ec PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 11 years ago
  97. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  98. 2d67097 Refactor all diagnosing of TypoCorrections through a common function, in by Richard Smith · 11 years ago
  99. 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
  100. 29535ba Don't reject attribute used in an "extern const" variable definition. by Rafael Espindola · 11 years ago