1. 4c07c5d Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove unneeded builtins for SSE pcmp. Change SSE pcmpeqq and pcmpgtq to not use builtins and just use vector == and >. by Craig Topper · 13 years ago
  2. b6f8d28 Revert r146766, and add a testcase for which it introduced a wrong-code bug. by Richard Smith · 13 years ago
  3. f6702a3 Unlike in C++03, a constant-expression is not an unevaluated operand in C++11. by Richard Smith · 13 years ago
  4. 9490ab4 Fix tentative parsing so it knows how to handle an ambiguous for-range-declaration. PR11601. by Eli Friedman · 13 years ago
  5. 9c7a925 Remove some extraneous carriage returns from these files. One of the by Chandler Carruth · 13 years ago
  6. d9d12e0 Refine error diagnostic for using bridged casts when not using ARC. by Ted Kremenek · 13 years ago
  7. 305dc3e Detect when mapping a #include/#import over to a submodule ends up by Douglas Gregor · 13 years ago
  8. e2eb0e9 objc-arc: bridge casts in non-arc mode are now error. // rdar://10597832 by Fariborz Jahanian · 13 years ago
  9. bc6abe9 Evaluation support for ExprWithCleanups. We won't evaluate any expression which by Richard Smith · 13 years ago
  10. af2c7a1 Improve r146813 (for PR11595) to give an appropriate diagnostic. by Richard Smith · 13 years ago
  11. 1f6b395 loads also handled of course. by Chris Lattner · 13 years ago
  12. 4cac9e1 Fix PR5279 - don't sliently drop alignment information on stores of types that have alignment less than the natural alignment of the type when it comes from a typedef. by Chris Lattner · 13 years ago
  13. 4f1aefc filecheckize. by Chris Lattner · 13 years ago
  14. e5d0f4c rename test. by Chris Lattner · 13 years ago
  15. 00852e4 objc-arc: bridge casts in non-objc-arc mode are ignord. by Fariborz Jahanian · 13 years ago
  16. aad21d7 Attempt to fix test in Release builds. by Eli Friedman · 13 years ago
  17. fc529f7 Once we have fully deserialized a redeclaration chain for something by Douglas Gregor · 13 years ago
  18. f63b0a5 Re-implement (de-)serialization of redeclaration chains for by Douglas Gregor · 13 years ago
  19. 79ac2da Add a triple to the test. by Rafael Espindola · 13 years ago
  20. adafc2e The submodule offset map can introduce "empty" remapping entries for by Douglas Gregor · 13 years ago
  21. ecb1938 Optimize serialized representation of redeclarable declarations for by Douglas Gregor · 13 years ago
  22. 68d7bb9 Make sure this test works in C++, too by Douglas Gregor · 13 years ago
  23. bcf6b98 Extend the fix for PR9614 to handle inline asm in the outer decl and by Rafael Espindola · 13 years ago
  24. 735ceaa Add AVX2 intrinsics for and, andn, or, and xor. by Craig Topper · 13 years ago
  25. 9c2ffd8 More AVX2 intrinsic support including saturating add/sub and palignr. by Craig Topper · 13 years ago
  26. 099e7f6 constexpr handling improvements. Produce detailed diagnostics when a 'constexpr' by Richard Smith · 13 years ago
  27. 925be54 Begin adding AVX2 intrinsics. Necessitated increasing the number of bits used to store builtinID when serializing identifier table. by Craig Topper · 13 years ago
  28. b44b966 test/Analysis: fix error message by Dylan Noblesmith · 13 years ago
  29. 2116b14 PR11604: don't allow floating-literal-to-integer casts in ICEs if the (truncated) by Richard Smith · 13 years ago
  30. a1be278 Completely re-implement (de-)serialization of declaration by Douglas Gregor · 13 years ago
  31. b05dcdd Teach the link-step test to verify that we don't pass bad --hash-style by Chandler Carruth · 13 years ago
  32. f2fcf1b [PCH] Remove extraneous line in the test that was mistakenly copied. by Argyrios Kyrtzidis · 13 years ago
  33. 2a76410 Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives us comparative diagnostics by Ted Kremenek · 13 years ago
  34. 373cb78 [PCH] Fix bug where we failed to update an identifier for a single token by Argyrios Kyrtzidis · 13 years ago
  35. 0db9f4d In Parser::SkipUntil do not stop at '@' unconditionally. by Argyrios Kyrtzidis · 13 years ago
  36. f59ff8c Add a missing check before trying to evaluate a temporary. PR11595. by Eli Friedman · 13 years ago
  37. fc038e9 Remove a non-gcc-compatible extension that would apply attributes on declarations without a declarator to structs. Add a warning for ignored attributes. Patch by Michael Han. by Eli Friedman · 13 years ago
  38. 85b9e8c Add a triple to this test to hopefully get it passing on i386-freebsd. by Eric Christopher · 13 years ago
  39. 5238474 [analyzer] Fixup for r146793. Add tests for atol and atoll. by Anna Zaks · 13 years ago
  40. 9ffbe24 [analyzer] Add support for taint flowing through a function (atoi). by Anna Zaks · 13 years ago
  41. b8786c4 Fix _mm256_round_pd, _mm256_round_ps, _mm_permute_pd and _mm256_permute_pd AVX by Chad Rosier · 13 years ago
  42. 973bbb6 When in a limited debug information situation if we can find the original by Eric Christopher · 13 years ago
  43. 435e106 Start down the path of getting clang to internally agree on structs versus by Eric Christopher · 13 years ago
  44. a3ca4d6 Don't allow #include (and its friends #import, #include_next and by Richard Smith · 13 years ago
  45. 1e7fc3d Reduce recursion limit on this test further to try to make the msys bot green. by Richard Smith · 13 years ago
  46. 80d39bf Add a warning flag for ext_embedded_directive. gcc considers this undefined by Richard Smith · 13 years ago
  47. 25b009a PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression which by Richard Smith · 13 years ago
  48. 08d6e03 C++11 constexpr: Add note stacks containing backtraces if constant evaluation by Richard Smith · 13 years ago
  49. d3d8548 [analyzer] Better stdin support. by Anna Zaks · 13 years ago
  50. b29b92a Update tests to match r146744. by Devang Patel · 13 years ago
  51. 91ec789 Support decltype in pseudo destructors and dependent destructor calls. by David Blaikie · 13 years ago
  52. 6b65d4a objc: after issuing the warning on direct use of __attribute__((NSObject)) by Fariborz Jahanian · 13 years ago
  53. 0af5501 Fix chaining of ObjCInterfaceDecl redeclarations by Douglas Gregor · 13 years ago
  54. d63348c When name lookup finds a module-private Objective-C class declaration, by Douglas Gregor · 13 years ago
  55. 7723fec Keep track of all declarations of an Objective-C class (both forward by Douglas Gregor · 13 years ago
  56. 36370f5 Update tests to match r146665. by Devang Patel · 13 years ago
  57. 7ab8ef9 "Accidentally" fixed a bug with overloading of functions with by Douglas Gregor · 13 years ago
  58. 31b9a98 Fix test/Sema/format-strings-scanf.c by Hans Wennborg · 13 years ago
  59. d02deeb Support the 'a' length modifier in scanf format strings as a C90 extension. by Hans Wennborg · 13 years ago
  60. b17ee5b Enhance the -Wsign-compare handling to suppress the -Wsign-compare warning in the case of a shifted bitfield. PR11572. by Eli Friedman · 13 years ago
  61. 2135ebb Add support for matching one or more (aka regex +) diagnostic messages with -verify. by Anna Zaks · 13 years ago
  62. 557a382 [analyzer] Ensure that the order in which checker callbacks are called by Anna Zaks · 13 years ago
  63. f8aba8c objc: do not auto synthesize properties declared in by Fariborz Jahanian · 13 years ago
  64. 5e3a8be In debugger support mode, if we have a top-level message send by Douglas Gregor · 13 years ago
  65. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  66. 90fd67a [libclang] Suppress indexing references for occurrences of the interface by Argyrios Kyrtzidis · 13 years ago
  67. daaefc5 Produce more detailed diagnostics when static_assert condition is not an ICE. by Richard Smith · 13 years ago
  68. 0a36512 Halve the constexpr recursion depth in this test in an attempt to make the by Richard Smith · 13 years ago
  69. d3d0853 Don't consider an overloaded operator& when the expression is actually by Douglas Gregor · 13 years ago
  70. 6af27ec Don't use the frame pointer on linux x86 and x86_64 if optimizing. This by Rafael Espindola · 13 years ago
  71. 9929523 [analyzer] Disable verification step on the failing test. by Anna Zaks · 13 years ago
  72. 4805f15 Allow empty argument lists in thread safety attributes by DeLesley Hutchins · 13 years ago
  73. 76178ed Move & comment the 'decltype in declarator-id' as suggested by Doug Gregor. by David Blaikie · 13 years ago
  74. 86277c5 [analyzer] Re-enable the test which was failing on one of the bots. by Anna Zaks · 13 years ago
  75. 5536891 When name lookup comes across a declaration that is in a module that by Douglas Gregor · 13 years ago
  76. dfba027 Enable stack protectors by default for iOS. <rdar://problem/8836680> by Bob Wilson · 13 years ago
  77. 53f8217 Switch test over to using -verify instead of using grep. PR11552. by Eli Friedman · 13 years ago
  78. f512560 [analyzer] Revert the taint test, which is failing on one of the bots for time being. by Anna Zaks · 13 years ago
  79. efd6989 [analyzer] Treat stdin as a source of taint. by Anna Zaks · 13 years ago
  80. 1009ac7 [analyzer] Mark output of fscanf and fopen as tainted. by Anna Zaks · 13 years ago
  81. e55a22b [analyzer] Mark getenv output as tainted. by Anna Zaks · 13 years ago
  82. a6dc7ef Make the diagnostic message more consistant. Update the type comparison to by Richard Trieu · 13 years ago
  83. 7209646 objc: diagnose duplicate declaration of methods in classes. // rdar://10535349 by Fariborz Jahanian · 13 years ago
  84. e422e45 [libclang] Indexing API: Fix indexing of missed references. by Argyrios Kyrtzidis · 13 years ago
  85. c2be04e [libclang] Indexing API: Fix suppressing of references in macros and suppress by Argyrios Kyrtzidis · 13 years ago
  86. df512bf Disallow decltype in qualified declarator-ids. by David Blaikie · 13 years ago
  87. c1c5f27 Add checks and diagnostics for many of the cases which C++11 considers to not by Richard Smith · 13 years ago
  88. 9081c04 Testcase for LLVM commit r146475. by Nick Lewycky · 13 years ago
  89. 70d085a s/%clang-cc1/%clang_cc1/ for conformity. by Nick Lewycky · 13 years ago
  90. 9d24a8b Implement the Microsoft __if_exists/if_not_exists extension in initializer-list. by Francois Pichet · 13 years ago
  91. ba96ffc objc-arc: better diagnostic when block is declared inside a struct/union. by Fariborz Jahanian · 13 years ago
  92. fa2b3dd Make CGRecordLayoutBuilder correctly switch over to a packed class when a class has a base whose alignment will break the class layout. <rdar://problem/10551376>. by Eli Friedman · 13 years ago
  93. 8ef8f43 Suppress -Warray-bounds in certain cases involving macros from system headers. by Matt Beaumont-Gay · 13 years ago
  94. 364a59e Fixes a bug in calculation of field offsets of ms_struct by Fariborz Jahanian · 13 years ago
  95. 60f24e7 Further tweaking of diagnostic text for casts performing reinterpret_cast by Richard Smith · 13 years ago
  96. 3b29bb9 When we have an umbrella directory in a module map, recursively walk by Douglas Gregor · 13 years ago
  97. 4cd9b8f Clean up diagnostic wording for disallowed casts in C++11 constant expressions. by Richard Smith · 13 years ago
  98. d83d2e7 Don't mark include guard macros as implicitly private. This isn't by Douglas Gregor · 13 years ago
  99. c08e618 Fix signature of vsscanf in Builtins.def by Hans Wennborg · 13 years ago
  100. d95a8ab0 Fix signature of sscanf in Builtins.def by Hans Wennborg · 13 years ago