1. 3eb52bb Merging r195174: by Bill Wendling · 11 years ago
  2. 7b0fe5d Merging r195168: by Bill Wendling · 11 years ago
  3. 579d45f Merging r195154: by Bill Wendling · 11 years ago
  4. 287d8b3 Merging r195149: by Bill Wendling · 11 years ago
  5. d75c6a7 Merging r195146: by Bill Wendling · 11 years ago
  6. 8d1f5a5 Merging r195158: by Bill Wendling · 11 years ago
  7. f0cc19f Merging r195163: by Bill Wendling · 11 years ago
  8. 4356604 Merging r195136: by Bill Wendling · 11 years ago
  9. ec1cef6 Merging r195135: by Bill Wendling · 11 years ago
  10. b2ea695 Merging r195128: by Bill Wendling · 11 years ago
  11. f41e20a Merging r195126: by Bill Wendling · 11 years ago
  12. 7d44e4d Creating release_34 branch by Bill Wendling · 11 years ago
  13. a5131ab Disable this check temporarily. by Bill Wendling · 11 years ago
  14. 11a94f9 Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post. by Hao Liu · 11 years ago
  15. 2098d1a Implement AArch64 SISD intrinsics for vget_high and vget_low. by Jiangning Liu · 11 years ago
  16. ce41d4e ObjectiveC objc_bridge. Minor refactoring. // rdar://15454846 by Fariborz Jahanian · 11 years ago
  17. 315007b Add predicate for AArch64 crypto instructions. by Jiangning Liu · 11 years ago
  18. 769187a Clean up predefined macros for AArch64 to follow ACLE 2.0. by Jiangning Liu · 11 years ago
  19. 3daade9 ObjectiveC 'objc_bridging'. Assorment of improvements by Fariborz Jahanian · 11 years ago
  20. 0f3bb9e ObjectiveC ARC. Adopt objc_bridge attribute by Fariborz Jahanian · 11 years ago
  21. 96b7bd4 DebugInfo: Update caller based on DIType's MDNode* ctor becoming explicit in r195055. by David Blaikie · 11 years ago
  22. 6efcf6f Change the clang driver with the use of -no-integrated-as for darwin to use by Kevin Enderby · 11 years ago
  23. f496655 The attached patch is a follow up from my previous one. The existing by Rafael Espindola · 11 years ago
  24. fbe8851 Remove period at end of "optimization level is unsupported" diagnostic by Hans Wennborg · 11 years ago
  25. 6932152 Make test/Driver/clang_f_opts.c not write to the test dir by Hans Wennborg · 11 years ago
  26. 29fc11a The code using the StmtPrinterHelper object failed to account for a null object in many cases, which could have led to crashes were it ever to be null. Now passing the object by reference instead of by pointer because it is never null in practice. No functional changes intended. by Aaron Ballman · 11 years ago
  27. cdf7cfc Use the default method CC in GetFullTypeForDeclarator. by Rafael Espindola · 11 years ago
  28. 3ce1d57 Remove clang man page reference to --analyze, and point people to the analyzer website. by Ted Kremenek · 11 years ago
  29. fb21ecf Adding an assert to help catch possible buffer underruns. by Aaron Ballman · 11 years ago
  30. f2b8750 Make helper function static. by Benjamin Kramer · 11 years ago
  31. 6c1dc78 Add partial support for the hasDeclaration() matcher in the dynamic layer. by Samuel Benzaquen · 11 years ago
  32. 762e567 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 11 years ago
  33. f696538 clang/test/CXX/drs/dr2xx.cpp: Suppress this for targeting LLP64 due to __SIZE_TYPE__. by NAKAMURA Takumi · 11 years ago
  34. 155c877 clang/Parse/Parser.h: Fix annotations properly in SkipUntilFlags. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  35. 8fe2475 Replaced bool parameters in SkipUntil function with single bit-based parameter. by Alexey Bataev · 11 years ago
  36. c315f01 clang/test/Tooling/multi-jobs.cpp: Mark this as XFAIL:msvc for now. It has been failing since r194968. by NAKAMURA Takumi · 11 years ago
  37. dd12780 Implement the newly added AArch64 ACLE functions for ld1/st1 with 2/3/4 vectors. by Hao Liu · 11 years ago
  38. 7b63333 Tests for core issues 251-270. by Richard Smith · 11 years ago
  39. 07ac846 Remove method that always returns true. by Rafael Espindola · 11 years ago
  40. 2dcdc5b Remove two unused #ifdefs. by Rafael Espindola · 11 years ago
  41. 98b303c RewriteBuffer::write(): Add a doc comment about non-portable use by Alp Toker · 11 years ago
  42. f2e479e Tooling/CompilationDatabase.cpp: Use \return here instead of \param[out]. [-Wdocumentation] by NAKAMURA Takumi · 11 years ago
  43. 675906e Remove a bad string compare from r194968 by Alp Toker · 11 years ago
  44. c8f0342 Relax some preconditions for using FixedCompilationDatabase. by Edwin Vane · 11 years ago
  45. ce5b5f1 Add -freroll-loops to enable loop rerolling by Hal Finkel · 11 years ago
  46. 8c927fc Fixes a typo and changes references to the function clang_displayDiagnostic (which was removed in r96823) to clang_formatDiagnostics. by Sylvestre Ledru · 11 years ago
  47. 72dcd52 Implement vreinterpret ACLE functions in Clang. by Hao Liu · 11 years ago
  48. b7a747b [analyzer] Better modeling of memcpy by the CStringChecker (PR16731). by Anton Yartsev · 11 years ago
  49. 99cbf42 Fix the problem that the arm_neon.h can't be used in a cpp file. Also fix a minor bug with poly64 name mangling. by Hao Liu · 11 years ago
  50. e3a4044 Tests for core issue 241-250. by Richard Smith · 11 years ago
  51. 1a2dc26 Tests for core issues 224-240. by Richard Smith · 11 years ago
  52. 00be52d ObjectiveC ARC. More validation of toll-free bridging of by Fariborz Jahanian · 11 years ago
  53. 749152b ObjectiveC ARC. Validate toll free bridge casting by Fariborz Jahanian · 11 years ago
  54. d478c0d Remove unused but set variable. by Benjamin Kramer · 11 years ago
  55. 5950181 Move remaining %clang_cc1 tests out of test/Driver by Alp Toker · 11 years ago
  56. cf19e5b If a replaceable global operator new/delete is marked inline, don't warn if by Richard Smith · 11 years ago
  57. 9571ab1 ObjetiveC ARC. Start diagnosing invalid toll free bridging. // rdar://15454846. by Fariborz Jahanian · 11 years ago
  58. 32ca73e X86: Make specifying avx2 simpler on Darwin with '-arch' by Jim Grosbach · 11 years ago
  59. 5f900e8 Downgrade the Error on an 'inline' operator new or delete to an ExtWarn. Some by Richard Smith · 11 years ago
  60. 4c3e0bc Consumed analysis: track state of temporary objects. by DeLesley Hutchins · 11 years ago
  61. faea5bf Corrected comment about MS prgama warning. by John Thompson · 11 years ago
  62. 51cc017 Implemented aarch64 Neon scalar vmulx_lane intrinsics by Ana Pazos · 11 years ago
  63. 6207622 Updated comment - testing commit rights by Ana Pazos · 11 years ago
  64. 4b777c0 ObjectiveC ARC. Only briding of pointer to struct CF object is allowed. by Fariborz Jahanian · 11 years ago
  65. a634237 Darwin(ish): enable embedded compiler-rt builds on Darwin. by Tim Northover · 11 years ago
  66. 7faf81f PR17949: Fix crash if someone puts a namespace inside a class template. by Richard Smith · 11 years ago
  67. 93982a7 PR8455: Handle an attribute between a goto label and a variable declaration per by Richard Smith · 11 years ago
  68. 0a5a7c1 ObjectiveC ARG. A positive test of my previous patch. // rdar://15454846 by Fariborz Jahanian · 11 years ago
  69. 2f2fb5a Fix typo in CGRecordLayoutBuilder.cpp: s/Field/Fields/ in comment by Hans Wennborg · 11 years ago
  70. e78728a ObjectiveC ARC. Lookup type associated with objc_bridage at by Fariborz Jahanian · 11 years ago
  71. 38e26ae These ACLE tests no longer need to cast the return value. by Chad Rosier · 11 years ago
  72. aed0116 Diagnose C++11 attributes before fp_contract pragmas. by Richard Smith · 11 years ago
  73. b72227f Fix bogus diagnostic wording. There's no such thing as a compound expression. by Richard Smith · 11 years ago
  74. e22017e Revert "Using an invalid -O falls back on -O3 instead of an error" by Alp Toker · 11 years ago
  75. d378144 clang-cl: Make the driver parse all(?) msvc flags by Hans Wennborg · 11 years ago
  76. 7ff5416 Remove an unused local from r194827 by Alp Toker · 11 years ago
  77. c3e16a2 Darwin: Look for libc++ headers in include/, rather than lib/ by Justin Bogner · 11 years ago
  78. 3604841 libc++: Install headers in include/, rather than lib/ by Justin Bogner · 11 years ago
  79. 4417498 ObjectiveC. Fixes a bogus warning of unused backing by Fariborz Jahanian · 11 years ago
  80. 9b58b6e Update contact information. by Chad Rosier · 11 years ago
  81. 93b717a [-cxx-abi microsoft] Emit thunks for pointers to virtual member functions by Hans Wennborg · 11 years ago
  82. 16205cd [ASan] Fix darwin-sanitizer-ld.c for iossim, which seems to use -lc++ instead of -lstdc++. by Alexander Potapenko · 11 years ago
  83. cc82b98 [ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS simulator. by Alexander Potapenko · 11 years ago
  84. eb4d7c3 Using an invalid -O falls back on -O3 instead of an error by Sylvestre Ledru · 11 years ago
  85. 7194088 [ASan] If the iOS Simulator SDK is available, build the ASan iossim runtime using configure+make. by Alexander Potapenko · 11 years ago
  86. 6c6fd7e Ignore test Inputs globally and remove redundant lit.local.cfg files by Alp Toker · 11 years ago
  87. ad40eda Tests for core issue 216-223. by Richard Smith · 11 years ago
  88. 26297f5 When we hit a #include directive that maps to a module import, emit a token by Richard Smith · 11 years ago
  89. f93ec76 PR17533 and duplicates: don't compute the return type of an overloaded operator by Richard Smith · 11 years ago
  90. f72bc46 Don't reject dependent range-based for loops in constexpr functions. The loop by Richard Smith · 11 years ago
  91. 54307da Fix test failures after addrspacecast added. by Matt Arsenault · 11 years ago
  92. fda9dbf [analyzer] Silence warnings coming from allocators used by std::basic_string. by Jordan Rose · 11 years ago
  93. d0e5f6a [analyzer] Include bug column numbers in HTML output (in a comment). by Jordan Rose · 11 years ago
  94. e21432e Modern gcc is happy to constant evaluate __builtin_strlen in various cases by Richard Smith · 11 years ago
  95. 0de6bc8 R600: Add processor type for Hawaii by Tom Stellard · 11 years ago
  96. a683404 PR 17916: Don't fail if xcrun is not present. by Joerg Sonnenberger · 11 years ago
  97. 2317f7b Fix typo by David Peixotto · 11 years ago
  98. 4ca9eae Pass -Wa,-I and -Xassembler -I args to integrated assembler by David Peixotto · 11 years ago
  99. 4891e70 Install clang-format's editor integrations in $PREFIX/share/clang/ by Hans Wennborg · 11 years ago
  100. 418220b DR408: If a static data member of incomplete array type is declared in a class by Richard Smith · 11 years ago