1. cf284f5 [DebugInfo] Fix the mismatching between C++ language tags and Dwarf versions. by Esme-Yi · 3 years ago
  2. 6285cc3 [clang][AST] Handle overload callee type in CallExpr::getCallReturnType. by Balázs Kéri · 3 years ago
  3. 28c477b [NFC] [Clang]: fix spelling mistake in assert message by Jim Lin · 3 years ago
  4. 475f565 [X86] Remove FeatureCLWB from FeaturesICLClient by Freddy Ye · 3 years, 1 month ago
  5. df37431 [Clang][Coroutine][DebugInfo] In c++ coroutine, clang will emit different debug info variables for parameters and move-parameters. by yifeng.dongyifeng · 3 years, 1 month ago
  6. be03d88 [RISCV][Clang] Add some RVV Permutation intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  7. ef570a8 [RISCV][Clang] Add all RVV Mask intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  8. 67dc350 [RISCV][Clang] Add more RVV load/store intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  9. 052b921 [RISCV][Clang] Add all RVV Reduction intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  10. 92052c2 [RISCV][Clang] Add RVV merge intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  11. 6b4f081 [RISCV][Clang] Add RVV Type-Convert intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  12. 295ca2d [RISCV][Clang] Add some RVV Floating-Point intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  13. 8c4a352 [RISCV][Clang] Add more RVV Floating-Point intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  14. 256a4e6 [RISCV][Clang] Add some RVV Floating-Point intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  15. d634a7f [RISCV][Clang] Add RVV Widening Integer Add/Subtract intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  16. 0724787 [libtooling][clang-tidy] Fix diagnostics not highlighting fed SourceRanges by Whisperity · 3 years, 1 month ago
  17. 971467d [Matrix] Implement C-style explicit type conversions for matrix types. by Saurabh Jha · 3 years, 1 month ago
  18. 522c2ea [RISCV][Clang] Add RVV vleff intrinsic functions. by Hsiangkai Wang · 3 years, 1 month ago
  19. 925afc6 Temporairly revert "[CGCall] Annotate `this` argument with alignment" by Roman Lebedev · 3 years, 1 month ago
  20. 448c80f [clang][AVR] Support variable decorator '__flash' by Ben Shi · 3 years, 1 month ago
  21. 02f2b1a [OpenMP51][DOCS] Claimed masked construct and report current patch, NFC. by cchen · 3 years, 1 month ago
  22. d4c5494 [OpenMP51] Initial support for masked directive and filter clause by cchen · 3 years, 1 month ago
  23. ca0d3c5 Handle alloc_size attribute on function pointers by Alex Richardson · 5 years ago
  24. 02ade40 [clang] tests: cleanup, update and add some new ones by Matheus Izvekov · 3 years, 1 month ago
  25. 83cbffa [HIP] Workaround ICE compiling SemaChecking.cpp with gcc 5 by Yaxun (Sam) Liu · 3 years, 1 month ago
  26. 7119e76 RISCVABIInfo::classifyArgumentType: Fix static analyzer warnings with uninitialized variables warnings - NFCI by Soumi Manna · 3 years, 1 month ago
  27. d5743d1 [AMDGPU] Allow relaxed/consume memory order for atomic inc/dec by Yaxun (Sam) Liu · 3 years, 1 month ago
  28. 90a0bdf [clang] Tiny format fix by Nathan Sidwell · 3 years, 1 month ago
  29. 1575356 [OpenCL] Simplify InsertOCLBuiltinDeclarationsFromTable by Sven van Haastregt · 3 years, 1 month ago
  30. cc69681 [clang][SourceManager] Fix -Wparentheses warning (NFC) by Yang Fan · 3 years, 1 month ago
  31. d49847d DebugInfo: Include inline namespaces in template specialization parameter names by David Blaikie · 3 years, 1 month ago
  32. 7cc2ef1 [ASTMatchers] Add `cxxBaseSpecifier` matcher (non-top-level) by Nikita Kniazev · 3 years, 1 month ago
  33. 7b3a878 Include `count` in AppleClang toolchains. by Dan Liew · 3 years, 1 month ago
  34. 94e1bb7 [AMDGPU] Allow -amdgpu-unsafe-fp-atomics to ignore denorm mode by Stanislav Mekhanoshin · 3 years, 1 month ago
  35. 47f7c52 [AIX] Support init priority attribute by Xiangling Liao · 3 years, 1 month ago
  36. 09d8573 [RISCV] Prevent __builtin_riscv_orc_b_64 from being compiled RV32 target. by Craig Topper · 3 years, 1 month ago
  37. 2aa45a8 [analyzer] Fix false positives in inner pointer checker (PR49628) by Valeriy Savchenko · 3 years, 1 month ago
  38. 7145a34 [analyzer] Fix crash on spaceship operator (PR47511) by Valeriy Savchenko · 3 years, 1 month ago
  39. 42f94b0 Revert "Reduce the number of attributes attached to each function" by Dávid Bolvanský · 3 years, 1 month ago
  40. 3ad21d0 [NFC] Fix warning introduced in 20105b6b4874a85813f7a4a3d8ad2a0f023dda14 by serge-sans-paille · 3 years, 1 month ago
  41. f2fc014 [analyzer] Fix dead store checker false positive by Valeriy Savchenko · 3 years, 1 month ago
  42. 3635165 [OpenCL][Docs] Fix typo in section label by Anastasia Stulova · 3 years, 1 month ago
  43. 4d72d57 [flang][driver] Add debug options not requiring semantic checks by Andrzej Warzynski · 3 years, 1 month ago
  44. db9052f [OpenCL] Fix mipmap read_image return types by Sven van Haastregt · 3 years, 1 month ago
  45. a241e7a [clang] Speedup line offset mapping computation by serge-sans-paille · 3 years, 1 month ago
  46. 4d61b7d Include `llvm-config` and `not` in AppleClang toolchains. by Dan Liew · 3 years, 1 month ago
  47. 43588a7 [Driver] Drop $DEFAULT_TRIPLE-$name as a fallback program name by Fangrui Song · 3 years, 1 month ago
  48. df8f801 [RISCV] Use multiclass inheritance to simplify some of riscv_vector.td. NFCI by Craig Topper · 3 years, 1 month ago
  49. ef6dbad [Driver][test] Test intended target only by Jinsong Ji · 3 years, 1 month ago
  50. 7dbdc40 Fix missing generate capture expression for novariants condition. by Jennifer Yu · 3 years, 1 month ago
  51. e01f834 [clang] Move int <-> float scalar conversion to a separate function by Saurabh Jha · 3 years, 1 month ago
  52. ed68414 Remove .gitignore entries not relevant in the monorepo. by Paul Robinson · 3 years, 1 month ago
  53. bce539c Correct the tablegen logic for MutualExclusions attribute checking. by Aaron Ballman · 3 years, 1 month ago
  54. f519121 [HIP] Fix rocm-detect.hip test path by Aaron En Ye Shi · 3 years, 1 month ago
  55. 9c31640 [SVE] Remove checks for warnings in scalable-vector tests. by Sander de Smalen · 3 years, 1 month ago
  56. 5424429 Revert "[clang] Speedup line offset mapping computation" by Nico Weber · 3 years, 1 month ago
  57. 91122dc [flang][driver] Add support for `-cpp/-nocpp` by Andrzej Warzynski · 3 years, 1 month ago
  58. 630079b [clang] Check AuxTarget exists when creating target in CompilerInstance by oToToT · 3 years, 1 month ago
  59. 7ad5a29 [Clang] Extend test coverage for -f[no-]finite-loops options. by Florian Hahn · 3 years, 1 month ago
  60. 656739b [clang] Speedup line offset mapping computation by serge-sans-paille · 3 years, 1 month ago
  61. 9b562ee [analyzer][NFC] Add tests for extents by Balazs Benics · 3 years, 1 month ago
  62. 6f2cf76 [-Wcompletion-handler] Don't recognize init methods as conventional by Valeriy Savchenko · 3 years, 1 month ago
  63. f67286e [analyzer] Fix body farm for Obj-C++ properties by Valeriy Savchenko · 3 years, 1 month ago
  64. 0046d6f [clang][Syntax] Handle invalid source range in expandedTokens. by Utkarsh Saxena · 3 years, 1 month ago
  65. f447b73 [OpenCL] Add as_size/ptrdiff/intptr/uintptr_t operators by Sven van Haastregt · 3 years, 1 month ago
  66. 3b739a5 Reland [InstCombine] Fold `((X - Y) - Z)` to `X - (Y + Z)` (PR49858) by Roman Lebedev · 3 years, 1 month ago
  67. c6f425f [clang, test] Fix use of undef FileCheck var by Thomas Preud'homme · 3 years, 1 month ago
  68. 6ce43f1 [CGCall] Annotate `this` argument with alignment by Roman Lebedev · 3 years, 1 month ago
  69. 6dae35e Revert "[NFC][Clang] Speculative fix for builtins-ppc-quadword-noi128.c" by Petr Hosek · 3 years, 1 month ago
  70. 8e1556e Add missing CHECK lines in test by Weverything · 3 years, 1 month ago
  71. 18270b2 Minor fix for test hip-code-object-version.hip by Yaxun (Sam) Liu · 3 years, 1 month ago
  72. 2d87bde [HIP] Change to code object v4 by Yaxun (Sam) Liu · 3 years, 6 months ago
  73. 1c870c7 [OpenMP] Define omp_is_initial_device() variants in omp.h by Hansang Bae · 3 years, 1 month ago
  74. ccd9836 Thread safety analysis: Don't warn about managed locks on join points by Aaron Puchert · 3 years, 1 month ago
  75. c986cde Let clang atomic builtins fetch add/sub support floating point types by Yaxun (Sam) Liu · 4 years ago
  76. 84928c4 [Windows] Add test coverage for line endings when rewriting includes by Alexandre Ganea · 3 years, 1 month ago
  77. a38c270 Pass -fcrash-diagnostics-dir along to LLVM by Paul Robinson · 3 years, 1 month ago
  78. 5240600 [index] Improve macro indexing support by Ben Langmuir · 3 years, 1 month ago
  79. 92c39c4 [clang][clangd] Avoid inconsistent target creation by oToToT · 3 years, 1 month ago
  80. 46870a0 [ObjC] Add a command line flag that disables recognition of objc_direct for testability by Erik Pilkington · 3 years, 1 month ago
  81. 847fc41 [Windows] Turn off text mode correctly in Rewriter to stop CRLF translation by Abhina Sreeskantharajan · 3 years, 1 month ago
  82. bc2f9e3 [NFC][Clang] Speculative fix for builtins-ppc-quadword-noi128.c by Roman Lebedev · 3 years, 1 month ago
  83. cfae1e0 Don't directly dereference getAs<> casts to avoid potential null dereferences. NFCI. by Simon Pilgrim · 3 years, 1 month ago
  84. b21d08b [SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag instead of OF_Text by Abhina Sreeskantharajan · 3 years, 1 month ago
  85. 83cde4c Silence -Woverloaded-virtual warnings from generated code; NFC by Aaron Ballman · 3 years, 1 month ago
  86. 94ced94 [CMake] Fix Python 3 lookup when building LLVM with tests by Dominik Montada · 3 years, 1 month ago
  87. 3c2833b [RISCV][Clang] Add all RVV Fixed-Point Arithmetic intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  88. b229b6e [RISCV][Clang] Add more RVV Integer intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  89. 76be24c [RISCV][Clang] Add RVV Widening Integer Extension intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  90. a882db3 [RISCV][Clang] Add RVV vnsra, vnsrl and vwmul intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  91. 8cca34e [RISCV][Clang] Add some RVV Integer intrinsic functions. by Zakk Chen · 3 years, 1 month ago
  92. 5f9054a [clang][Checkers] Fix PthreadLockChecker state cleanup at dead symbol. by Balázs Kéri · 3 years, 1 month ago
  93. e22b8dd [clang][tooling] Create SourceManager for DiagnosticsEngine before command-line parsing by Jan Svoboda · 3 years, 1 month ago
  94. 9514fa0 [clang][cli] Ensure plugin args are generated in deterministic order by Jan Svoboda · 3 years, 1 month ago
  95. 35505a5 [NewPM] Redesign of PreserveCFG Checker by Yevgeny Rouban · 3 years, 1 month ago
  96. bd69616 Rework the way statement attributes are processed; NFC by Aaron Ballman · 3 years, 1 month ago
  97. 122068d [OpenCL, test] Fix use of undef FileCheck var by Thomas Preud'homme · 3 years, 1 month ago
  98. cd37b50 [OPENMP51]Initial support for nocontext clause. by Jennifer Yu · 3 years, 1 month ago
  99. cec3348 [TextAPI] move source code files out of subdirectory, NFC by Cyndy Ishida · 3 years, 1 month ago
  100. c3e4534 [analyzer] DynamicSize: Rename 'size' to 'extent' by Charusso · 3 years, 1 month ago