1. d4f0e19 Consumed analysis: Add param_typestate attribute, which specifies that by DeLesley Hutchins · 11 years ago
  2. d33884f ObjectiveC migrator. Minor clean up of my last patch. No functional change. by Fariborz Jahanian · 11 years ago
  3. cd0f6d7 Consumed Analysis: Allow parameters that are passed by non-const reference by DeLesley Hutchins · 11 years ago
  4. f98f12f ObjectiveC migrator. In infering NS_ENUM/NS_OPTIONS by Fariborz Jahanian · 11 years ago
  5. 9cd5d40 Consumed analysis: update to previous test case. by DeLesley Hutchins · 11 years ago
  6. fa2264a [ms-cxxabi] Error out on virtual function memptrs by Reid Kleckner · 11 years ago
  7. 682a56b Revert "Fix missed exception spec checks and crashes" by Alp Toker · 11 years ago
  8. 4d61280 Make .asm a valid extension for assembly files by Hans Wennborg · 11 years ago
  9. bb81f88 Fix missed exception spec checks and crashes by Alp Toker · 11 years ago
  10. 52f717e Consumed analysis: fix ICE in handling of loop source locations. by DeLesley Hutchins · 11 years ago
  11. d867422 [AArch64] Add support for NEON scalar three register different instruction by Chad Rosier · 11 years ago
  12. 82a2911 clang-cl: Add support for asm listings (/FA and /Fa) by Hans Wennborg · 11 years ago
  13. bc65091 Rename some functions for consistency. by Rafael Espindola · 11 years ago
  14. af7ed9e [mips] Added -mfp64 and -mfp32 options. by Daniel Sanders · 11 years ago
  15. 12a5a78 [mips][msa] Update -mmsa help text and removed the hidden flag to better match conventions used by other targets by Daniel Sanders · 11 years ago
  16. d66b88f [mips][msa] Added most of the remaining builtins by Daniel Sanders · 11 years ago
  17. d1bcd4c Remove unicode characters, trailing whitespace from test case by David Majnemer · 11 years ago
  18. a7c8b10 Follow-up to r192822: fix Clang assertion when building with -fexceptions by Timur Iskhodzhanov · 11 years ago
  19. 39dc016 tsan: update docs update docs for no_sanitize_thread attribute and blacklist by Dmitry Vyukov · 11 years ago
  20. 251b18d This is now passing. Uncomment and close out PR6281. by Bill Wendling · 11 years ago
  21. b754974 Add support to the Clang driver for forwarding all of gfortran's flags by Chandler Carruth · 11 years ago
  22. 2e3fd94 Add the context that a function was created in as the context for the by Eric Christopher · 11 years ago
  23. 0b327d3 Add implementations of the MSVC barrier intrinsics by Reid Kleckner · 11 years ago
  24. b5b3f81 ObjectiveC migrator. Remove blank lines by Fariborz Jahanian · 11 years ago
  25. 3d11ced Rename HandleTargetFeatures->handleTargetFeatures to match by Eric Christopher · 11 years ago
  26. 1654320 Add preprocessor support for powerpc vsx. by Eric Christopher · 11 years ago
  27. d37df39 Remove an old, seemingly out of date, comment. by Eric Christopher · 11 years ago
  28. f217400 Fix comments. by Eric Christopher · 11 years ago
  29. 49ef481 PR17592: Ensure we diagnose shadowing a template parameter with a local extern by Richard Smith · 11 years ago
  30. cced97c [AArch64] Add support for NEON scalar negate instruction. by Chad Rosier · 11 years ago
  31. 567fd23 [AArch64] Add support for NEON scalar absolute value instruction. by Chad Rosier · 11 years ago
  32. b81765f ObjectiveC migrator. Don't add 'assign' for by Fariborz Jahanian · 11 years ago
  33. 40bd5ce Add minimal command line support for the VSX powerpc processor. by Eric Christopher · 11 years ago
  34. d5e59fc Rework ppc options handling into a features group. by Eric Christopher · 11 years ago
  35. 624b367 ObjectiveC migrator. 'atomic' is the default attribute. by Fariborz Jahanian · 11 years ago
  36. 9686f12 Emit a .ident saying that clang produced this file. by Rafael Espindola · 11 years ago
  37. 15dbacc Enabling 3DNow! prefetch instruction support for a few AMD processors in the by Yunzhong Gao · 11 years ago
  38. 803ccc9 ObjectiveC migrator. Use 'assign' for 'delegate' properties. // rdar://15231860 by Fariborz Jahanian · 11 years ago
  39. 8255274 [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destructors in the presence of virtual bases by Timur Iskhodzhanov · 11 years ago
  40. 289a0d8 ObjectiveC++: support for passing C++11 style initialized temporaries to by Fariborz Jahanian · 11 years ago
  41. d3d0dcf [analyzer] Don't draw edges to C++11 in-class member initializers. by Jordan Rose · 11 years ago
  42. 5322a55 Driver: Factor duplicated code. by Benjamin Kramer · 11 years ago
  43. 9e6af9d [mips] Enable frame-pointer elimination for -O1 and above. by Akira Hatanaka · 11 years ago
  44. 3dd4dd6 Add a note about clang now rejecting unknown options. by Rafael Espindola · 11 years ago
  45. b563488 Update comment. by Chad Rosier · 11 years ago
  46. f4498f7 Update comment. by Chad Rosier · 11 years ago
  47. a32966f Sema: Simplify the check if a method returns an instance of the class. by Benjamin Kramer · 11 years ago
  48. a48c4a8 [AArch64] Add support for NEON scalar signed saturating accumulated of unsigned by Chad Rosier · 11 years ago
  49. 4f0acc8 Remove a workaround for PR16406 from the vtables-virtual-inheritance test by Timur Iskhodzhanov · 11 years ago
  50. d6be277 On 32 bit windows, mangle stdcall and fastcall decls in clang. by Rafael Espindola · 11 years ago
  51. 7a3dfcd Test that we can merge together explicit and partial specializations from by Richard Smith · 11 years ago
  52. d692a84 C++ modules: merging for enumerations and enumerators with multiple definitions by Richard Smith · 11 years ago
  53. c504288 Teach the AST dumper to dump the canonical declaration for a mergeable declaration. by Richard Smith · 11 years ago
  54. 601e9d3 Remove this regression test now that PR17578 is fixed (r192674). The fix is to by Yunzhong Gao · 11 years ago
  55. 89fecb5 Reflow slightly. by Eric Christopher · 11 years ago
  56. 03c8276 [AArch64] Add support for NEON scalar signed saturating absolute value and by Chad Rosier · 11 years ago
  57. f186c92 Add constant evaluation support for __builtin_isinf, __builtin_isfinite, by Richard Smith · 11 years ago
  58. f059830 Add llvm_unreachable to pacify GCC's dropping off non-void function warning. by Benjamin Kramer · 11 years ago
  59. 8690cee ms-compat: Fix taking the address of a member of a dependent base by Reid Kleckner · 11 years ago
  60. e96a7b4 [libclang] For an unscoped enum include the enumerators in the top-level code-completion hash since they enter the top-level namespace. by Argyrios Kyrtzidis · 11 years ago
  61. a6f5cc3 ObjectiveC driver. Scrap -fno-objc-legacy-dispatch for NeXT by Fariborz Jahanian · 11 years ago
  62. 2bf1c01 [libclang] When querying for the availability of an enumerator, pick up the availability from the enum declaration. by Argyrios Kyrtzidis · 11 years ago
  63. 64601ce Don't depend on alias to declarations. by Rafael Espindola · 11 years ago
  64. 0ccadb2 Fixed code style of my change. by Serge Pavlov · 11 years ago
  65. 2c4a01d Sema: Cleanup formatting of C++ exceptions related code by David Majnemer · 11 years ago
  66. fc21049 Sema: Cleanup formatting of SEH related code by David Majnemer · 11 years ago
  67. 7752a74 Sema: Don't crash when __try/__except/__finally appears in a template function by David Majnemer · 11 years ago
  68. dd1dad9 docs: Remove incompatibility with Solaris shell by David Majnemer · 11 years ago
  69. d982752 clang/test/Driver/netbsd.c*: Tweak path separators to be matched on win32 driver. by NAKAMURA Takumi · 11 years ago
  70. edb5fdf Sema: Consider it an error to apply __builtin_offsetof to a member in a virtual base by David Majnemer · 11 years ago
  71. 656465d Special case '%C' handling in ObjC format strings to handle integer literals that can represent unicode characters by Ted Kremenek · 11 years ago
  72. b7f23f1 Correctly skip type sugar when determining the width of an enum type. Derived by Richard Smith · 11 years ago
  73. 67ffcaa Document the presence of the new Objective-C++ mangling for qualified-id. by Ted Kremenek · 11 years ago
  74. 5eed7e0 Tidy up and improve error recovery for C++11 attributes in bad places. Based on by Richard Smith · 11 years ago
  75. 42090d6 [ms-cxxabi] Fix assert in unspecified inheritance memptr emission by Reid Kleckner · 11 years ago
  76. b3c71fa ObjectiveC migrator: Support for more possibility of by Fariborz Jahanian · 11 years ago
  77. b79b17b PR17567: Improve diagnostic for a mistyped constructor name. If we see something by Richard Smith · 11 years ago
  78. 89ca1fb Add has_feature support for reflecting the presence of refined Objective-C ABI mangling for qualified id<...>. Fixes <rdar://problem/14799110>. by Ted Kremenek · 11 years ago
  79. f7c462c Provide a dummy NetBSD tree and use --sysroot in the driver test. by Joerg Sonnenberger · 11 years ago
  80. 9aa9261 Trivial formatting changes; no functional changes intended. by Aaron Ballman · 11 years ago
  81. 2b1599c Switching some custom logic to using table-generated helper methods. This also removes an unnecessary diagnostic. by Aaron Ballman · 11 years ago
  82. b85695d Adding a regression test for PR17578. It is marked xfail until the bug is fixed. by Yunzhong Gao · 11 years ago
  83. a7dec29 PR17576: Fix assertion on polymorphic classes with small alignment by Reid Kleckner · 11 years ago
  84. a2ccf88 Fixing stdout/stderr interleaving in lit test. by Warren Hunt · 11 years ago
  85. d42217f Correctly check for distructors when realizing vtordisps by Warren Hunt · 11 years ago
  86. e69cca4 For NetBSD/current on X86 do not use libgcc and default to libc++. by Joerg Sonnenberger · 11 years ago
  87. 0cd7231 Move comment to its proper place. by Ted Kremenek · 11 years ago
  88. dc58180 Lit tests for Microsoft C++ record layout. by Warren Hunt · 11 years ago
  89. 728a1fb GetExprRange() (used by -Wconversion checking) should look through OpaqueValueExprs. by Ted Kremenek · 11 years ago
  90. 03954b3 Also don't hardcode the order on this test. by Rafael Espindola · 11 years ago
  91. ac42766 Don't hardcode the order of the aliases. by Rafael Espindola · 11 years ago
  92. 7dcff5b Reduce double set lookups by using the result of insert. by Benjamin Kramer · 11 years ago
  93. ad40008 [AArch64] Add support for NEON scalar integer compare instructions. by Chad Rosier · 11 years ago
  94. 81e34b1 Do not use typo correction that is unaccessible. by Serge Pavlov · 11 years ago
  95. 74ecbd5 Fix use-after-free in PPCallbacksTest detected by ASan bootstrap bot by Alexey Samsonov · 11 years ago
  96. ed9967e Fixed "ArgSize may be used uninitialised" error when compiling with gcc. by Andy Gibbs · 11 years ago
  97. f0fc89c Keep track of indentation levels in static initializers for correct indentation with tabs. by Alexander Kornienko · 11 years ago
  98. 8bfc1e1 Merge common pointers for redeclarations of the same template across modules. by Richard Smith · 11 years ago
  99. 8d1ab8a Don't get confused by a virt-specifier after a trailing-return-type - it's not by Richard Smith · 11 years ago
  100. 1505edf Fix typo: inccrementally by Benjamin Kramer · 11 years ago