1. d01cdd4 [X86][APX] Fix EFLAGS reuse across cycles (#223613) by Feng Zou · 64 minutes ago main master
  2. db9b81b [X86] getPSHUFShuffleMask - use PSHUFD/LW/HW decodes directly. NFC. (#224900) by Simon Pilgrim · 72 minutes ago
  3. 5814872 [SCEV] Increase RewriteMap default size (NFC). (#224864) by Florian Hahn · 80 minutes ago
  4. dfcec45 [SLP][NFC]Add extra tests for bitcasts-based vectorization, NFC by Alexey Bataev · 86 minutes ago
  5. 0e079c6 [HIPSTDPAR] Add `sincos` support (#224620) by Alex Voicu · 2 hours ago
  6. 1041562dd [DAG] canCreateUndefOrPoison/isGuaranteedNotToBeUndefOrPoison - SCALAR_TO_VECTOR upper elements are poison (#217185) by Cyrus Ding · 4 hours ago
  7. 8bbdb19 [ORC] Drive LLJIT dlopen/dlupdate/dlclose via proxies (#224881) by Lang Hames · 6 hours ago
  8. d6174af [RISCV][XQCI] Add a test that shows getInstSizeInBytes returning an incorrect instruction size. NFC (#224787) by Sudharsan Veeravalli · 10 hours ago
  9. ee8997b [CodeGen] Reject undef tied use sharing a virtual register with another read (#222832) by Fangrui Song · 10 hours ago
  10. 2416245 [gn build] Port fce3facdfe49 (#224872) by Nico Weber · 13 hours ago
  11. 64af161 [gn build] Port f43368b4d45e (#224871) by Nico Weber · 13 hours ago
  12. d70d0c7 [gn build] Port 551af79c9031 (#224870) by Nico Weber · 13 hours ago
  13. b637200 [AMDGPU] Add `getLDSAllocGranule` to TargetParser (#220051) by Chinmay Deshpande · 13 hours ago
  14. 9a50544 [SLP][NFC]Add a test with a missed vectorization, NFC by Alexey Bataev · 14 hours ago
  15. 15928fa github-upload-release: Create draft releases (#209876) by Tom Stellard · 15 hours ago
  16. 9b283dd ARM: Fix mixed dead and not-dead LR operands in vlldm-vlstm-uops.mir (#224825) by Matt Arsenault · 17 hours ago
  17. a11aef0 [ConstraintElim] Use SubOverflow instead of MulOverflow + AddOverflow. (#224840) by Florian Hahn · 19 hours ago
  18. 7877d65 [AsmPrinter] Remove dead functions, types, and member variables (NFC) (#224819) by Kazu Hirata · 20 hours ago
  19. ca50182 [LLVM][docs] Finish MyST migration for remaining docs (batch 11) (#223100) by Reid Kleckner · 22 hours ago
  20. b844560 [LLVM][docs] Rename remaining reST docs to Markdown (batch 11) (#223098) by Reid Kleckner · 22 hours ago
  21. 64252e8 [AMDGPU] Add tests for zero MUL_I24 operands. NFC (#224536) by Harrison Hao · 24 hours ago
  22. a5bdcc1 [X86] Prevent legalization cycles in lane-permute shuffle lowering (#224265) by azwolski · 25 hours ago
  23. 11812d8 [ConstraintElim] Add isNoWrap overload taking opcode + ops (NFC). (#224758) by Florian Hahn · 26 hours ago
  24. a32bef8 [AArch64] If-convert diamonds merging a 128-bit vector (#220616) by Guy David · 26 hours ago
  25. 4780277 [TTI] Add basic costs for llvm.[su]mulh. (#224002) by Ricardo Jesus · 28 hours ago
  26. 8d7a986 [SelectionDAG] Allow PARTIAL_REDUCE_SUMLA in getPartialReduceMLS (#220886) by Zihao Wang · 30 hours ago
  27. 55411b1 [Option] Store the StringTable by value. NFC (#224818) by Fangrui Song · 30 hours ago
  28. e4ced49 [Mips] Remove experimental warning bits in a few places (#223230) by Brad Smith · 30 hours ago
  29. 8155473 [Option] Shrink Info from 40 to 24 bytes (#224807) by Fangrui Song · 30 hours ago
  30. c87204b [AMDGPU] Always optimize out llvm.amdgcn.mbcnt.hi in wave32 mode (#224573) by Jay Foad · 30 hours ago
  31. 81f8320 [Option] Derive the prefix union in the constructor. NFC (#224813) by Fangrui Song · 30 hours ago
  32. 32c3419 [Option] Replace the OptionTables object with a function. NFC (#224805) by Fangrui Song · 30 hours ago
  33. 89389e4 [Support] Only enable use of /proc/self/fd on Linux (#222497) by Brad Smith · 33 hours ago
  34. 5a528f5 [LFI][AArch64] Do not flush deferred LR guards on temporary labels (#224776) by Sharjeel Khan · 34 hours ago
  35. 017fbd3 [ORC] Drive SharedMemoryMapper via proxies (#224786) by Lang Hames · 34 hours ago
  36. e20b81b [llvm][timing] Reset recycled timer with different names. (#218492) by Weiwei C · 35 hours ago
  37. 63dd9ad [Option] Emit the Info table from TableGen. NFC (#224508) by Fangrui Song · 35 hours ago
  38. dc00086 [LowerTypeTests] Apply kill switch to CFI jump table reordering (#224782) by Vitaly Buka · 2 days ago
  39. ac0f405 [SandboxIR] Implement PointerType::getAddressSpace() (#224751) by Vasileios Porpodas · 2 days ago
  40. a83b6dc [LowerTypeTests] Reorder CFI jump table entries based on hotness (#221046) by Vitaly Buka · 2 days ago
  41. ff6bf4b [NFC][LowerTypeTests] Add RUN line for -reorder-cfi-jump-tables-profiles=false (#224779) by Vitaly Buka · 2 days ago
  42. 14b4673 [TargetLowering][COFF] Allow GlobalAlias in lowerRelativeReference (#220674) by Andy Lim · 2 days ago
  43. 1acc350 [SanbdoxIR][SandboxVec] AuxPassArgs for auxiliary pass arguments (#224450) by Vasileios Porpodas · 2 days ago
  44. e5b3b3c [llvm-jitlink] Rework out-of-process launch/connect options (#224632) by Lang Hames · 2 days ago
  45. aa13d12 [SPIRV] Rename pass to SPIRVLegalizeResourceBinding (#224747) by Helena Kotas · 2 days ago
  46. 82e04b8 [SLP][NFC]Add a test with three-exit blocks, NFC by Alexey Bataev · 2 days ago
  47. 24aae12 [LowerTypeTests] Add -reorder-cfi-jump-tables-profiles kill switch (#224752) by Vitaly Buka · 2 days ago
  48. 82ffd2d [NFC][LowerTypeTests] Update CFI jump table summary tests (#224761) by Vitaly Buka · 2 days ago
  49. cfb99fb [SLP]Drop disjoint flag for copyable lanes modeled as op(V, V) by Alexey Bataev · 2 days ago
  50. 97351f1 [CodeGen] Remove unused pass creation functions (NFC) (#224646) by Kazu Hirata · 2 days ago
  51. 85dee2e [RISCV] Lower VECTOR_INTERLEAVE 4 and 8 with Zvzip via DAGCombiner (#223861) by Min-Yih Hsu · 2 days ago
  52. 058d218 [ConstraintElim] Add signed no-wrap rule for sub to isKnownNoWrap. (#224621) by Florian Hahn · 2 days ago
  53. 3b4729c [NFC][AMDGPU] Add tests for fptrunc folded into V_MAD/FMA_MIX (#219723) by Dmitry Sidorov · 2 days ago
  54. c56bd03 [AMDGPU] Classify generic-target features (#223179) by Chinmay Deshpande · 2 days ago
  55. 09faef2 [AVR] Implement selection of 'ISD::RETURNADDR' and 'ISD::FRAMEADDR' (#222909) by Ben Shi · 2 days ago
  56. c53676d [VPlan] Remove dead per-lane loop from VPScalarIVStepsRecipe::execute. (#224399) by Florian Hahn · 2 days ago
  57. 772c514 [AMDGPU] Use integer LLTs for work-item IDs (#224519) by Keshav Vinayak Jha · 2 days ago
  58. 42fdea4 Exclude tailcallelim test (#224708) by Mircea Trofin · 2 days ago
  59. b984d3f Revert "[offload] add context to olMemAlloc*" (#224703) by Kewen Meng · 2 days ago
  60. eabaaf5 llvm: Update Attributor maintainers (#224693) by Matt Arsenault · 2 days ago
  61. 2f0a3de [AggressiveInstCombine] Add `umin` and `umax` to `TruncInstCombine` graph (#222914) by Ömer Sinan Ağacan · 2 days ago
  62. e8d9e85 [SLP]Fix loop-aware cost for gathers crossing sibling-loop boundaries by Alexey Bataev · 2 days ago
  63. 68058c0 [DAG] Canonicalize a non-opaque constant to the RHS of MUL over an opaque one (#224685) by Philip Reames · 2 days ago
  64. 6e7abf1 [NFC][RelLookupTableConverter] Get IndexWidth directly from GEP type (#224454) by PiJoules · 2 days ago
  65. d3c9e7e llvm-c: Compute the DataLayout from the triple and ABI (#224588) by Matt Arsenault · 2 days ago
  66. c29ca15 [Option] Shrink Info from 60 to 40 bytes (#224374) by Fangrui Song · 2 days ago
  67. b5f5fe8 [NFC][LowerTypeTests] Expand tests for CFI jump table hotness ordering (#223848) by Vitaly Buka · 2 days ago
  68. f65b9652 [MergeFunctions] keep the symbol of a function an alias points at on COFF (#222024) by Charles Zablit · 2 days ago
  69. 785b1f3 [AMDGPU][NFC] Allow selected generic features on any covered GPU (#223177) by Chinmay Deshpande · 2 days ago
  70. 2140f77 [LoopBoundSplit][NFC] Merge analyzeICmp() into hasProcessableCondition() (#224563) by Timur Baidusenov · 2 days ago
  71. 0c0f9e7 [SLP]Fix crash when all split reduction parts are reduced in tree by Alexey Bataev · 2 days ago
  72. 2bf2d65 [WebAssembly] Diagnose llvm.clear_cache instead of aborting (#224579) by Martin Schlipf · 2 days ago
  73. e757d40 [LLVMABI] Add Clang 23 compatible handling for matrix types (#224121) by Andy Kaylor · 2 days ago
  74. 2dbbb50 [ThinLTOBitcodeWriter] Encode hotness into cfi.functions metadata (#223846) by Vitaly Buka · 2 days ago
  75. 43704d4 [RISCV] Remove combineTruncToVnclip. (#224418) by Craig Topper · 2 days ago
  76. 81b714a9 [Transforms] Use make_isa_range for type-filtered loops (NFC) (#224597) by Florian Hahn · 2 days ago
  77. 928c30c [RISCV] Add missing feature to RUN line of xsfmm-invalid.s. NFC (#224473) by Craig Topper · 2 days ago
  78. bc399cf [SLP][NFC]Add a test with missing vectorization, NFC by Alexey Bataev · 2 days ago
  79. 8c8cc18 [DAG] Constant fold ISD::PARITY (#224387) by Philip Reames · 2 days ago
  80. 32b7aca [RISCV] Remove unused SDT_RISCVVNBinOp_RM_VL tablegen class. NFC (#224440) by Craig Topper · 2 days ago
  81. 5191cb6 [X86] Fix `FastISel` crash on `GEP` with a constant index wider than `64` bits (#223432) by Akash Manna · 2 days ago
  82. c316b17 [x86][CostModel] A runtime stride should cost one ADD on AVX2+ (#219903) by Le Gia Bao · 2 days ago
  83. 4ec7497 [DAG] Don't constant fold opaque constants in visitMULO (#224494) by Philip Reames · 2 days ago
  84. 2b2e344 Reapply [Support] ToolSession for in-process tool invocation (#224515) by Anutosh Bhat · 2 days ago
  85. 8a52d76 [Loads] Fix incorrect replacement of pointers with different provenance (#224281) by Nikita Popov · 2 days ago
  86. cd907c0 [VPlan] Record execution frequencies on VPlan0. (#222337) by Florian Hahn · 2 days ago
  87. 55cc0dc [SPIR-V] Preserve constexpr vectors as OpSpecConstantComposite (#215794) by Arseniy Obolenskiy · 2 days ago
  88. 549d224 [SPIRV] Translate {uinc/udec}_wrap as opaque intrinsics for AMD (#215507) by Marcos Maronas · 2 days ago
  89. b7b410d [AMDGPU] Strip all incompatible return attrs in RewriteOutArgument (#224608) by Arseniy Obolenskiy · 2 days ago
  90. 1ac89a9 [AArch64] Extend llvm-mca basic instructions input tests (#224287) by Julien Villette · 2 days ago
  91. 191e274 [SLP][NFC]Add a test with non-profitable vectorization, NFC by Alexey Bataev · 2 days ago
  92. 62964dc [SPIRV] Fix compile abort on a switch case value shared with a module constant (#223548) by Diego Novillo · 2 days ago
  93. 79e5d49 [LLVM][DAGCombiner] Relax requirements for "min(a,b)-max(a,b) -> -abd(a,b)". (#223725) by Paul Walker · 2 days ago
  94. 7680965 [MCJIT] Add dependencies on TargetParser and MC. (#224610) by Lang Hames · 2 days ago
  95. 5900842 [FlattenCFG] Merge parallel conditions with logical and/or (#218441) by Advit Arora · 2 days ago
  96. 0eadcfa [SPIR-V] Emit NoCapture function parameter decoration for captures(none) args (#223694) by Arseniy Obolenskiy · 2 days ago
  97. 7b1d5e5 [gn build] Port e78fdeba3f9a (#224615) by Nico Weber · 2 days ago
  98. 526755c [Support] Correct UTF-8 error handling in ConvertEBCDIC (#185176) by Levi Laine · 2 days ago
  99. 4eef7c5 [X86][Hexagon] Remove the INSERT_VECTOR_ELT soft promotion workarounds (#223628) by Paweł Bylica · 2 days ago
  100. 53c66d5 [TailRecElim] Handle discarded-call return conflicts with a shift accumulator (#221694) by Federico Bruzzone · 2 days ago