1. 30827e4 [OPENMP50]Codegen support for scores in context selectors. by Alexey Bataev · 4 years, 7 months ago
  2. 484a788 [HIP] Use option -nogpulib to disable linking device lib by Yaxun Liu · 4 years, 7 months ago
  3. c8297e1 Check for qualified function types after substituting into the operand by Richard Smith · 4 years, 7 months ago
  4. 04d93a1 [clang-format] Add ability to wrap braces after multi-line control statements by Paul Hoad · 4 years, 7 months ago
  5. cf3ce1c PR43547: substitute into the type of a non-type template parameter if by Richard Smith · 4 years, 7 months ago
  6. 488d876 [HIP] Enable specifying different default gpu arch for HIP/CUDA. by Michael Liao · 4 years, 7 months ago
  7. f294fc0 DeclBase/DeclCXX/DeclTemplate - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  8. 2734b15 [OPENMP]Fix emission of the declare target variables in device mode. by Alexey Bataev · 4 years, 7 months ago
  9. a890b57 [OPENMP]Improve diagnostics for not found declare target entries. by Alexey Bataev · 4 years, 7 months ago
  10. 0eeebf8 [NFC] Added missing changes for rL373614 by David Bolvansky · 4 years, 7 months ago
  11. eef8c44 [Diagnostics] Bitwise negation of a boolean expr always evaluates to true; warn with -Wbool-operation by David Bolvansky · 4 years, 7 months ago
  12. c0fc42a Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  13. 01df4c0 ExprConstant - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  14. 4d78de1 Remove duplicate P->getAs<PointerType>() call. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  15. 781b611 [Alignment][NFC] Remove StoreInst::setAlignment(unsigned) by Guillaume Chatelet · 4 years, 7 months ago
  16. a782b2b [libTooling] Add various Stencil combinators for expressions. by Yitzhak Mandelbaum · 4 years, 7 months ago
  17. 4eef7a8 [Alignment][Clang][NFC] Add CharUnits::getAsAlign by Guillaume Chatelet · 4 years, 7 months ago
  18. 84d475a Silence static analyzer getAs<RecordType> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  19. 5fb4ff5 [clang][NFC] Fix misspellings in ExternalASTMerger.h by Raphael Isemann · 4 years, 7 months ago
  20. cb23d9d Fix driver tests when `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR` is `ON` by Serge Pavlov · 4 years, 7 months ago
  21. aba8d4b [HIP] Support -emit-llvm for device compilation by Yaxun Liu · 4 years, 7 months ago
  22. c10a6a0 Revert 373538 and follow-ups 373549 and 373552. by Nico Weber · 4 years, 7 months ago
  23. 5a376e2 PR43519: don't inject a diagnostic when constant-evaulation of a by Richard Smith · 4 years, 7 months ago
  24. 40ec03f Fixing broken builds due to r373538, issues with filepath and hexagon toolchain. by Puyan Lotfi · 4 years, 7 months ago
  25. bb4498a Fixing broken builds due to r373538 due to test that should have been deleted. by Puyan Lotfi · 4 years, 7 months ago
  26. 6d2412c Mark P0784R7 as complete and start defining its feature-test macro. by Richard Smith · 4 years, 7 months ago
  27. a706bc7 For P0784R7: support placement new-expressions in constant evaluation. by Richard Smith · 4 years, 7 months ago
  28. 9e958d3 For P0784R7: allow direct calls to operator new / operator delete from by Richard Smith · 4 years, 7 months ago
  29. 2b8b74a [clang][ifs] Clang Interface Stubs ToolChain plumbing. by Puyan Lotfi · 4 years, 7 months ago
  30. 6aa1f42 Fix uninitialized variable warning in CodeGenPGO constructor. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  31. 8147b00 ItaniumCXXABI - silence static analyzer getAs<RecordType> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  32. 5eb4fe3 [Clang][Driver][NFC] Corrected DeviceActionBuilder methods' comments. by Sergey Dmitriev · 4 years, 7 months ago
  33. 418e4ac CGObjCMac - silence static analyzer dyn_cast<>/getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  34. f44a44d [Stencil] Hide implementaion detai. NFC. by Benjamin Kramer · 4 years, 7 months ago
  35. 583cd05 [OPENMP50]Add parsing/sema analysis for declare variant score. by Alexey Bataev · 4 years, 7 months ago
  36. aef104a Type - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  37. 4ac13ca Silence static analyzer getAs<VectorType> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  38. e1b70ba SemaOverload - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  39. 9a999ae SemaInit - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  40. b143ac2 Log2_32 returns an unsigned. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  41. ca954c8 ASTContext - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  42. 9fde01c [ClangFormat] relnotes for r373439 by Sam McCall · 4 years, 7 months ago
  43. 8a4696a [clang-rename] Better renaming the typedef decl. by Haojian Wu · 4 years, 7 months ago
  44. 5ff4895 [ClangFormat] Future-proof Standard option, allow floating or pinning to arbitrary lang version by Sam McCall · 4 years, 7 months ago
  45. 2d3687c Rename TypeNodes.def to TypeNodes.inc for consistency across all by John McCall · 4 years, 7 months ago
  46. afe2faf Revert r368237 - Update fix-it hints for std::move warnings. by Richard Trieu · 4 years, 7 months ago
  47. ae8a5cd Fix crash on constant-evaluation of pseudo-destruction of a pointer. by Richard Smith · 4 years, 7 months ago
  48. c09cbfd Remove TypeNodes.def from the modulemap. by John McCall · 4 years, 7 months ago
  49. 8873658 Fix unused variable warning. NFCI. by Michael Liao · 4 years, 7 months ago
  50. 739c4b3 Emit TypeNodes.def with tblgen. by John McCall · 4 years, 7 months ago
  51. 458ec23 Use scope qualifiers in Clang's tblgen backends to get useful by John McCall · 4 years, 7 months ago
  52. 53f33d5 [clang][OpenMP][NFC] #include GlobalDecl.h to avoid incomplete class type by Jordan Rupprecht · 4 years, 7 months ago
  53. 0a08067 CGVTables - silence static analyzer getAs<FunctionProtoType> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  54. 5d5285a CGExprAgg - remove duplicate code. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  55. 3b45bb5 [clang-format] [PR43372] - clang-format shows replacements in DOS files when no replacement is needed by Paul Hoad · 4 years, 7 months ago
  56. 8f539ae [OPENMP50]Initial codegen for declare variant implementation vendor. by Alexey Bataev · 4 years, 7 months ago
  57. b045221 [NFC] Updated tests after rL373371 by David Bolvansky · 4 years, 7 months ago
  58. f7b6d14 [OPENMP]Fix PR43330: OpenMP target: Mapping of partial arrays fails. by Alexey Bataev · 4 years, 7 months ago
  59. d89aefb [Diagnostics] Make -Wenum-compare-conditional off by default by David Bolvansky · 4 years, 7 months ago
  60. 1d71a6c [ThinLTO] Enable index-only WPD from clang by Teresa Johnson · 4 years, 7 months ago
  61. 32e6e84 [OPENMP]Fix PR43516: Compiler crash with collapse(2) on non-rectangular loop. by Alexey Bataev · 4 years, 7 months ago
  62. 57d782a [Diagnostics] Move warning into the subgroup (-Wenum-compare-conditional) by David Bolvansky · 4 years, 7 months ago
  63. 72b8749 [clang] Make handling of unnamed template params similar to function params by Kadir Cetinkaya · 4 years, 7 months ago
  64. f791ec4 [clang] Ignore builtin namespaces in test/Import/cxx-anon-namespace by Raphael Isemann · 4 years, 7 months ago
  65. 5dd8fd3 [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSource by Raphael Isemann · 4 years, 7 months ago
  66. 50f8015 Decrease the verbosity of the -ftime-trace option by Sylvestre Ledru · 4 years, 7 months ago
  67. 8e3efb4 Don't elide the use of the thread wrapper for a thread_local constinit by Richard Smith · 4 years, 7 months ago
  68. 43d2820 [c++20] Add a C++20 version of the existing turing machine test. by Richard Smith · 4 years, 7 months ago
  69. 0d4dcf2 During constant evaluation, handle CXXBindTemporaryExprs for by Richard Smith · 4 years, 7 months ago
  70. 66e4895 [c++20] Fix crash when constant-evaluating an assignment with a by Richard Smith · 4 years, 7 months ago
  71. 8ea70c9 Fix Driver/modules.cpp test to work when build directory name contains '.s' by Tom Stellard · 4 years, 7 months ago
  72. bf74578 Fix crash on value-dependent delete-expressions. by Richard Smith · 4 years, 7 months ago
  73. 9acf4a4 Make function static that didn't need linkage. by Erich Keane · 4 years, 7 months ago
  74. 53fd6e7 Fix failure caused by r373247 by Erich Keane · 4 years, 7 months ago
  75. 140b3e2 [NFC] Fix tests, second try by David Bolvansky · 4 years, 7 months ago
  76. 6eaa86e [OPENMP50]Mark declare variant attribute as inheritable. by Alexey Bataev · 4 years, 7 months ago
  77. acdf91b [NFCI] Updated broken test by David Bolvansky · 4 years, 7 months ago
  78. 5a24249 [Diagnostics] Warn if enumeration type mismatch in conditional expression by David Bolvansky · 4 years, 7 months ago
  79. 6ce1fe9 Teach CallGraph to look into Generic Lambdas. by Erich Keane · 4 years, 7 months ago
  80. 0510678 [OPENMP50]Do not emit warning for the function with the currently defined body. by Alexey Bataev · 4 years, 7 months ago
  81. 5d31b2a Fix buildbot failure from r373217 (don't match metadata id exactly) by Teresa Johnson · 4 years, 7 months ago
  82. 3da9ca4 [Clang] Use -main-file-name for source filename if not set by Teresa Johnson · 4 years, 7 months ago
  83. bc17e9d Correct function declarations; NFC. by Aaron Ballman · 4 years, 7 months ago
  84. d24b4c8 [OPENMP] Fix comment, NFC. by Alexey Bataev · 4 years, 7 months ago
  85. 57596fe [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned) by Guillaume Chatelet · 4 years, 7 months ago
  86. dcf0b90 DeclCXX/ExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  87. 66e6682 [Alignment][NFC] Remove LoadInst::setAlignment(unsigned) by Guillaume Chatelet · 4 years, 7 months ago
  88. 7b588ed [lldb][clang][modern-type-lookup] Use ASTImporterSharedState in ExternalASTMerger by Raphael Isemann · 4 years, 7 months ago
  89. b3dd0710 Don't crash if a variable with a constexpr destructor has a by Richard Smith · 4 years, 7 months ago
  90. 868a5a7 [clang-format] Reference qualifiers in member templates causing extra indentation. by Paul Hoad · 4 years, 7 months ago
  91. bed86ca [cxx_status] Mark P0784R7 as partially complete. by Richard Smith · 4 years, 7 months ago
  92. 38090e1 For now, disallow lifetime-extended temporaries with non-trivial (but by Richard Smith · 4 years, 7 months ago
  93. 9a10e4b Fix checking for permitted results of constant expressions. by Richard Smith · 4 years, 7 months ago
  94. 39625a7 For P0784R7: compute whether a variable has constant destruction if it by Richard Smith · 4 years, 7 months ago
  95. 1820785 SemaExpr - silence static analyzer getAs<> null dereference warnings. NFCI. by Simon Pilgrim · 4 years, 7 months ago
  96. b07d293 Don't install example analyzer plugins by Aaron Puchert · 4 years, 7 months ago
  97. 7eda23f Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT` by Serge Pavlov · 4 years, 7 months ago
  98. 95e1920 [TimeProfiler] Fix "OptModule" section and add new "Backend" sections by Anton Afanasyev · 4 years, 7 months ago
  99. 9335b52 For P0784R7: add support for explicit destructor calls and by Richard Smith · 4 years, 7 months ago
  100. 184dbea [Clang][OpenMP Offload] Create start/end symbols for the offloading entry table with a help of a linker by Sergey Dmitriev · 4 years, 7 months ago