1. 7b63333 Tests for core issues 251-270. by Richard Smith · 11 years ago
  2. ce5b5f1 Add -freroll-loops to enable loop rerolling by Hal Finkel · 11 years ago
  3. 72dcd52 Implement vreinterpret ACLE functions in Clang. by Hao Liu · 11 years ago
  4. b7a747b [analyzer] Better modeling of memcpy by the CStringChecker (PR16731). by Anton Yartsev · 11 years ago
  5. e3a4044 Tests for core issue 241-250. by Richard Smith · 11 years ago
  6. 1a2dc26 Tests for core issues 224-240. by Richard Smith · 11 years ago
  7. 00be52d ObjectiveC ARC. More validation of toll-free bridging of by Fariborz Jahanian · 11 years ago
  8. 749152b ObjectiveC ARC. Validate toll free bridge casting by Fariborz Jahanian · 11 years ago
  9. 5950181 Move remaining %clang_cc1 tests out of test/Driver by Alp Toker · 11 years ago
  10. cf19e5b If a replaceable global operator new/delete is marked inline, don't warn if by Richard Smith · 11 years ago
  11. 9571ab1 ObjetiveC ARC. Start diagnosing invalid toll free bridging. // rdar://15454846. by Fariborz Jahanian · 11 years ago
  12. 32ca73e X86: Make specifying avx2 simpler on Darwin with '-arch' by Jim Grosbach · 11 years ago
  13. 5f900e8 Downgrade the Error on an 'inline' operator new or delete to an ExtWarn. Some by Richard Smith · 11 years ago
  14. 4c3e0bc Consumed analysis: track state of temporary objects. by DeLesley Hutchins · 11 years ago
  15. 51cc017 Implemented aarch64 Neon scalar vmulx_lane intrinsics by Ana Pazos · 11 years ago
  16. 4b777c0 ObjectiveC ARC. Only briding of pointer to struct CF object is allowed. by Fariborz Jahanian · 11 years ago
  17. 7faf81f PR17949: Fix crash if someone puts a namespace inside a class template. by Richard Smith · 11 years ago
  18. 93982a7 PR8455: Handle an attribute between a goto label and a variable declaration per by Richard Smith · 11 years ago
  19. 0a5a7c1 ObjectiveC ARG. A positive test of my previous patch. // rdar://15454846 by Fariborz Jahanian · 11 years ago
  20. e78728a ObjectiveC ARC. Lookup type associated with objc_bridage at by Fariborz Jahanian · 11 years ago
  21. 38e26ae These ACLE tests no longer need to cast the return value. by Chad Rosier · 11 years ago
  22. aed0116 Diagnose C++11 attributes before fp_contract pragmas. by Richard Smith · 11 years ago
  23. b72227f Fix bogus diagnostic wording. There's no such thing as a compound expression. by Richard Smith · 11 years ago
  24. e22017e Revert "Using an invalid -O falls back on -O3 instead of an error" by Alp Toker · 11 years ago
  25. d378144 clang-cl: Make the driver parse all(?) msvc flags by Hans Wennborg · 11 years ago
  26. 4417498 ObjectiveC. Fixes a bogus warning of unused backing by Fariborz Jahanian · 11 years ago
  27. 93b717a [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions by Hans Wennborg · 11 years ago
  28. 16205cd [ASan] Fix darwin-sanitizer-ld.c for iossim, which seems to use -lc++ instead of -lstdc++. by Alexander Potapenko · 11 years ago
  29. cc82b98 [ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS simulator. by Alexander Potapenko · 11 years ago
  30. eb4d7c3 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 11 years ago
  31. 6c6fd7e Ignore test Inputs globally and remove redundant lit.local.cfg files by Alp Toker · 11 years ago
  32. ad40eda Tests for core issue 216-223. by Richard Smith · 11 years ago
  33. 26297f5 When we hit a #include directive that maps to a module import, emit a token by Richard Smith · 11 years ago
  34. f93ec76 PR17533 and duplicates: don't compute the return type of an overloaded operator by Richard Smith · 11 years ago
  35. f72bc46 Don't reject dependent range-based for loops in constexpr functions. The loop by Richard Smith · 11 years ago
  36. 54307da Fix test failures after addrspacecast added. by Matt Arsenault · 11 years ago
  37. fda9dbf [analyzer] Silence warnings coming from allocators used by std::basic_string. by Jordan Rose · 11 years ago
  38. e21432e Modern gcc is happy to constant evaluate __builtin_strlen in various cases by Richard Smith · 11 years ago
  39. 0de6bc8 R600: Add processor type for Hawaii by Tom Stellard · 11 years ago
  40. a683404 PR 17916: Don't fail if xcrun is not present. by Joerg Sonnenberger · 11 years ago
  41. 4ca9eae Pass -Wa,-I and -Xassembler -I args to integrated assembler by David Peixotto · 11 years ago
  42. 418220b DR408: If a static data member of incomplete array type is declared in a class by Richard Smith · 11 years ago
  43. 2d2f6c2 Makes A Microsoft Layout CodeGen Test Explicit by Warren Hunt · 11 years ago
  44. e05372a Add -Wdeprecated-writable-string in C++ to -Wc++11-compat, since it's ill-formed in C++11. by Richard Smith · 11 years ago
  45. f46e56b [AArch64] Add support for legacy AArch32 NEON scalar shift right by immediate by Chad Rosier · 11 years ago
  46. 93d4b8c ObjectiveC migrator: This patch sets access property by Fariborz Jahanian · 11 years ago
  47. 758c4d8 [OpenCL] Make sure we put string literals in the constant address space. by Joey Gouly · 11 years ago
  48. 6973a27 [analyzer] Treat MSVC's _wassert as noreturn. by Jordan Rose · 11 years ago
  49. 2c050f6 [objcmt] Introduce "objcmt-white-list-dir-path=" option. by Argyrios Kyrtzidis · 11 years ago
  50. c7120cf [Mips] Add tests for MIPS/MIPS64 type defines and type limits macros. No by Simon Atanasyan · 11 years ago
  51. b3c52d7 Remove a test failure. by Kevin Qin · 11 years ago
  52. 84881a7 Add test case for AArch64 NEON poly64 intrinsic. by Kevin Qin · 11 years ago
  53. 2a2b69b Add test cases for AArch64 NEON instruction set misc. by Kevin Qin · 11 years ago
  54. 4ae7d04 Revert r194663 and r194647. by Ted Kremenek · 11 years ago
  55. e452d61 Refine -Wunused-variable to only suppress warning for __bridge_transfer, not all bridge casts. by Ted Kremenek · 11 years ago
  56. 142ab06 Added warning on structures/unions that are empty or contain only by Serge Pavlov · 11 years ago
  57. 2e22f29 Implement AArch64 NEON instruction set AdvSIMD (table). by Jiangning Liu · 11 years ago
  58. 1f64cfc Suppress -Wunused-variable when initializer uses bridge casts for memory management. by Ted Kremenek · 11 years ago
  59. a7cd801 Use a more realistic NS class names in by Fariborz Jahanian · 11 years ago
  60. 7f82297 ObjectiveC ARC. objc_bridge attribute should be applied to by Fariborz Jahanian · 11 years ago
  61. 933a894 ObjectiveC ARC. Introduce a new attribute, 'objc_bridge' by Fariborz Jahanian · 11 years ago
  62. dc8e938 Don't use alias from derived dtor to base dtor at -O0. by Rafael Espindola · 11 years ago
  63. 6526de4 -fms-extensions: Recognize _alloca as an alias for the alloca builtin by Reid Kleckner · 11 years ago
  64. f2941ec Only provide MS builtins when -fms-extensions is on by Reid Kleckner · 11 years ago
  65. ea88107 Add test case for r194593 by Weiming Zhao · 11 years ago
  66. a665321 [AArch64] Tests for legacy AArch32 NEON scalar shift by immediate instructions. by Chad Rosier · 11 years ago
  67. b85a9ec Add -fprofile-sample-use to Clang's driver. by Diego Novillo · 11 years ago
  68. d1fa81c Warn on duplicate function specifier by Serge Pavlov · 11 years ago
  69. f2febe6 PR10837: Warn if a null pointer constant is formed by a zero integer constant by Richard Smith · 11 years ago
  70. 5d2a206 ObjectiveC migrator. Place use of NS_NONATOMIC_IOSONLY by Fariborz Jahanian · 11 years ago
  71. 86e2a6f clang-cl: parse the /Yc flag (PR17895) by Hans Wennborg · 11 years ago
  72. f6785e3 Documentation parsing: add support for \throws \throw \exception commands by Dmitri Gribenko · 11 years ago
  73. 610616c Avoid producing mismatched comdats. by Rafael Espindola · 11 years ago
  74. 186b26d add intrinsics: __builtin_arm_{dmb,dsb} for ARM by Weiming Zhao · 11 years ago
  75. 08d86e9 ObjectiveC. availability of Array/Dictionary subscripting by Fariborz Jahanian · 11 years ago
  76. 1ab853d ObjectiveC migrator. Another alternative to by Fariborz Jahanian · 11 years ago
  77. a2f1ed0 clang-cl: parse the /GT option by Hans Wennborg · 11 years ago
  78. 1691dc4 Remove trailing spaces by Sylvestre Ledru · 11 years ago
  79. 5d5058c ObjectiveC driver change. re-apply patch reverted in by Fariborz Jahanian · 11 years ago
  80. 838f933 [mips][msa] Enable inlinse assembly for MSA. by Daniel Sanders · 11 years ago
  81. a30d247 [mips] Added fpu register tests to tests/CodeGen/mips-clobber-reg.c by Daniel Sanders · 11 years ago
  82. fab847a [mips] Small fixes to test/CodeGen/mips-clobber-reg.c by Daniel Sanders · 11 years ago
  83. e39ff50 XCore target requires preferred alignment. by Robert Lytton · 11 years ago
  84. 1816219 XCore target Type defines. by Robert Lytton · 11 years ago
  85. 0e325be XCore target has -fno-use-cxa-atexit as default. by Robert Lytton · 11 years ago
  86. 2c1721f Tests for core issue 201-215. by Richard Smith · 11 years ago
  87. 081c215 Keep the old function order in CodeGenModule::applyReplacements. by Rafael Espindola · 11 years ago
  88. 669496b This reverts commit r194435 and r194434. by Rafael Espindola · 11 years ago
  89. 394558e A quick fix to PR17877 that was introduced by r194188 (generic-lambda-capturing) that broke libc++. by Faisal Vali · 11 years ago
  90. 1997bbf Extra test for r194444. by Richard Smith · 11 years ago
  91. e0ac9bf -fms-compatibility: Use C++98 null pointer constant rules by Reid Kleckner · 11 years ago
  92. 537b8a8 ObjectiveC. Try to unbreak buildbot. by Fariborz Jahanian · 11 years ago
  93. 3e627f7 ObjectiveC. By default allow array/dictionary subscripting in by Fariborz Jahanian · 11 years ago
  94. 964bfa1 Add a testcase where we replace a destructor with an alias. by Rafael Espindola · 11 years ago
  95. dda91e0 [mips] Partially revert r193640. Stack alignment should not be determined by by Akira Hatanaka · 11 years ago
  96. 849f3ec Revert "Using an invalid -O falls back on -O3 instead of an error" by Sylvestre Ledru · 11 years ago
  97. 51a0ab8 Revert "Remove -### from the -O20 test, it was failing the test (?)" by Sylvestre Ledru · 11 years ago
  98. 0fafc73 Remove -### from the -O20 test, it was failing the test (?) by Sylvestre Ledru · 11 years ago
  99. 47a2ab9 Fix pr17875. by Rafael Espindola · 11 years ago
  100. 9b79630 Darwin(ish): we don't want __ARM_EABI__ even on v7a embedded targets. by Tim Northover · 11 years ago