1. 4da7d86 [Flang][MLIR] Move setOpenMPIntegerWrapAround function into the OpenMP dialect (#217448) by Kaviya Rajendiran · 5 hours ago main master
  2. 1495d22 [mlir] Build llvm.mlir.constant attributes from the result type (#218607) by Christian Ulmann · 7 hours ago
  3. b5f1fa0 [mlir][IR] Require inherent symbol attributes for Symbol operations (#218920) by Mehdi Amini · 11 hours ago
  4. 841d1d9 [mlir][Linalg] Split explicit inherent/discardable attribute APIs access (#218916) by Mehdi Amini · 13 hours ago
  5. 306fd1f [MLIR][Analysis] Fix incorrect RegionBranchOpInterface API usage in SliceWalk (#188758) by Mehdi Amini · 15 hours ago
  6. 9c3472e [mlir:tblgen] Qualify access to `getContext` to fix #218872. (#218951) by Ingo Müller · 19 hours ago
  7. 6771ea8 [mlir] Remove dead forward declarations (#218863) by Kazu Hirata · 20 hours ago
  8. c815cb9 [mlir][Tosa] Use split discardable/inherent attribute APIs (#218912) by Mehdi Amini · 21 hours ago
  9. 37b7f85 [MLIR][X86] Track shuffled write operand updates (#218936) by Mehdi Amini · 21 hours ago
  10. 8a81049 [mlir][OpenACC][OpenMP] Migrate to use explicit discardable/inherent attribute APIs (#218901) by Mehdi Amini · 21 hours ago
  11. 582be20 [mlir][IR] Fix symbol visibility API (#218910) by Matthias Springer · 23 hours ago
  12. 595786b [mlir][Bufferization] Separate AllocTensorOp properties from discardable attribute in assembly (#218914) by Mehdi Amini · 23 hours ago
  13. ecc4221 [mlir][IR][Rewrite] Use split inherent/discardable attribute APIs (#218907) by Mehdi Amini · 23 hours ago
  14. 3eeb113 [mlir][SparseTensor] Use split discardable/inherent attribute APIs (#218904) by Mehdi Amini · 24 hours ago
  15. 9145e02 [mlir][Func][Async][EmitC] Use split discardable/inherent attribute APIs (#218905) by Mehdi Amini · 24 hours ago
  16. aec41d7 [MLIR][Shape] Enable strict property assembly format (#218903) by Mehdi Amini · 24 hours ago
  17. c852ae9 [mlir][CAPI] Use explicit inherent/discardable attribute split APIs (#218884) by Mehdi Amini · 25 hours ago
  18. 4c2244b [mlir][Analysis] Use explicit attribute APIs to distinguish between inherent/discardable attrs (#218878) by Mehdi Amini · 25 hours ago
  19. 30900ea [mlir][Bytecode] Use explicit attribute APIs to split inherent/discardable attr access (#218880) by Mehdi Amini · 25 hours ago
  20. dc7d291 [mlir][ODS] Migrate generated and test attribute access to use split inherent/properties API (#218872) by Mehdi Amini · 26 hours ago
  21. 2afb180 [MLIR][XeGPU] Enable strict property assembly format (#217281) by Mehdi Amini · 26 hours ago
  22. 6262c33 [mlir][docs] Fix typos in QuickstartRewrites tutorial (#218849) by Mattéo Rizza Murgier · 26 hours ago
  23. 8d142d2 Reland "[OMPIRBuilder] Don't use invalid debug loc in task proxy fn." (#218427) by Abid Qadeer · 26 hours ago
  24. 65a0bf8 [mlir][docs] Fix typo in toy tutorial Ch4 (#218847) by Mattéo Rizza Murgier · 26 hours ago
  25. bbd5f56 [mlir] Add splitForOpAtBound utility and use it in loop unrolling (#215108) by davidlerner96 · 27 hours ago
  26. 81f0ece [mlir][SCF] Skip dynamic front-peeling for non-index loops (#218238) by Federico Bruzzone · 27 hours ago
  27. 2379845 [mlir][VectorToLLVM] Use the converted index type in vector.type_cast (#218742) by Christian Ulmann · 28 hours ago
  28. e71f6ac [mlir][MPIToLLVM] Take the descriptor index type from the descriptor (#218838) by Christian Ulmann · 28 hours ago
  29. 611165e [mlir][tosa] Add support for MXFP DIM op (#217149) by Luke Hutton · 28 hours ago
  30. dce9f01 [mlir][NFC] Share createIndexAttrConstant as a free function (#218736) by Christian Ulmann · 30 hours ago
  31. 6eab28e [MLIR] Add inherent attribute visitor (#217881) by Mehdi Amini · 2 days ago
  32. c41f913 [MLIR][Math] Enable strict property assembly format (#217275) by Mehdi Amini · 2 days ago
  33. 65cef9f [MLIR][Affine] Reject fully consumed bounded delinearize split (#217472) by Mehdi Amini · 2 days ago
  34. 30bc21b [MLIR][ODS] Print prop-dict fields with custom printers (#217589) by Mehdi Amini · 2 days ago
  35. d6ca504 [MLIR][ODS] Parse prop-dict fields with custom parsers (#218798) by Mehdi Amini · 2 days ago
  36. 48387e5 [MLIR][WasmSSA] Enable strict property assembly format (#217285) by Mehdi Amini · 2 days ago
  37. f6c4067 [mlir][MemRef] Add ViewLikeOpInterface to memref.transpose (#215331) by tridhapuku · 2 days ago
  38. 1da3227 [mlir][AMDGPU] Emit num_records at the buffer resource's actual width (#217139) by Krzysztof Drewniak · 2 days ago
  39. df617cd [MLIR] Fix control-flow sinking through nested regions (#217168) by MarkVeerasingam · 2 days ago
  40. 866e02d [mlir][tensor] Add FoldExtractSliceOfExpandShape folding pattern (#212974) by Tuomas Kärnä · 2 days ago
  41. 914a4e3 [mlir][transform] Add ApplySwapExtractSliceWithFillPatternsOp transform op (#213907) by Tuomas Kärnä · 2 days ago
  42. 90daba2 [mlir][python] Make Python bindings compatible with Nanobind v3.0.0. (#218562) by Peter Hawkins · 2 days ago
  43. 26192e8 [mlir][affine] Fix parsing operands that specify result number (#215539) by Ivan R. Ivanov · 2 days ago
  44. b44498e [SVE ACLE] Add svcount support to llvm.aarch64.sve.psel intrinsic. (#217360) by Paul Walker · 2 days ago
  45. ac00d2b [mlir:doc] Clarify requirements on `RewritePatterns`. (#218351) by Ingo Müller · 2 days ago
  46. 8ce4af2 [NFC] minor formatting change (#218647) by Chuanqi Xu · 2 days ago
  47. 9d43638 [mlir][Tensor] Preserve correct rank expansions in InsertSlice canonicalizer (#217361) by Artem Gindinson · 2 days ago
  48. 864dfa5 [mlir][scf] Fuse parallel loops with equal constant bounds (#218450) by Hamza Qureshi · 2 days ago
  49. abf9ad4 [MLIR] fix: ValueBoundsConstraintSet invalidates queue (#218612) by Alexey Kreshchuk · 2 days ago
  50. 33b62d2 [MLIR] Configure CompositeFixedPointPass's convergence-failure behavior (#218394) by Vadim Curcă · 2 days ago
  51. a80c0e3 [mlir][linalg] Split elementwise ops with concat inputs (#213630) by Chuanqi Xu · 2 days ago
  52. 5da1f1c [mlir] [vector] try promoting scalar when reordering broadcast/elementwise (#212180) by Chuanqi Xu · 2 days ago
  53. 4300d90 [mlir][ROCDL] Enable useStrictPropertiesInAssemblyFormat (#216813) by Krzysztof Drewniak · 3 days ago
  54. 2ff3156 [mlir][AMDGPU] Enable useStrictPropertiesInAssemblyFormat (#216812) by Krzysztof Drewniak · 3 days ago
  55. 2d0b77e [mlir][vector] Fix multi-reduction unroll test after #217288 (#218523) by Hamza Qureshi · 3 days ago
  56. 607e865 [MLIR][Linalg] Fix crash decomposing padded pack with non-unit un-tiled outer dim (#218141) by prometheusfma-llvm · 3 days ago
  57. 5d0b1e0 [mlir][vector] Fix multi-reduction unrolling with a lower rank target shape (#216799) by Hamza Qureshi · 3 days ago
  58. 82005e1 [OpenACC] do not report launch args for loops in acc routines (#218449) by Scott Manley · 3 days ago
  59. be59fae [mlir][vector] Add missing lit CFG file (#218445) by Andrzej Warzyński · 3 days ago
  60. aa9c514 [mlir][bufferization] Fix alloc_tensor copy operand assert with size_hint (#217734) by Victor Perez · 3 days ago
  61. 287af2c [mlir][tensor] Fix assertion on bufferizing expand_shape with a non-strided layout (#217714) by Victor Perez · 3 days ago
  62. f86d62b [mlir][linalg] Fix splat fold crash on non-TypedAttr element types (#218012) by vabridgers · 3 days ago
  63. cad9e8e [MLIR][ODS] Add separator support to oilist (#217891) by Mehdi Amini · 3 days ago
  64. d8f56c8 [MLIR][OpenMP] Add verification for DeclareTargetInterface (#217294) by Sergio Afonso · 3 days ago
  65. 4e54713 [MLIR][Linalg] Fix segfault when an out operand is yielded by a nested op (#216977) by Chibuoyim (Wilson) Ogbonna · 3 days ago
  66. 5d55611 [mlir][vector] Verify multi_reduction reduction dimensions (#216854) by Alessandro Potenza · 3 days ago
  67. fc67c54 [mlir][SCF] Skip dynamic peeling for non-index loops (#217909) by purnima shrivastava · 4 days ago
  68. 2161b06 [mlir][scf] Do not read non-constant loop bounds when unrolling (#217392) by Alessandro Potenza · 4 days ago
  69. c801074 [mlir][tensor][bufferization] Preserve memory space for tensor.concat (#213528) by Hyunjun Shin · 4 days ago
  70. 6bd9df9 [MLIR][Python] Don't throw in PyDenseArrayIterator dunderNext (#218193) by Maksim Levental · 4 days ago
  71. ba1a24b [mlir][xegpu] Lower dynamic high-D nd load/store via base-pointer fold (#215711) by Jianhui Li · 5 days ago
  72. 8dc74b0 [MLIR][Python] Add effect and speculatability specifiers for Python-defined ops (#216773) by Twice · 5 days ago
  73. c02410f [MLIR] Remove VP intrinsic intregration test. NFC (#218087) by Luke Lau · 5 days ago
  74. 6ee7715 [MLIR][XeGPU][XeVM] Lower xegpu.lane_shuffle to xevm.bitcast_shuffle (#215306) by Sang Ik Lee · 6 days ago
  75. ac46abf [mlir][xegpu] Report failure when no valid layout can be determined for anchor ops (#214875) by Jianhui Li · 6 days ago
  76. 161d231 [MLIR][XeVM] Add xevm.bitcast_shuffle op and lowering to LLVM (#215303) by Sang Ik Lee · 6 days ago
  77. b2bc59f Revert "[MLIR][ODS] Parse prop-dict fields with custom parsers" (#218010) by Thurston Dang · 6 days ago
  78. 4cd79ab [mlir][SPIR-V] Preserve poison mask in scalarized vector.shuffle lowering (#214686) by Arseniy Obolenskiy · 6 days ago
  79. afd0a77 [mlir][acc] Update par_dims format for reduction combine (#217678) by Razvan Lupusoru · 6 days ago
  80. 1aa4830 [mlir] Don't print a stray space for a fully-elided prop-dict (#216810) by Krzysztof Drewniak · 6 days ago
  81. 3a5ea88 [IR] Remove trivial VP intrinsics. NFC (#217863) by Luke Lau · 6 days ago
  82. da044d4 Revert "[mlir][IR] Add SymbolUserTypeInterface (#198435)" (#217959) by Will Dietz · 6 days ago
  83. 996d0df [mlir][ArmNeon] Enable native I8MM integration testing on Darwin (#216098) by Federico Bruzzone · 6 days ago
  84. 5d2c254 [MLIR][OpenMP] Add verifier to prevent illegal omp.critical nesting (#217357) by Aidan Dakhama · 6 days ago
  85. 52e7f30 [MLIR][ODS] Parse prop-dict fields with custom parsers (#217590) by Mehdi Amini · 6 days ago
  86. 75cdc06 [MLIR][Vector] Enable strict property assembly format (#217288) by Mehdi Amini · 6 days ago
  87. da86465 [mlir] Switch to llvm::cast in generated Op::create() definitions (#217845) by Andrei Golubev · 6 days ago
  88. d215c0f [MLIR] Fix invalid escape sequences (#94036) by Eisuke Kawashima · 6 days ago
  89. d9be7c3 [MLIR][LLVM] Preserve unknown function metadata on import (#203022) by Akimasa Watanuki · 6 days ago
  90. 858aa84 [mlir][Bufferization] Don't assert in foldMemRefCasts on a func body without func.return (#217515) by Aman Singh · 6 days ago
  91. 88e551a [mlir][memref] Avoid overflow in mem2reg alloca checks (#205245) by LouisLu060211 · 6 days ago
  92. d5611bc [mlir][acc] Keep worker-only launches unaligned in ACCCGToGPU (#217382) by Matsu · 6 days ago
  93. f5a6f11 [MLIR][LLVM] Support DWARF v6 source language names in DICompileUnitAttr (#217432) by Gibran Essa · 6 days ago
  94. c716c4a [mlir][Shard] Compare all-reduce properties when simplifying (#217783) by Mehdi Amini · 7 days ago
  95. 1dea8f2 [MLIR][SCFToAffine] Validate inlined affine bound operands (#217473) by Mehdi Amini · 7 days ago
  96. a4b7d0a [mlir][SPIR-V][Shard] Migrate to explicit attribute APIs (#217233) by Mehdi Amini · 7 days ago
  97. 33fa32c [OpenACC] fix test after strict properties change (#217717) by Scott Manley · 7 days ago
  98. 04019ef [llvm][OpenMP] Use vector for number of threads and teams (#211453) by Kevin Sala Penades · 7 days ago
  99. 1a94093 [OpenACC] propagate llvm loop annotations (#217414) by Scott Manley · 7 days ago
  100. 962c74a [MLIR][LLVM] Translate LLVMFuncOp function metadata (#203021) by Akimasa Watanuki · 7 days ago