1. e6a0ab1 [HIP] Fix -save-temps by Yaxun Liu · 4 years, 7 months ago
  2. b8ee3f4 [ARM] Fix arm_neon.h with -flax-vector-conversions=none by Eli Friedman · 4 years, 7 months ago
  3. bcf02e2 [WebAssembly] Add builtin and intrinsic for v8x16.swizzle by Thomas Lively · 4 years, 7 months ago
  4. efd8c82 [NFC] Reverting changes from test commit. llvm commit access test succeeded. by Mitchell Balan · 4 years, 7 months ago
  5. c77ec8c [NFC] Test commit. Testing llvm commit access only. by Mitchell Balan · 4 years, 7 months ago
  6. 8d377ab [clang-format] Update noexcept reference qualifiers detection by Krasimir Georgiev · 4 years, 7 months ago
  7. 3cc6690 [clang-offload-bundler] Support `.cui` and `.d`. by Michael Liao · 4 years, 7 months ago
  8. 45184f8 [mips] Set default float ABI to "soft" on FreeBSD by Simon Atanasyan · 4 years, 7 months ago
  9. 7857983 [DebugInfo] Enable call site debug info for ARM and AArch64 by Nikola Prica · 4 years, 7 months ago
  10. 41d366c [Sema] Emit diagnostics for uncorrected delayed typos at the end of TU by Ilya Biryukov · 4 years, 7 months ago
  11. 38ab4b4 Revert r374006: Reland 'Add VFS support for sanitizers' blacklist' by Ilya Biryukov · 4 years, 7 months ago
  12. 2a13736 Unify the two CRC implementations by Hans Wennborg · 4 years, 7 months ago
  13. d2d3fbf [c++20] P1152R4: warn on any simple-assignment to a volatile lvalue by Richard Smith · 4 years, 7 months ago
  14. 2541705 [c++20] Implement most of P1152R4. by Richard Smith · 4 years, 7 months ago
  15. be100f2 [cxx_status] Note that Clang has supported std::source_location since version 9. by Richard Smith · 4 years, 7 months ago
  16. b9f58af Factor out some duplication. NFC. by Richard Smith · 4 years, 7 months ago
  17. b39c40c [clang-scan-deps] Improve string/character literal skipping by Alex Lorenz · 4 years, 7 months ago
  18. b7e1c7c [IRGen] Emit lifetime markers for temporary struct allocas by Francis Visoiu Mistrih · 4 years, 7 months ago
  19. 54b0fb8 Fix crash or wrong code bug if a lifetime-extended temporary contains a by Richard Smith · 4 years, 7 months ago
  20. 9558f9d [clang] enable_trivial_var_init_zero should not be Joined<> by Vitaly Buka · 4 years, 7 months ago
  21. fa3a6b8 [clang] Add llvm-ifs in test deps by Vitaly Buka · 4 years, 7 months ago
  22. 1d45d5e [OPENMP50]Multiple vendors in vendor context must be treated as logical by Alexey Bataev · 4 years, 7 months ago
  23. b9ffe7a Try to get ubsan-blacklist-vfs.c pass more on Windows by Nico Weber · 4 years, 7 months ago
  24. 2eb3835 [BPF] do compile-once run-everywhere relocation for bitfields by Yonghong Song · 4 years, 7 months ago
  25. bd6eec4 [NFC] Attempt to make ubsan-blacklist-vfs test pass on Windows by Jan Korous · 4 years, 7 months ago
  26. 65bb9cb [driver][hip] Skip bundler if host action is nothing. by Michael Liao · 4 years, 7 months ago
  27. ef440ca [OPENMP50]Do not allow multiple same context traits in the same context by Alexey Bataev · 4 years, 7 months ago
  28. 36fa0d7 [OPENMP50]Prohibit multiple context selector sets in context selectors. by Alexey Bataev · 4 years, 7 months ago
  29. 60b5952 [clang][ifs] Clang Interface Stubs ToolChain plumbing. by Puyan Lotfi · 4 years, 7 months ago
  30. f1b8248 [OPENMP50]Allow functions in declare variant directive to have different by Alexey Bataev · 4 years, 7 months ago
  31. 01b473e [SVE][IR] Scalable Vector size queries and IR instruction support by Graham Hunter · 4 years, 7 months ago
  32. 31d3044 [Diagnostics] Silence -Wsizeof-array-div for character buffers by James Clarke · 4 years, 7 months ago
  33. 2aa66af Remove an useless allocation (from by clang-analyzer/scan-build) by Sylvestre Ledru · 4 years, 7 months ago
  34. 8910a54 [ItaniumMangle] Fix mangling of GNU __null in an expression to match GCC by James Clarke · 4 years, 7 months ago
  35. d798a1e [NFC] Fix ubsan-blacklist test by Jan Korous · 4 years, 7 months ago
  36. 7a835aa Reland 'Add VFS support for sanitizers' blacklist' by Jan Korous · 4 years, 7 months ago
  37. 9900ef4 Revert "Add VFS support for sanitizers' blacklist" by Jan Korous · 4 years, 7 months ago
  38. a182e25 [clang] Accept -ftrivial-auto-var-init in clang-cl by Vitaly Buka · 4 years, 7 months ago
  39. 2aa330f Add VFS support for sanitizers' blacklist by Jan Korous · 4 years, 7 months ago
  40. bfb7afe [Diagnostics] Emit better -Wbool-operation's warning message if we known that the result is always true by David Bolvansky · 4 years, 7 months ago
  41. afaf7b4 [OPENMP]Fix caonical->canonical, NFC. by Alexey Bataev · 4 years, 7 months ago
  42. fe49395 Fix for expanding __pragmas in macro arguments by Amy Huang · 4 years, 7 months ago
  43. f8c3d1a [OPENMP50]Treat range-based for as canonical loop. by Alexey Bataev · 4 years, 7 months ago
  44. b886fe4 [clang] [cmake] Support LLVM_DISTRIBUTION_COMPONENTS in stand-alone build by Michal Gorny · 4 years, 7 months ago
  45. 0e6f176 Fix Calling Convention through aliases by Erich Keane · 4 years, 7 months ago
  46. 73d27f6 [libTooling][NFC] Fix build break in r373916. by Yitzhak Mandelbaum · 4 years, 7 months ago
  47. 880337d [clang-format] [PR27004] omits leading space for noexcept when formatting operator delete() by Paul Hoad · 4 years, 7 months ago
  48. 398e102 [clang-format] [NFC] Ensure clang-format is itself clang-formatted. by Paul Hoad · 4 years, 7 months ago
  49. 7fc84cd Codegen - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  50. cb574e1 [libTooling] Add `toString` method to the Stencil class by Yitzhak Mandelbaum · 4 years, 7 months ago
  51. d779f01 Sema - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  52. 4000ede [clang] Add test for FindNextToken in Lexer. by Utkarsh Saxena · 4 years, 7 months ago
  53. 7bd3577 RewriteModernObjC - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  54. d55e669 AST - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  55. a17aaa7 [ASTImporter][NFC] Enable disabled but passing test by Gabor Marton · 4 years, 7 months ago
  56. d263b49 [ASTImporter][NFC] Update ASTImporter internals docs by Gabor Marton · 4 years, 7 months ago
  57. bba9a63 [ASTImporter][NFC] Fix typo in user docs by Gabor Marton · 4 years, 7 months ago
  58. ad1f33d clang-cl: Ignore the new /ZH options by Hans Wennborg · 4 years, 7 months ago
  59. c6e0b35 [c++20] Check for a class-specific operator delete when deleting an by Richard Smith · 4 years, 7 months ago
  60. 231ea99 Fix behavior of __builtin_bit_cast when the From and To types are the same. by Richard Smith · 4 years, 7 months ago
  61. 1c3c183 Implements CWG 1601 in [over.ics.rank/4.2] by Richard Smith · 4 years, 7 months ago
  62. c059e0a [Sema] Avoids an assertion failure when an invalid conversion declaration is used by Richard Smith · 4 years, 7 months ago
  63. 6a33e2a [InstCombine] don't assume 'inbounds' for bitcast pointer to GEP transform (PR43501) by Sanjay Patel · 4 years, 7 months ago
  64. d7f57aa [clang-format][docs] Fix the Google C++ and Chromium style guide URLs by Paul Hoad · 4 years, 7 months ago
  65. 1805646 Try to fix sphinx indentation error by Simon Pilgrim · 4 years, 7 months ago
  66. d5265df RewriteObjC - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  67. 2b7e3dd [Diagnostics] Highlight expr's source range for -Wbool-operation by David Bolvansky · 4 years, 7 months ago
  68. f627e4f SemaTemplate - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  69. 2fc657a TreeTransform - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  70. b2c2715 Remove redundant !HasDependentValue check. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  71. d8eb1a1 SemaStmt - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  72. f39ad0d [clang-format] SpacesInSquareBrackets should affect lambdas with parameters too by Paul Hoad · 4 years, 7 months ago
  73. 8a09348 [NFCI] Slightly improve warning message by David Bolvansky · 4 years, 7 months ago
  74. a74bc18 [Diagnostics] Use Expr::isKnownToHaveBooleanValue() to check bitwise negation of bool in languages without a bool type by David Bolvansky · 4 years, 7 months ago
  75. 4ab6c06 [clang] fix a typo from r372531 by Yuanfang Chen · 4 years, 7 months ago
  76. 8d0a55c [clang] [cmake] Use add_clang_tool() to install all tools by Michal Gorny · 4 years, 7 months ago
  77. f758ad0 [Sema] Split out -Wformat-type-confusion from -Wformat-pedantic by Erik Pilkington · 4 years, 7 months ago
  78. a22db94 Add missing null pointer check in -ftime-trace code by Reid Kleckner · 4 years, 7 months ago
  79. f90bb31 [CMake] Clang: Don't use object libraries with Xcode by Jordan Rose · 4 years, 7 months ago
  80. b0800c8 [OPENMP50]Suppport for multiple vendors in the same vendor context selector. by Alexey Bataev · 4 years, 7 months ago
  81. e3b053c SemaDeclAttr - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  82. cb0ef14 CGBlocks - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  83. a30cb89 [clang-format] C++11 braced lists should respect the SpacesInParentheses setting by Paul Hoad · 4 years, 7 months ago
  84. 96aaa24 [clang-format] [PR43531] clang-format damages "alternative representations" for operators by Paul Hoad · 4 years, 7 months ago
  85. 3501949 Further improve -Wbool-operation bitwise negation message by Sam McCall · 4 years, 7 months ago
  86. c491854 [clang-rename] Fix a crash when renaming a class without definition. by Haojian Wu · 4 years, 7 months ago
  87. 756a6a5 [clang-format] [PR42417] clang-format inserts a space after '->' for operator->() overloading by Paul Hoad · 4 years, 7 months ago
  88. f111417 [clang] Prevent false positives in arm-mfpu-none codegen test. by Simon Tatham · 4 years, 7 months ago
  89. 5429a2e [NFCI] Improve the -Wbool-operation's warning message by David Bolvansky · 4 years, 7 months ago
  90. 8ccf219 [Format] Fix docs after r373439 by Sam McCall · 4 years, 7 months ago
  91. df1316c [Driver] NFC: Remove duplicate call to getLibGccType by Cullen Rhodes · 4 years, 7 months ago
  92. b508704 [lldb][modern-type-lookup] No longer import temporary declarations into the persistent AST by Raphael Isemann · 4 years, 7 months ago
  93. 889c215 [CodeComplete] Ensure object is the same in compareOverloads() by Ilya Biryukov · 4 years, 7 months ago
  94. 60bc7b5 [clang-format] [PR43338] C# clang format has space issues betweern C# only keywords by Paul Hoad · 4 years, 7 months ago
  95. 0884008 [clang-format] [PR43333] Fix C# breaking before function name when using Attributes by Paul Hoad · 4 years, 7 months ago
  96. 0422259 [clang] [cmake] Add distribution install targets for remaining components by Michal Gorny · 4 years, 7 months ago
  97. 38c1f7c Properly handle instantiation-dependent array bounds. by Richard Smith · 4 years, 7 months ago
  98. 572ddc2 [OPENMP]Fix the test on Windows, NFC. by Alexey Bataev · 4 years, 7 months ago
  99. f9a668d ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  100. ae56b6c OverloadCandidate::getNumParams - silence static analyzer getAs<FunctionProtoType> null dereference warning. NFCI. by Simon Pilgrim · 4 years, 7 months ago