1. 4cbf683 [CUDA/HIP][SYCL] Deduplicate deferred diagnostics across multiple callers (#185926) by Yaxun (Sam) Liu · 5 hours ago main master
  2. 2fe9758 [CodeView] Initialize RegisterId members to RegisterId::NONE (#186551) by Vitaly Buka · 6 hours ago
  3. 8a2dfdbd [RISCV] Add codegen patterns to support short forward branches with immediates (#185643) by quic_hchandel · 9 hours ago
  4. 79b5891 [NFC][Support] Don't test UB in Caching.WriteAfterCommit (#186532) by Vitaly Buka · 9 hours ago
  5. 85da381 [ScalarEvolution] Limit recursion in getRangeRef for PHI nodes. (#152823) by Eli Friedman · 9 hours ago
  6. 668dfe5 [LoopIdiomVectorize] Preserve address space in FindFirstByte (#185226) by sweiglbosker · 10 hours ago
  7. e16f4e9 AMDGPU/GlobalISel: RegBankLegalize rules for amdgcn_ds_swizzle (#186024) by vangthao95 · 10 hours ago
  8. c9637d9 AMDGPU/GlobalISel: RegBankLegalize rules for s_getreg (#186253) by vangthao95 · 10 hours ago
  9. a3710e5 [LoopUnroll] Remove `computeUnrollCount()`'s return value (#184529) by Justin Fargnoli · 11 hours ago
  10. b09b5d9 [HLSL][DirectX] Add `transpose` HLSL intrinsic and DXIL lowering of `llvm.matrix.transpose` (#186263) by Deric C. · 11 hours ago
  11. 3812743 [coro] [async] There needs to be a one-to-one corespondance between the async resume function value and the suspend intrinsic (#186436) by Arnold Schwaighofer · 11 hours ago
  12. 1b3c1ee [CodeGen] Drop uses of BranchInst (#186391) by Alexis Engelke · 11 hours ago
  13. f68d880 [AMDGPU] Remove unused regclass SGPR_HI16. NFCI. (#186431) by Jay Foad · 11 hours ago
  14. a93a262 [TableGen] Use dbgs() instead of errs() in dump functions and LLVM_DEBUG (#186508) by Craig Topper · 11 hours ago
  15. e6f47d1 [LLVM] [SeparateConstOffsetFromGEP] patch PR 183402 to not assert on scalable types (#186503) by Meredith Julian · 11 hours ago
  16. 1f4bdb4 [AMDGPU] Mark VOPC_e64 instructions rematerializable (#186195) by Romanov Vlad · 11 hours ago
  17. e7a0332 Reapply "[OpenMP] Move OpenMP implicit argument to the end and reformat" (#186309) by Joseph Huber · 16 hours ago
  18. e982d84 [MIR][MachineInstr] Update MachineInstr::eraseFromParent() to return an iterator (#179787) by vporpo · 12 hours ago
  19. e736d076 [LoopFusion] Fusing with loop-invariant non-anti dependency (#186459) by Alireza Torabian · 12 hours ago
  20. f9fe6d3 [RISCV][P-ext] Remove unecessary AND from packed shift amounts. (#186488) by Craig Topper · 13 hours ago
  21. 46d8204 [clang][ssaf] Fix missing library dependency (#186496) by Balázs Benics · 13 hours ago
  22. 42344fa [X86] lowerV4F32Shuffle - don't use INSERTPS if SHUFPS will suffice (#186468) by Simon Pilgrim · 13 hours ago
  23. f52b31a AMDGPU/GlobalISel: RegBankLegalize rules for ds_bvh_stack (#186219) by vangthao95 · 14 hours ago
  24. fbf18e6 AMDGPU/GlobalISel: RegBankLegalize rules for s_setprio/sethalt/nop (#186244) by vangthao95 · 14 hours ago
  25. 18bf474 [X86] Add correct model values for znver1, znver2 shld, shrd (#186175) by Gergo Stomfai · 14 hours ago
  26. 34920b8 [NFC][SCEV] Use const_cast to avoid warnings/errors. (#186474) by Slava Zakharin · 14 hours ago
  27. 670f191 [DWARFVerifier] rewrite DieRangeInfo::insert to remove O(N^2) loop (#185915) by Peter Rong · 14 hours ago
  28. 174876d [clang][ssaf] Fix shared library build by adding missing clangBasic dependency (#186475) by Balázs Benics · 15 hours ago
  29. b771bf0 [llvm-otool] Fix -arch flag for universal binary slice selection (#184810) by Ryan Mansfield · 15 hours ago
  30. 68aaf58 AMDGPU/GlobalISel: RegBankLegalize rules for FFBH/FFBL (#186017) by vangthao95 · 15 hours ago
  31. 4047db4 AMDGPU/GlobalISel: RegBankLegalize rules for amdgcn_endpgm (#186217) by vangthao95 · 15 hours ago
  32. 24fd9a9 Fix passing MIR tests. (#186450) by Ivan Kosarev · 15 hours ago
  33. bdd816f [clang][ssaf][NFC] Trim unused transitive deps from SSAF libraries (#186442) by Balázs Benics · 15 hours ago
  34. e505648 [TTI] Return scalable size on scalable in getRegisterBitWidth (#186171) by Ramkumar Ramachandra · 15 hours ago
  35. 40701d5 AMDGPU/GlobalISel: RegBankLegalize rules for lds_param_load (#186035) by vangthao95 · 15 hours ago
  36. 7a711b7 [AMDGPU][LoopUnroll] Enable allowexpensivetripcount for amdgpu when unroll pragmas are present (#181241) by Adel Ejjeh · 16 hours ago
  37. 46a0f63 [InstSimplify] Optimize fcmp(min/maxnimumnum) (#185868) by Lewis Crawford · 16 hours ago
  38. 6097674 [clang][ssaf][NFC] Sort source lists in SSAF build files (#186408) by Balázs Benics · 16 hours ago
  39. 9d632b3 [SCEV] Introduce SCEVUse, use it instead of const SCEV * (NFCI). (#91961) by Florian Hahn · 16 hours ago
  40. e284724 [MIR] Support symbolic inline asm tiedto constraints (#186397) by Ivan Kosarev · 16 hours ago
  41. 407b116 [VPlan] Introduce VPlan::getDataLayout (NFC) (#186418) by Ramkumar Ramachandra · 16 hours ago
  42. 98b247f [LoopUnroll][NFC] Move unroll pragma helper functions to LoopUnroll.cpp (#185895) by Adel Ejjeh · 16 hours ago
  43. 9bc009c [X86] Fix syntax directive for --output-asm-variant=1 (#186316) by Fangrui Song · 16 hours ago
  44. 0ad037c [X86] ReplaceNodeResults - i512 shift expansion - generalize vector element counts (#186420) by Simon Pilgrim · 16 hours ago
  45. dec790a [VPlan] Don't narrow wide loads for scalable VFs when narrowing IGs. (#186181) by Florian Hahn · 16 hours ago
  46. 9dd9d07 [VPlan] Prevent uses of materialized VPSymbolicValues. (NFC) (#182318) by Florian Hahn · 18 hours ago
  47. eba3a32 [AArch64] Improve pow(x,y) cost model for some constant values of y (#185607) by David Sherwood · 18 hours ago
  48. f1ff3eb [IVDescriptors] Remove single-use constraint from FindLast comparisons (#186096) by Graham Hunter · 18 hours ago
  49. 05deb93 [AArch64][SVE2] Allow commuting two-input NBSL/BSL2N idioms. (#184847) by Ricardo Jesus · 18 hours ago
  50. 5050e91 [gn] port b80248a0ea35df more (clang-doc md templates) (#186401) by Nico Weber · 18 hours ago
  51. b91f50c [DebugInfo] Add Verifier check for duplicate arg indices in SP's retainedNodes list (#186225) by Vladislav Dzhidzhoev · 19 hours ago
  52. bec713f [MIR] Support symbolic inline asm operands (#185893) by Ivan Kosarev · 19 hours ago
  53. bf0df7c [Analysis][NFC] Drop use of BranchInst (#186374) by Alexis Engelke · 19 hours ago
  54. b183463 [VectorCombine] Fix crash in foldShuffleOfSelects for single-element shuffle result (#185713) by Nathiyaa Sengodan · 19 hours ago
  55. b7885a9 [AMDGPU] Pass MF into the SIInsertWaitcnts constructor. NFC. (#186369) by Jay Foad · 19 hours ago
  56. 16ec2d5 [AMDGPU][NFC] Add missing isFLAT check to isVMEM. (#186321) by sstipano · 19 hours ago
  57. 1a8f8bb [gn] port b80248a0ea35df (clang-doc md templates) by Nico Weber · 20 hours ago
  58. 2c96c8f [AMDGPU][GlobalIsel] Add register bank legalization rules for amdgcn sin cos intrinsics. (#185934) by Syadus Sefat · 20 hours ago
  59. dbebf55 [X86] Remove single use assumption in combineVectorSizedSetCCEquality (#182200) by Gergo Stomfai · 20 hours ago
  60. 3495948 [gn] port b02ef5abab026 / 5d7a502a9d923 (clang-ssaf-format) by Nico Weber · 20 hours ago
  61. 7305942 [docs] Fix line wrapping in SourceLevelDebugging.rst (#186377) by Sergei Barannikov · 20 hours ago
  62. bc4bfd6 [NFC][AArch64] ConditionOptimizer Improve readability of cmp adjustment code (#185532) by Hussam Alhassan · 20 hours ago
  63. ab585ad [gn] fix rebase mishap in 52c224a12e564 due to fcd230adc6cb6 by Nico Weber · 21 hours ago
  64. 96a2925 [gn] port 5cafc12f06ea93, ef375ca2329b01 (clang-ssaf-linker) by Nico Weber · 21 hours ago
  65. ef8c7f1 [clang][ssaf][NFC] Move SSAF from Analysis/Scalable/ to ScalableStaticAnalysisFramework/ (#186156) by Balázs Benics · 21 hours ago
  66. 5c29700 [AMDGPU] Change SIInsertWaitcnts MLI and PDT to references. NFC. (#186367) by Jay Foad · 21 hours ago
  67. c05affb [AArch64] Update aarch64_neon_sqdmulls_scalar pattern (#185836) by David Green · 21 hours ago
  68. d6fa55d [gn] port 643969e7804 by Nico Weber · 21 hours ago
  69. e268d73 [OCaml] Fix bindings after br -> uncondbr+condbr split (#186176) by Nikita Popov · 21 hours ago
  70. be00861 [AArch64] Add fixed-length bfloat cost model tests (NFC) (#184805) by Benjamin Maxwell · 22 hours ago
  71. eb50701 [VPlan] Reuse mask of immediate dominator in VPlanPredicator (#185595) by Mel Chen · 22 hours ago
  72. 813edb0 [IR][Core][NFC] Drop some BranchInst uses (#186352) by Alexis Engelke · 22 hours ago
  73. 65b8492 [InstCombine] Fix crash in `foldReversedIntrinsicOperands` for struct-return intrinsics (#186339) by Yunbo Ni · 22 hours ago
  74. 30c9e4c [AArch64] Fold NEON splats into users by using SVE immediates (#165559) by Benjamin Maxwell · 22 hours ago
  75. 73031ba [LowerMemIntrinsics][AMDGPU] Optimize memset.pattern lowering (#185901) by Fabian Ritter · 23 hours ago
  76. 220f152 [LLVM] Remove "no-nans-fp-math" attribute support (#186285) by paperchalice · 23 hours ago
  77. f6f5448 [Verifier] Add test for out of bounds gc.relocate reference by Nikita Popov · 23 hours ago
  78. 1edb108 [LowerMemIntrinsics] Avoid emitting unreachable loops in insertLoopExpansion (#185900) by Fabian Ritter · 24 hours ago
  79. c21315b [DebugInfo] Add Verifier check for local enums in CU's enums field (#185228) by Vladislav Dzhidzhoev · 24 hours ago
  80. 62b60fa [CoroSplit] Keep coro.free for resume/destroy functions (#186301) by Weibo He · 25 hours ago
  81. d0708b0 [Analysis] Fix -Wparentheses warning in DominanceFrontierImpl.h by Jim Lin · 27 hours ago
  82. d224965 [RISCV] Remove unnecessary mayRaiseFPException from NDS_VFWCVT_S_BF16 by Jim Lin · 29 hours ago
  83. 3c473db [RISCV][NFC] Move HasVendorXAndesVBFHCvt from multiclass body to instantiation site by Jim Lin · 29 hours ago
  84. f54ebbb [RISCV] Add missing predicate to XAndes VD4DOT patterns by Jim Lin · 29 hours ago
  85. 98cf0ef [RISCV] Add missing predicate to XAndes VFPMAD patterns by Jim Lin · 30 hours ago
  86. 21d9b1c [RISCV] Fix typo in NDSRVInstVSINTCvt: fucnt5 -> funct5 by Jim Lin · 30 hours ago
  87. 655e43f Revert "[OpenMP] Move OpenMP implicit argument to the end and reformat" (#186309) by theRonShark · 27 hours ago
  88. 69eca6a [RISCV] Fix crash in getShuffleCost for P-extension without V extension (#186149) by Kito Cheng · 29 hours ago
  89. 82fa764 [RISCV] Fix crash in combinePExtTruncate for truncate(srl) without MUL/SUB (#186141) by Kito Cheng · 29 hours ago
  90. c1ceada [llvm] Fix modules build after 2e614f353871a9a0738c3b49d35d5ed4e480633b (#186302) by Jon Roelofs · 29 hours ago
  91. 0b0c854 [support][blake3][nfc]Expose init_keyed to BLAKE3 llvm wrapper. (#185939) by Vy Nguyen · 32 hours ago
  92. 88e524f MIPS/expandAtomicBinOp: Remove tailing kill dead register operands (#186055) by YunQiang Su · 32 hours ago
  93. eb058c5 [X86] Remove `NoNaNsFPMath` uses (#185582) by paperchalice · 33 hours ago
  94. 6b7c4f5 [AMDGPU][SIInsertWaitcnts] Create a WCG instance per MF (#185916) by vporpo · 33 hours ago
  95. f0b1bcf [X86] Fold BLENDI(X,Y) -> VZEXT_MOVL if the upper elements are known to be zero (#186267) by Simon Pilgrim · 33 hours ago
  96. 92b34d9 [gn build] Port 472c8f8d9696 by Nico Weber · 33 hours ago
  97. d9e4b61 [gn build] Port 4334fed5c954 by Nico Weber · 33 hours ago
  98. 5b1f897 [gn] port 5eaf19a15129 (Support/HTTP) by Nico Weber · 33 hours ago
  99. de667f5 [OpenMP] Move OpenMP implicit argument to the end and reformat (#185989) by Joseph Huber · 33 hours ago
  100. 60a67f9e [SampleProfile] Skip counting mismatched weak symbols during profile loading (#185514) by HighW4y2H3ll · 35 hours ago