1. 569716f [flang][hlfir] Fix multiple return declaration type by Tom Eccles · 2 years ago
  2. 6826d3c [Test] Add test for PR62430 showing bug in SCEV mul expression creation (NFC) by Dmitry Makogon · 2 years ago
  3. 0dda869 [libc++][ranges] Mark `views::stride` in progress by Hristo Hristov · 2 years ago
  4. f11d8c8 [FuncSpec][NFC] Improve the unittest coverage. by Alexandros Lamprineas · 2 years ago
  5. be7c859 [CodeGenPrepare] Fix for using outdated/corrupt LoopInfo by Momchil Velikov · 2 years ago
  6. 762cb1d [clang][dataflow] Create `Value`s for integer literals. by Martin Braenne · 2 years ago
  7. 5a8fc41 [libc] Disable atomic optimizations for `libc` AMDGPU builds by Joseph Huber · 2 years ago
  8. 0eb0fec [mlir][ExecutionEngine] Only load JITDyLibs without init/destroy funcs. by Ingo Müller · 2 years ago
  9. 53f6229 [Bazel][mlir] Fix layering check after 11db162db07d6083b79f4724e649a8c2c69913e1 by Christian Sigg · 2 years ago
  10. 87a3253 [clang-tidy] Reserved-identifier: Improved AllowedIdentifiers option to support regular expressions by Felix · 2 years ago
  11. 7faed5c [X86][AMX] Let Store not be removed if combineCastStore failed by Bing1 Yu · 2 years ago
  12. 1826c72 [mlir][transform] SequenceOp: Top-level operations can be used as matchers by Matthias Springer · 2 years ago
  13. 726d076 [mlir][transform] ApplyPatternsOp: Add check to prevent modifying the transform IR by Matthias Springer · 2 years ago
  14. 16b46dd [AArch64] More tablegen patterns for addp of two extracts by David Green · 2 years ago
  15. 68f34e4d [AArch64] Add tablegen patterns for faddp of two extracts by David Green · 2 years ago
  16. 18eb31c [SCCP][NFC] Regenerate test case by luxufan · 2 years ago
  17. 22224ac [SCCP][NFC] Regenerate test case by luxufan · 2 years ago
  18. 1ebbbf1 [LoopUnrollRuntime] Allow indirect transition to deopt non-latch exit blocks by Yevgeny Rouban · 2 years ago
  19. 2d8044e Recommit [ABI] [C++20] [Modules] Don't generate vtable if the class is defined in other module unit by Chuanqi Xu · 2 years ago
  20. b9a134a [XRay] Mark Mach-O xray_instr_map and xray_fn_idx as S_ATTR_LIVE_SUPPORT by Fangrui Song · 2 years ago
  21. 04ed822 [RISCV] Match shl (ext v, splat 1) to vector widening add. by Jianjian GUAN · 2 years ago
  22. e17bc02 [MC] flushPendingLabels: set Atom for new fragment after D71368 by Fangrui Song · 2 years ago
  23. 507efbc [MC] Fold A-B when A is a pending label or A/B are separated by a MCFillFragment by Fangrui Song · 2 years ago
  24. ada137a [MC] Remove unneeded MCDataFragment check from AttemptToFoldSymbolOffsetDifference by Fangrui Song · 2 years ago
  25. c26c5e4 [MC] flushPendingLabels: set Atom for new fragment after D71368 by Fangrui Song · 2 years ago
  26. c32ba7d [libc] [NFC] malloc.h: fix include guard typo by Alfred Persson Forsberg · 2 years ago
  27. 49b61ea [XRay][test] Make tests less sensitive to .Ltmp/Ltmp label changes by Fangrui Song · 2 years ago
  28. 59723e4 [Target] Use llvm::is_contained (NFC) by Kazu Hirata · 2 years ago
  29. e7541f5 [BOLT] Use llvm::is_contained (NFC) by Kazu Hirata · 2 years ago
  30. 9932eb0 [AST] Use DenseMapBase::lookup (NFC) by Kazu Hirata · 2 years ago
  31. 4f7680c [libc++][spaceship][NFC] P1612R2: Mark remove `operator!=` from "Ranges Library" items as "Complete" by Hristo Hristov · 2 years ago
  32. 11db162 [Bazel][mlir] Port ee8b8d6b58e1ff45d1bcbad38c6cf458f872b38d by Pranav Kant · 2 years ago
  33. 27ccf0f [MLIR] Provide bare pointer memref lowering option on gpu-to-nvvm pass by Uday Bondhugula · 2 years ago
  34. b57e049 clang/HIP: Use __builtin_fmaf16 by Matt Arsenault · 2 years ago
  35. 112fa9a [Doc] Fix table layout by Serge Pavlov · 2 years ago
  36. fb60dda [GlobalIsel][X86] selectDivRem - fix typo in 64-bit AH handling code by Simon Pilgrim · 2 years ago
  37. 46479ea [GlobalIsel][X86] Regenerate srem/urem select test coverage by Simon Pilgrim · 2 years ago
  38. 7dd387d [clang] Add __builtin_isfpclass by Serge Pavlov · 2 years ago
  39. 315e300 [CodeGenPrepare][RISCV] Remove asserting VH references before erasing the dead GEP by Yingwei Zheng · 2 years ago
  40. f2d9f84 [SCCP][NFC] Regenerate test case by luxufan · 2 years ago
  41. ee8b8d6 [mlir][math] Uplift from arith to math.fma by Ivan Butygin · 2 years ago
  42. e1164c7 [X86] Regenerate tls.ll and reuse common linux check prefixes by Simon Pilgrim · 2 years ago
  43. d7464ea [X86] Regenerate add32ri8.ll by Simon Pilgrim · 2 years ago
  44. b7287a8 [SVE][AArch64TTI] Fix invalid mla combine that miscomputes the value of inactive lanes. by Paul Walker · 2 years ago
  45. c7c71aa [NFC][AArch64TTI] Breakout add/sub combines into discrete functions. by Paul Walker · 2 years ago
  46. 7a8f6a3 Increase test coverage of Transforms/InstCombine/AArch64/sve-intrinsic-muladdsub.ll by Paul Walker · 2 years ago
  47. 82d4dc2 [clang-tidy] Improve `performance-move-const-arg` message when no move constructor is available by AMS21 · 2 years ago
  48. c96306d [clang-tidy] Fix `llvmlibc-inline-function-decl` false positives for templated function definitions by AMS21 · 2 years ago
  49. ed0620f [gn build] Port 845618cf69e8 by LLVM GN Syncbot · 2 years ago
  50. 845618c [clang-tidy] Refactor common code from the Noexcept*Checks into `NoexceptFunctionCheck` by AMS21 · 2 years ago
  51. 7400bdc pr62660-normalization-failure.ll REQUIRES: asserts (#62660) by NAKAMURA Takumi · 2 years ago
  52. 44e63ff [clang] Replace uses of CGBuilderTy::CreateElementBitCast (NFC) by Youngsuk Kim · 2 years ago
  53. 5ad9adb [Hexagon] Add missing patterns for boolean [v]selects by Krzysztof Parzyszek · 2 years ago
  54. 833438e [Hexagon] Handle all compares of i1 and vNi1 by Krzysztof Parzyszek · 2 years ago
  55. d1c3ec6 [Hexagon] Add missing patterns for truncate to vNi1 by Krzysztof Parzyszek · 2 years ago
  56. 9aa4ffb [gn build] Port cea4285949b5 by LLVM GN Syncbot · 2 years ago
  57. 5e97a91 [gn] fix build after 992cb98462ab by Nico Weber · 2 years ago
  58. 2cb8d5c [Pseudo Probe] Do not place functions in nodeduplicate COMDATs by Fangrui Song · 2 years ago
  59. 8411bdb [clang-format][NFC] Remove redundant getLLVMStyle() in unit tests by Owen Pan · 2 years ago
  60. 06ef0a3 [Support/ELF] - Add OpenBSD PT_OPENBSD_NOBTCFI constant. by Brad Smith · 2 years ago
  61. 8225698 [LSR] Enable SCEV verification for test from f3a0ad2d and mark as XFAIL by Florian Hahn · 2 years ago
  62. 2cb8056 PPCAsmParser: Use parseOptionalToken by Fangrui Song · 2 years ago
  63. 597f04f [MLIR] Add support for bare pointer calling convention in gpu-to-llvm by Uday Bondhugula · 2 years ago
  64. 1797ab3 Revert "[LSR] Consider post-inc form when creating extends/truncates." by Florian Hahn · 2 years ago
  65. 8638654 [mlir][arith] Remove unused ODS class by Jeff Niu · 2 years ago
  66. f3a0ad2 [LSR] Add test for #62660. by Florian Hahn · 2 years ago
  67. f8a1d02 [Coding style] Fix incorrect link syntax by Felipe de Azevedo Piovezan · 2 years ago
  68. cea4285 [libc++][NFC] Granularise <thread> header by Hui · 2 years ago
  69. cca42ff [docs] Fix link for static constructors article by Prajwal S N · 2 years ago
  70. fe19036 [AMDGPU] Update test after abfeda5af329b58. by Florian Hahn · 2 years ago
  71. abfeda5 [LSR] Consider post-inc form when creating extends/truncates. by Florian Hahn · 2 years ago
  72. f63c038 [LSR] Add test case for #58039. by Florian Hahn · 2 years ago
  73. f2a352e [Clang] Add the list of core papers approved in Varna to the status page by Corentin Jabot · 2 years ago
  74. 62d86142 [Pseudo Probe] Make .pseudo_probe GC-able by Fangrui Song · 2 years ago
  75. 01b5128 [AMDGPU] Generate checks for load-constant tests by Jay Foad · 2 years ago
  76. 6b53c35 [bazel] Fix clang after D148094 by Fangrui Song · 2 years ago
  77. 992cb98 [clang][CodeGen] Break up TargetInfo.cpp [8/8] by Sergei Barannikov · 2 years ago
  78. 6353477 [clang][CodeGen] Break up TargetInfo.cpp [7/8] by Sergei Barannikov · 2 years ago
  79. c2888cd [NFC] Fix potential dereferencing of null return value. by Sindhu Chittireddy · 2 years ago
  80. b35c3fd [Bazel][mlir] Port 120cd5aafca2ccc8b04d208598e817ffc6d0b869 by Pranav Kant · 2 years ago
  81. c216ce0 [LoongArch] Fix handling of the chain of CSRWR and CSRXCHG nodes by Weining Lu · 2 years ago
  82. 4a69fd6 [LoongArch][NFC] Precommit test for D153120 (the fix of CSRWR and CSRXCHG) by Weining Lu · 2 years ago
  83. 120cd5a [MLIR] Register all extensions in CAPI's RegisterEverything by Ashay Rane · 2 years ago
  84. 12fee61 [RISCV] Fold special case (xor (setcc constant, y, setlt), 1) -> (setcc y, constant + 1, setlt) by LiaoChunyu · 2 years ago
  85. b84721d clang/AMDGPU: Emit atomicrmw for atomic_inc/dec builtins by Matt Arsenault · 2 years ago
  86. def6158 [MC] Restore a special case to support limited A-B folding when A/B are in the same fragment being laided out by Fangrui Song · 2 years ago
  87. 441108c Reland [clang-format] Fix overlapping whitespace replacements before PPDirective by Owen Pan · 2 years ago
  88. 1b8c7ee [Fuchsia] Forward libedit flags to stage2 by Daniel Thornburgh · 2 years ago
  89. 6eb8c35 [RISCV] Fix a latent miscompile in doPeepholeMaskedRVV by Philip Reames · 2 years ago
  90. 6f5932e [RISCV] Add a policy operand to VPseudoBinaryNoMaskTU [NFC] by Philip Reames · 2 years ago
  91. 3aeb27d [mlir][Vector] Fix 0-D tensor vectorization in Linalg by Diego Caballero · 2 years ago
  92. 926e1fa [clang-format][NFC] Use verifyGoogleFormat in FormatTest.cpp by Owen Pan · 2 years ago
  93. 3ab9d4f [RISCV] Reduce alignment for __attribute__((riscv_rvv_vector_bits)) for LMUL<1 types. by Craig Topper · 2 years ago
  94. b3137d5 [RISCV] Refactor vecPolicyOp skip logic in doPeepholeMaskedRVV. NFC by Luke Lau · 2 years ago
  95. 39e2232 [RISCV] Reuse RISCVDAGToDAGISel member TTI in doPeepholeMaskedRVV. NFC by Luke Lau · 2 years ago
  96. a1d73b7 [Fuchsia] Forward terminfo flags to stage 2 by Daniel Thornburgh · 2 years ago
  97. 95697de [RISCV] Make all vector binops use the _TU pseudo form by Philip Reames · 2 years ago
  98. a986998 [RISCV] Introduce RISCVISD::VWMACC(U/SU)_VL opcode by Nitin John Raj · 2 years ago
  99. 20b4df1 [clang-format][NFC] Clean up unit tests by Owen Pan · 2 years ago
  100. 12c12c5 TTI: Add function to hasBranchDivergence by Matt Arsenault · 2 years ago