1. 0f1e61b Fix build system for rebase. by Tim Murray · 10 years ago main master
  2. 6b161a1 Update build system for rebase. by Tim Murray · 10 years ago
  3. 61f99ff Merge remote-tracking branch 'upstream/master' into rebase by Tim Murray · 10 years ago
  4. bf6a66c [driver] Disable the slp vectorizer at -O0, -O1, and -Oz. This mirrors the by Chad Rosier · 10 years ago
  5. 6f6c038 Remove unused using statement. by Nico Weber · 10 years ago
  6. 9860270 Renaming range-based for loop variables so they don't appear iterator-like. by Aaron Ballman · 10 years ago
  7. 78beaaa [C++11] Converting to range-based for loops. No functional changes intended. by Aaron Ballman · 10 years ago
  8. 9a7de24 clang-format: Improve binary operator detection. by Daniel Jasper · 10 years ago
  9. c944d2a clang-format: Fixes spaces in case statements. by Daniel Jasper · 10 years ago
  10. 91417dd [ARM64]Fix a bug cannot select UQSHL/SQSHL with constant i64 shift amount. by Hao Liu · 10 years ago
  11. 4145db1 clang-format: Don't wrap after @interface. by Daniel Jasper · 10 years ago
  12. d53fa2e Follow-up to r207071: Let newFrontendActionFactory() return a unique_ptr. by Nico Weber · 10 years ago
  13. 113a55f libclang: split out the documentation comment API by Alp Toker · 10 years ago
  14. efdd867 [objcmt] Revert r191796, it's not needed anymore. by Argyrios Kyrtzidis · 10 years ago
  15. b97eabc CodeGen: remove an unused variable by Saleem Abdulrasool · 10 years ago
  16. 2574f88 [SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a macro. by Argyrios Kyrtzidis · 10 years ago
  17. 22ede25 [Index/DocComments] When cloning a full comment, pick the template parameters from the original FullComment, by Argyrios Kyrtzidis · 10 years ago
  18. 68dfabb remove less relevant information + about packaging/Mac OS X + link to cfe-dev by Sylvestre Ledru · 10 years ago
  19. bb92cf2 Remove no longer relevant information in the gcc/llvm comparison page + minor updates by Sylvestre Ledru · 10 years ago
  20. ef3627f remove useless code by Sylvestre Ledru · 10 years ago
  21. 5f28cdb Remove deprecated information about performances: by Sylvestre Ledru · 10 years ago
  22. 394dfe8 clang-format: Fix bug when aligning trailing /**/-comments in macros. by Daniel Jasper · 10 years ago
  23. 2e3eed3 Fix the method len of the CompletionString object. Patch by Christopher Greene by Sylvestre Ledru · 10 years ago
  24. fa101d9 c-arcmt-test/Makefile: Update USEDLIBS for -static. by NAKAMURA Takumi · 10 years ago
  25. 78512b1 [SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there are no by Argyrios Kyrtzidis · 10 years ago
  26. c117f22 [Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we may have by Argyrios Kyrtzidis · 10 years ago
  27. dbc6d63 libclang: remove 'CXDiagnostic_Remark' by Alp Toker · 10 years ago
  28. 7129bf2 Add mangling for attribute enable_if. The demangling patch for libcxxabi is still in review. by Nick Lewycky · 10 years ago
  29. 34e8603 Fixed Assert In CGRecordLowering by Warren Hunt · 10 years ago
  30. a7b80b7 CodeGen: add __yield intrinsic for ARM by Saleem Abdulrasool · 10 years ago
  31. 5c29252 Make test pass on 32 bit architectures. by Benjamin Kramer · 10 years ago
  32. f0b6597 Print detailed vector type information on diagnostics. by Benjamin Kramer · 10 years ago
  33. fbba3c1 Fix leak of GlobalModuleIndex::IdentifierIndex, found by LSan. by Nico Weber · 10 years ago
  34. 62034ad PR19558: don't produce an "unused variable" warning for a variable template partial specialization. by Richard Smith · 10 years ago
  35. 653f5c6 CodeGen: replace use of @llvm.arm.sevl with @llvm.arm.hint by Saleem Abdulrasool · 10 years ago
  36. 544524b CodeGen: Cleanup variable linkage calculation by David Majnemer · 10 years ago
  37. 6ccd636 CodeGen: Refactor linkage/visibility calculation by David Majnemer · 10 years ago
  38. 266c0c9 Push unique_ptr ownership of ASTUnits further back into their factories. by David Blaikie · 10 years ago
  39. 8a6fa5c clang-cl: /fallback only applies to C or C++ files by Hans Wennborg · 10 years ago
  40. b67bacf clang-cl: pass -debug flag to the linker when compiling with debug info by Hans Wennborg · 10 years ago
  41. 7225262 Improve ownership of ASTUnits in libTooling by using std::unique_ptr. by David Blaikie · 10 years ago
  42. e73a9fd Revert "Reland r206934 with a hopefully fixed test" by Rafael Espindola · 10 years ago
  43. 1e77d0f fix a test-only leak found by lsan, PR19521 by Kostya Serebryany · 10 years ago
  44. 2196195 CodeGen: Avoid instrumenting implicit Decls more effectively by Justin Bogner · 10 years ago
  45. 4f2e3bb bindings: expose C++ access specifiers by Saleem Abdulrasool · 10 years ago
  46. 02091f0 Reland r206934 with a hopefully fixed test by Reid Kleckner · 10 years ago
  47. 0ba2e26 If we see an explicit instantiation declaration or definition of a function by Richard Smith · 10 years ago
  48. 57218ee MicrosoftVTableContext: Don't leak VPtrInfos. Found by LSan, PR19522. by Nico Weber · 10 years ago
  49. b7ed4ee Fix a tiny test-only leak, found by LSan. by Nico Weber · 10 years ago
  50. 1ed90e4 Intrin.h: remove __rdtsc and __rdtscp declarations by Hans Wennborg · 10 years ago
  51. 09a3930 [X86] Add Clang support for intrinsics __rdtsc and __rdtscp. by Andrea Di Biagio · 10 years ago
  52. 5a48fb5 Squelch leak found by LSan by handling missing switch case. by Jordan Rose · 10 years ago
  53. 4ec7faa [mips] Support 128-bit int in N32 ABI by overriding TargetInfo::hasInt128Type() by Daniel Sanders · 10 years ago
  54. 4a935ca AArch64: update tests to new way of printing NEON lists. by Tim Northover · 10 years ago
  55. f65f66e CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in msc17. by NAKAMURA Takumi · 10 years ago
  56. 3cc798b [mips] Correct size_t and ptrdiff_t for N32. by Daniel Sanders · 10 years ago
  57. b4e01ab Comment to XML conversion: use unique_ptr for SimpleFormatContext by Dmitri Gribenko · 10 years ago
  58. 9b7ce5b Simplify leak fix of r207076, by just disposing the previous CXString. by Argyrios Kyrtzidis · 10 years ago
  59. 33d6788 Don't leak _all_ directives in -verify mode. Found by LSan, PR19520. by Nico Weber · 10 years ago
  60. 9a68097 Don't leak invalid RegexDirectives. Probably a small part of PR19520. by Nico Weber · 10 years ago
  61. 4674f25 Fix two leaks found by LSan. by Nico Weber · 10 years ago
  62. 1f7b913 Fix two leaks found by LSan (one is test-only). by Nico Weber · 10 years ago
  63. 07aa876 Fix two test-only leaks found by LSan. by Nico Weber · 10 years ago
  64. 29c13d1 Fix two leaks in c-index-test found by LSan. by Nico Weber · 10 years ago
  65. 9fb2c58 Fix four more test-only leaks found by LSan. by Nico Weber · 10 years ago
  66. 3427ab0 Revert the "don't leak" part of r207065, looks like the bots don't like it :-/ by Nico Weber · 10 years ago
  67. 0917027 Fix 3 test-only leaks found by LSan. by Nico Weber · 10 years ago
  68. 0877ff4 More spellchecking for Index.h by Nico Weber · 10 years ago
  69. 8637d44 compeltions are never appropriate. by Nico Weber · 10 years ago
  70. 8de2f29 Don't leak objects in load-from-ast path unless DisableFree is set. by Nico Weber · 10 years ago
  71. edc6f0f When two templates get merged together, also merge their pattern declarations by Richard Smith · 10 years ago
  72. cc423c3 Fix test to not depend on llvm optimizations. by Michael J. Spencer · 10 years ago
  73. 2f579d9 Bury leaked sema pointer when reading from AST files. by Nico Weber · 10 years ago
  74. a4b982c Fix another leak in ParseMicrosoftAsmStatement(), found by LSan. by Nico Weber · 10 years ago
  75. d696316 Suppress unused variable warning by Reid Kleckner · 10 years ago
  76. 88d3e52 Change -Wfloating-point-conversion to -Wfloat-conversion. by Richard Trieu · 10 years ago
  77. 2e7d1f2 Fixed comments (thanks to Richard Smith). by Abramo Bagnara · 10 years ago
  78. d60acf3 Make RewriteRope less confusing for me. No intended behavior change. by Nico Weber · 10 years ago
  79. 2726ba6 Fix leak introduced in r194610, found by LSan. by Nico Weber · 10 years ago
  80. db32760 Moved operator delete to public area to appease gcc and conform to C++ standard. by Abramo Bagnara · 10 years ago
  81. 1cd8e7d Do not print inferred submodules explicitly in __inferred_module.map by Ben Langmuir · 10 years ago
  82. f035b1e Fix a memory leak found by LSan. by Nico Weber · 10 years ago
  83. 86bb94f Quick fix for layering that broke shared library build. by John Thompson · 10 years ago
  84. 437dc60 MS ABI: Use a different guard variable for each weak global by Reid Kleckner · 10 years ago
  85. b21ef91 Make TypeDecl much less friendly. by Richard Smith · 10 years ago
  86. 5828a1d Objective-C [IRGen]. Fixes a crash in IRGen involving use of by Fariborz Jahanian · 10 years ago
  87. 022878f [analyzer] Fix a leak found by LSan. by Jordan Rose · 10 years ago
  88. 489a7ba Don't pass llvm::DenseSet<> by value. by Alexander Kornienko · 10 years ago
  89. c2a06c6 Review feedback. by Diego Novillo · 10 years ago
  90. ebb7666 Review feedback. by Diego Novillo · 10 years ago
  91. d6d7a5d Review feedback by Diego Novillo · 10 years ago
  92. b86942f Add documentation for sample profiling support. by Diego Novillo · 10 years ago
  93. 252d11b Prune \param introduced in r206977, possibly committed ahead. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  94. 4b3c06d Add missing test input for r206979. by Logan Chien · 10 years ago
  95. 3da854e The rewrite constructor should actually rewrite. by Aaron Ballman · 10 years ago
  96. aafc70a Replacing a naked pointer with a unique_ptr. No functional changes intended. by Aaron Ballman · 10 years ago
  97. 5521b81 Minor formatting and simplification cleanup -- no functional changes intended. by Aaron Ballman · 10 years ago
  98. 9107bb3 Updated to be a bit more const friendly. Also switched the linkage to be static since this function is file-local. No functional changes intended. by Aaron Ballman · 10 years ago
  99. 53d5f45 Fix unused variable. by John Thompson · 10 years ago
  100. d2f62fa Add aarch64-linux-android triple for Android. by Logan Chien · 10 years ago