1. 195dd7c Add a limit to the length of a sequence of 'operator->' functions we will by Richard Smith · 11 years ago
  2. e6d509f Fix the -cxx-abi microsoft -mconstructor-aliases combination. by Rafael Espindola · 11 years ago
  3. 9a2f84b Thread safety analysis: minor bugfix to smart pointer handling, and expanded by DeLesley Hutchins · 11 years ago
  4. 58b6db7 Fix PR17738 - add support for vtordisp thunks when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  5. bf3bc5d Implement AArch64 Neon instruction set Perm. by Jiangning Liu · 11 years ago
  6. 9f2b0f8 Implement AArch64 Neon instruction set Bitwise Extract. by Jiangning Liu · 11 years ago
  7. 9a9ca98 More constant evaluation cleanup, and fix an issue where we'd override an by Richard Smith · 11 years ago
  8. 92563d0 Microsoft adds weird padding before virtual bases if the last field was a bitfield by Warren Hunt · 11 years ago
  9. 43399fb Thread safety analysis: check pt_guarded_by attribute when calling -> and * by DeLesley Hutchins · 11 years ago
  10. cd569f2 ObjectiveC migrator. Please annotation of properties with by Fariborz Jahanian · 11 years ago
  11. f490f0e Refactor constant expression handling and make a couple of tweaks to make it a by Richard Smith · 11 years ago
  12. 1d5cce4 With this patch -Wwrite-strings is still implemented with the terrible by Rafael Espindola · 11 years ago
  13. 61a0a75 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  14. 9ce5135 Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases." by Kaelyn Uhrain · 11 years ago
  15. 25009d4 Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. by Jiangning Liu · 11 years ago
  16. 5f0db58 Fix vbtable indices when a class shares the vbptr with a non-virtual base by Timur Iskhodzhanov · 11 years ago
  17. a257e21 Disable test fully with REQUIRES by Alp Toker · 11 years ago
  18. fd68189 Disable the test that crashes by Alp Toker · 11 years ago
  19. 821d60d Fix a test that was never being run, mark it XFAIL by Alp Toker · 11 years ago
  20. b7b44c8 Make test run reliably by Alp Toker · 11 years ago
  21. 47ba7ec Fix test that was not being run by Alp Toker · 11 years ago
  22. 7638cf0 Fix test that wasn't testing anything by Alp Toker · 11 years ago
  23. c879fe5 Do not allow functions or kernels called 'main' in OpenCL. by Joey Gouly · 11 years ago
  24. a72009d Simplify test case added in r194059 by David Majnemer · 11 years ago
  25. 974cbc5 Lex: Require that '#' be followed by a macro parameter name when preceded by '##' by David Majnemer · 11 years ago
  26. 3cebc73 C++1y sized deallocation: if we have a use, but not a definition, of a sized by Richard Smith · 11 years ago
  27. bec2ea4 Expand the test a bit. by Rafael Espindola · 11 years ago
  28. f88f10a Add a testcase from the recent bootstrap failure. by Rafael Espindola · 11 years ago
  29. 583f6de Revert "Produce direct calls instead of alias to linkonce_odr functions." by Rafael Espindola · 11 years ago
  30. 0f0f6f1 Produce direct calls instead of alias to linkonce_odr functions. by Rafael Espindola · 11 years ago
  31. 22229d6 Implemented aarch64 neon intrinsic vcopy_lane with float type. by Kevin Qin · 11 years ago
  32. 2b61039 ObjectiveC. Method implementations should only check for by Fariborz Jahanian · 11 years ago
  33. 8625089 Include non-explicit submodules in exported module list by Dmitri Gribenko · 11 years ago
  34. 741c541 [analyzer] Track the count of NSOrderedSet similarly to other fast enumerations. by Anna Zaks · 11 years ago
  35. bdc0bf3 [analyzer] Suppress warnings coming out of std::basic_string. by Anna Zaks · 11 years ago
  36. b3e2772 Try to correct a mistyped "-" or ">" to "->" for some C++ cases. by Kaelyn Uhrain · 11 years ago
  37. 71fdc12 Use aliases for more constructors and destructors. by Rafael Espindola · 11 years ago
  38. 7170e35 CodeGen: Test that simple expressions are simplified at -O0 by Justin Bogner · 11 years ago
  39. a242096 Driver: Add support for -march=bdver3 on x86. by Benjamin Kramer · 11 years ago
  40. 33b1f63 Issue a diagnostic if an implicitly-defined move assignment operator would move by Richard Smith · 11 years ago
  41. 743cbb9 Implement final resolution of DR1402: implicitly-declared move operators that by Richard Smith · 11 years ago
  42. 62e9370 Sema: Do not allow overloading between methods based on restrict by David Majnemer · 11 years ago
  43. 3a50d84 Fix test to actually check the FixIt-applied code by Alp Toker · 11 years ago
  44. 77534c7 OS X 10.9+ and iOS 7+ support load/store of big atomic objects. by Bob Wilson · 11 years ago
  45. 66dbb3f Default to use libc++ on OS X 10.9+ and iOS 7+. by Bob Wilson · 11 years ago
  46. 4ce94dc Add test case for r193923 by David Majnemer · 11 years ago
  47. 3a66557 Sema: Disallow derived classes with virtual bases from having flexible array members by David Majnemer · 11 years ago
  48. 633c0c2 Sema: Cleanup and simplify anonymous union diagnostics by David Majnemer · 11 years ago
  49. 6f6dc15 Sema: Flexible array members were introduced in C99, diagnose their use in C++ by David Majnemer · 11 years ago
  50. 1e45375 clang/test/CodeGenCXX/builtins.cpp: Fix for -Asserts. by NAKAMURA Takumi · 11 years ago
  51. 5423746 Change the other -Wtautological-compare warnings to not trigger in template by Richard Trieu · 11 years ago
  52. cca6f3b Adding triple to lit test fixed in r193901 by Warren Hunt · 11 years ago
  53. 7f4871f Fixes lit test that doesn't fail on windows by Warren Hunt · 11 years ago
  54. caf7597 Improves compatibility with cl.exe when laying out array fields by Warren Hunt · 11 years ago
  55. 2d023ec Wraps lazily generated builtins in an extern "C" context by Warren Hunt · 11 years ago
  56. 491b714 Add non-type template parameter test for disabled -Wtautological-compare by Richard Trieu · 11 years ago
  57. d9553e3 ObjectiveC. Define a new cc1 flag by Fariborz Jahanian · 11 years ago
  58. cbc1987 Disable -Wtautological-compare in template instantiations. by Richard Trieu · 11 years ago
  59. 311cb2b Disable -Wtautological-constant-out-of-range-compare in template instantiations. by Richard Trieu · 11 years ago
  60. c6911a2 SanitizerArgs: add ability to filter/diagnose unsupported sanitizers. by Peter Collingbourne · 11 years ago
  61. 2f0754c AArch64: Fix wildcard matching on CHECK lines. Now recognises arch64--. by Amara Emerson · 11 years ago
  62. 32b5ca0 Support return type deduction for templates in -fdelayed-template-parsing (microsoft) mode by Faisal Vali · 11 years ago
  63. 257ddb2 ObjectiveC migrator. When inferring readwrite property, by Fariborz Jahanian · 11 years ago
  64. 6d61978 [AArch64] Add support for NEON scalar fixed-point convert to floating-point instructions. by Chad Rosier · 11 years ago
  65. cd9d305 Fix a C struct diagnostic regression introduced by r187504 (PR17762). by Kaelyn Uhrain · 11 years ago
  66. f427272 [AArch64] Add support for NEON scalar shift immediate instructions. by Chad Rosier · 11 years ago
  67. 2a64816 [analyzer] Don't crash when a path goes through a 'delete' destructor call. by Jordan Rose · 11 years ago
  68. 5eeefe6 ObjectiveC migrator. Change naming hueristic for by Fariborz Jahanian · 11 years ago
  69. 3bb1b5c [AArch64] Add some CPU targets for "generic", A-53 and A-57. by Amara Emerson · 11 years ago
  70. d386fef Factor out custom parsing for iboutletcollection and vec_type_hint attributes by Richard Smith · 11 years ago
  71. 6d754e9 ObjectiveC migrator: annotate all protocols/methods in by Fariborz Jahanian · 11 years ago
  72. 6334fd6 clang-cl: Parse the /arch, /Yu and /Fp options (PR17736) by Hans Wennborg · 11 years ago
  73. 45cac8c [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests by Daniel Sanders · 11 years ago
  74. 33d7fbc [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal IR (i.e. not intrinsics) by Daniel Sanders · 11 years ago
  75. 5640209 [AArch64] Add support for NEON scalar floating-point compare instructions. by Chad Rosier · 11 years ago
  76. 6167d7f [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. not intrinsics) by Daniel Sanders · 11 years ago
  77. e58a58d Fix triple / REQUIRES in test from r193685 by Alp Toker · 11 years ago
  78. 2597315 Recover instead of crashing on MS assembly when no target is loaded by Alp Toker · 11 years ago
  79. c70cc5d Make thunk this/return adjustment ABI-specific. Also, fix the return adjustment when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  80. 190d1af PR17731: When determining whether a tag and a non-tag were declared in the same by Richard Smith · 11 years ago
  81. cb79df7 Activating latent test case for r193661. by Warren Hunt · 11 years ago
  82. 0e429f1 Changed tests_typestate to test_typestate for consistency. by Chris Wailes · 11 years ago
  83. 799bcc7 Add support for the separate version of /FI. by Rafael Espindola · 11 years ago
  84. 550ed20 [mips] Align the stack to 16-bytes for -mfp64. by Akira Hatanaka · 11 years ago
  85. 4231704 R600: Add Sea Islands GPUs by Tom Stellard · 11 years ago
  86. d647efb Fix an assertion when handling a custom case of virtual inheritance; also reduce code duplication by Timur Iskhodzhanov · 11 years ago
  87. f3af758 Add a missing lit-test expectation (forgotten to write initially?) by Timur Iskhodzhanov · 11 years ago
  88. a6306fc ARM: fix AST for __builtin_arm_strex call by Tim Northover · 11 years ago
  89. 2a9b758 Teach the driver to not try to use 'lib32' multilib spellings on ARM by Chandler Carruth · 11 years ago
  90. 909f35a ARM: Add -m[no-]crc to dis/enable CRC subtargetfeature from clang by Bernard Ogden · 11 years ago
  91. 8fa2cbf Add missing attributes [[gnu::no_sanitize_address]] and by Nick Lewycky · 11 years ago
  92. 966a0fc Treat [[gnu::__const]] the same as [[gnu::const]]. GCC's tokenizer can't tell by Nick Lewycky · 11 years ago
  93. 85e10d2 Fix "existant" typos by Alp Toker · 11 years ago
  94. bb17ff9 Switch %clang -cc1 tests to %clang_cc1 by Alp Toker · 11 years ago
  95. 9a47824 Revert "Support cross linking to arm on ubuntu." by Rafael Espindola · 11 years ago
  96. 5794b53 Allow a new syntax in a module requires-declaration: by Richard Smith · 11 years ago
  97. 961d057 Fix a parser crash when there are #pragmas in a context which requires a single by Richard Smith · 11 years ago
  98. 0d89557 More windows path handling. by Rafael Espindola · 11 years ago
  99. 9f75464 Relax test to pass with windows paths. by Rafael Espindola · 11 years ago
  100. ba37ef9 Support cross linking to arm on ubuntu. by Rafael Espindola · 11 years ago