1. 090751d [MLIR] Cleanup `constantTripCount()` (NFC) (#159307) by Mehdi Amini · 3 hours ago main master
  2. 1da2842 [mlir][spirv] Add validation and missing capabilities in Target tests (#159139) by Igor Wodiany · 5 hours ago
  3. 8061b91 [mlir][doc] fix `affine` op header link (#158650) by Elam Cohavi · 6 hours ago
  4. 0a2fbd8 [mlir][gpu][vector] Lower Vector dialect to GPU for element-wise ops only (#159091) by Hsiangkai Wang · 7 hours ago
  5. 74ece8e [MLIR] Add a getStaticTripCount method to LoopLikeOpInterface (#158679) by Mehdi Amini · 7 hours ago
  6. 35fa2aa [MLIR] Apply clang-tidy fixes for readability-simplify-boolean-expr in TosaOps.cpp (NFC) by Mehdi Amini · 4 weeks ago
  7. ca3f55f [MLIR][NVVM] Add clusterlaunchcontrol Ops (#156585) by Srinivasa Ravi · 7 hours ago
  8. abfe124 [MLIR] Fix compilation after #157771 (#159257) by Jan Patrick Lehr · 8 hours ago
  9. b6bc5ae Revert "Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.coro.end #153404"" (#159236) by Weibo He · 11 hours ago
  10. 1b33cb5 Reapply "[Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.coro.end #153404" (#155339) by Weibo He · 11 hours ago
  11. d7c675b [mlir][Vector] Add patterns to lower `vector.shuffle` (#157611) by Diego Caballero · 14 hours ago
  12. 50a3eeb [MLIR][Vector] Add unrolling pattern for vector StepOp (#157752) by Nishant Patel · 16 hours ago
  13. b92f329 [MLIR][XeVM] Add xevm blockload and blockstore op definition. (#158118) by Sang Ik Lee · 18 hours ago
  14. af81276 [MLIR] Make 1-D memref flattening a prerequisite for vector narrow type emulation (#157771) by Alan Li · 18 hours ago
  15. 69f0633 [MLIR] Apply clang-tidy fixes for readability-identifier-naming in OpenACC.cpp (NFC) by Mehdi Amini · 4 weeks ago
  16. 4f294ed [OpenACC] verify acc:DataOp operand not BlockArgument (#159148) by Scott Manley · 20 hours ago
  17. 49a16ed [mlir][arith][NFC] Minor Revisions to Comments (#158757) by Akhil Goel · 21 hours ago
  18. cc22e15 [mlir][tosa] Handle unsigned constants in `TosaConvertIntegerTypeToSignless` (#156483) by Luke Hutton · 21 hours ago
  19. c3b9106 [MLIR][Python] add `not` to `MLIR_PYTHON_TEST_DEPENDS` (#159124) by Maksim Levental · 22 hours ago
  20. daa4ae5 [mlir][spirv][nfc] Update documentation to describe the testing strategy (#158962) by Igor Wodiany · 22 hours ago
  21. 240e419 [MLIR] Apply clang-tidy fixes for llvm-qualified-auto in WinogradConv2D.cpp (NFC) by Mehdi Amini · 4 weeks ago
  22. ee75c69 [mlir][gpu][spirv] Add conversion for gpu.subgroup_mma_elementwise mulf (#158832) by Hsiangkai Wang · 24 hours ago
  23. f89c9d9 [MLIR] Apply clang-tidy fixes for llvm-qualified-auto in LowerGpuOpsToROCDLOps.cpp (NFC) by Mehdi Amini · 4 weeks ago
  24. 086eefa [MLIR][OpenMP] Set default address space for OpenMPIRBuilder (#158689) by Nick Sarnie · 25 hours ago
  25. 36b27a8 [MLIR] Use IntValidAlignment for alignment attributes (#158137) by jiang1997 · 25 hours ago
  26. 764a0cd [MLIR] Fix SCF loop specialization (peeling) to work on scf.for with non-index type (#158707) by Mehdi Amini · 27 hours ago
  27. dd88044 [MLIR] Turn `RemarkFormat` into an enum class (NFC) (#158733) by Mehdi Amini · 28 hours ago
  28. 018c61f [mlir][spirv] Update spirv validation for module.mlir (#158678) by Igor Wodiany · 30 hours ago
  29. cd58859 [MLIR][Python] Add docstring for generated python op classes (#158198) by Twice · 35 hours ago
  30. 559d5e4 [mlir][scf] Remove unnecessary IRMapping in outlineSingleBlockRegion (NFC) (#158675) by lonely eagle · 2 days ago
  31. 51c9102 [mlir] Fix possible null dereference during error logging in EmitC (#157456) by Daniel Kuts · 2 days ago
  32. 76bd106 [mlir][vector] Use `source` as the source argument name (#158258) by Andrzej Warzyński · 2 days ago
  33. a26f3f2 [MLIR][Python] fix generated value builder type hints (#158449) by Maksim Levental · 2 days ago
  34. dd7845a Default DEBUG_TYPE to the current filename for logging (#158494) by Mehdi Amini · 2 days ago
  35. 450245d [MLIR] Attempt to fix sanitizer issue (access of uninitialized member) by Mehdi Amini · 2 days ago
  36. 038ca4a [mlir][TableGen] Emit interface traits after all interfaces (#147699) by Andrei Golubev · 2 days ago
  37. 4b647a3 [mlir] Add base class type aliases for rewrites/conversions. NFC. (#158433) by Jakub Kuderski · 2 days ago
  38. 768106e [mlir][func]-Add deduplicate funcOp arguments transform (#158266) by Amir Bishara · 2 days ago
  39. ed6bdf9 [mlir][tosa] Add support for BF16 in `tosa.resize` legalization (#158616) by Georgios Pinitas · 2 days ago
  40. 1a88861 [OpenACC] verify acc::DeclareEnterOp operand not BlockArgument (#158095) by Scott Manley · 2 days ago
  41. 3f50150 [mlir][vector][nfc] Group all tests for `foldFromElementsToConstant` (#158578) by Andrzej Warzyński · 2 days ago
  42. 896fb17 [mlir][tosa] Introduce accumulator type for `reduce_sum` on bf16 (#158389) by Georgios Pinitas · 2 days ago
  43. e5bac47 [mlir][vector] Tidy-up testing for to/from_elements unrolling (#158309) by Andrzej Warzyński · 2 days ago
  44. cb5889a [MLIR][Python] restore `liveModuleMap` (#158506) by Maksim Levental · 2 days ago
  45. fa05ce6 [NFC][mlir][ptr] Clarify pointer dialect semantics (#158484) by Fabian Mora · 3 days ago
  46. e41659f [MLIR] Apply clang-tidy fixes for performance-unnecessary-copy-initialization in Linalg.cpp (NFC) by Mehdi Amini · 4 weeks ago
  47. ad9c428 [mlir][ptr] Add ConstantOp with NullAttr and AddressAttr support (#157347) by Fabian Mora · 3 days ago
  48. c5121b1 [MLIR] Apply clang-tidy fixes for llvm-else-after-return in TosaProfileCompliance.cpp (NFC) by Mehdi Amini · 4 weeks ago
  49. a904528 [mlir][LLVM] Add LLVMAddrSpaceAttrInterface and NVVMMemorySpaceAttr (#157339) by Fabian Mora · 3 days ago
  50. 3575040 [MLIR] Apply clang-tidy fixes for llvm-qualified-auto in MPIToLLVM.cpp (NFC) by Mehdi Amini · 4 weeks ago
  51. ab7113d [mlir][scf] ExecuteRegionOp folders to consider no_inline attribute (#158083) by Dor Arad · 3 days ago
  52. 984a2ca [mlir] Documentation typo fixes (#135732) by Timothy Hoffman · 4 days ago
  53. 2aacec8 [mlir] Fix correct memset range in `OwningMemRef` zero-init (#158200) by Ryan Kim · 4 days ago
  54. af80f17 [Linalg] Fix bug in control function logic of push down extract pattern (#158348) by Nirvedh Meshram · 5 days ago
  55. d5974a4 [MLIR][XeGPU] Distribute vector.step & vector.shape_cast op from wg to sg (#155443) by Nishant Patel · 5 days ago
  56. 6ce1ca2 [MLIR] Add `InParallelOpInterface` for parallel combining operations (#157736) by Alan Li · 5 days ago
  57. e9c6775 [mlir][Intrange] Fix materializing ShapedType constant values (#158359) by Jeff Niu · 5 days ago
  58. 20d944c [MLIR] enable Standalone example test for Windows (#158183) by Maksim Levental · 5 days ago
  59. 24f51fb [mlir][NFC] Correct pattern names to match the behaviors. (#158177) by Han-Chung Wang · 5 days ago
  60. 50726f7 [MLIR] Add debug log to the pass manager (NFC) (#156205) by Mehdi Amini · 5 days ago
  61. 47ae0de [mlir][xegpu] Add support for `vector.multi_reduction` and `vector.shape_cast` SIMT distribution. (#157560) by Charitha Saumya · 5 days ago
  62. 60684db [mlir] Self-nominate for arith dialect maintenance (#157355) by Jakub Kuderski · 5 days ago
  63. d62aa09 [mlir][Transforms][NFC] Remove `reconcileUnrealizedCasts` forward-declaration (#158291) by Matthias Springer · 5 days ago
  64. 2b44a97 [mlir][IR] Fix build error with gcc-7 (#158305) by Matthias Springer · 5 days ago
  65. 3856182 Fix MLIR Transform Tutorial Doc (#155285) by Brandon Kirincich · 5 days ago
  66. 5fc1bbf [MLIR] Add remark flags to mlir-opt (#156825) by Guray Ozen · 5 days ago
  67. 3d05721 [mlir][Transforms] Fix crash in `reconcile-unrealized-casts` (#158298) by Matthias Springer · 5 days ago
  68. 841db68 [mlir][spirv] Add support for SPV_ARM_graph extension - part 3 (#156845) by Davide Grohmann · 5 days ago
  69. 8d0dbb1 [mlir][spirv] Add support for SPV_ARM_graph extension - part 2 (#156665) by Davide Grohmann · 5 days ago
  70. d442dda Revert "[mlir][Transforms] Fix crash in `reconcile-unrealized-casts`" (#158295) by Mehdi Amini · 5 days ago
  71. e1e96fc [mlir][Transforms] Fix crash in `reconcile-unrealized-casts` (#158067) by Matthias Springer · 5 days ago
  72. d3c5b24 [mlir][AMDGPU] Updated `PermlaneSwapOp` to select correct val (#157586) by Gaurav Verma · 5 days ago
  73. 2db4cec Introduce LDBG_OS() macro as a variant of LDBG() (#158277) by Mehdi Amini · 5 days ago
  74. 14fc52e Revert "Introduce LDBG_OS() macro as a variant of LDBG() (#157194)" (#158264) by Mehdi Amini · 5 days ago
  75. 13b7be4 Introduce LDBG_OS() macro as a variant of LDBG() (#157194) (#158260) by Mehdi Amini · 5 days ago
  76. 8aafcc2 [mlir][vector] Add a new TD op to wrap unit-dim collapsing patterns (#157507) by Andrzej Warzyński · 5 days ago
  77. 50c4003 [AArch64][SME] Improve codegen for aarch64.sme.cnts* when not in streaming mode (#154761) by Kerry McLaughlin · 5 days ago
  78. 0f40d1f [MLIR][XeGPU][VectorToXeGPU] Fix transfer_read/write cases with non-contiguous memrefs (#158126) by Dmitry Chigarev · 6 days ago
  79. 1f923e2 [MLIR] Avoid resolving callable outside the analysis scope in DeadCodeAnalysis (#155088) by Mehdi Amini · 6 days ago
  80. b85d568 [MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in ValueBoundsOpInterface.cpp (NFC) by Mehdi Amini · 4 weeks ago
  81. d258d36 [mlir][vector] Add LinearizeVectorToElements (#157740) by Erick Ochoa Lopez · 6 days ago
  82. 8d24056 [mlir][vector] Add vector.to_elements unrolling (#157142) by Erick Ochoa Lopez · 6 days ago
  83. 04285af [LLVM][MLIR] Move LSP server support library from MLIR into LLVM (#157885) by Bertik23 · 6 days ago
  84. 7e88c83 [clang] Use VFS for `-fopenmp-host-ir-file-path` (#156727) by Jan Svoboda · 6 days ago
  85. 44302e9 [mlir][vector] Remove hooks deprecated pre Release/21 branch (#157806) by Andrzej Warzyński · 6 days ago
  86. b4d3fda [MLIR] Enable caching of type conversion in the presence of context-aware conversion (#158072) by Mehdi Amini · 6 days ago
  87. eb10407 [MLIR][Bytecode] Followup 8106c81 (#157136) by Nikhil Kalra · 6 days ago
  88. 2d29808 Revert "Introduce LDBG_OS() macro as a variant of LDBG()" (#158058) by Mehdi Amini · 6 days ago
  89. 0449732 Introduce LDBG_OS() macro as a variant of LDBG() (#157194) by Mehdi Amini · 6 days ago
  90. 96bcad2 [IRDL] [NFC] Add the IRDL dialect rationale document (#157858) by Théo Degioanni · 6 days ago
  91. f9a0371 [MLIR][Conversion] Convert XeGPU to XeVM pass: Remove lowering support for tensor descriptor with offsets. (#157550) by Sang Ik Lee · 7 days ago
  92. 6c85a02 [MLIR] Apply clang-tidy fixes for performance-for-range-copy in OpenMPDialect.cpp (NFC) by Mehdi Amini · 4 weeks ago
  93. e8028fc [MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in TosaOps.cpp (NFC) by Mehdi Amini · 4 weeks ago
  94. a3cd555 [MLIR] Apply clang-tidy fixes for readability-container-size-empty in DecomposeGenericByUnfoldingPermutation.cpp (NFC) by Mehdi Amini · 4 weeks ago
  95. c8239b3 [MLIR] Apply clang-tidy fixes for performance-unnecessary-value-param in NormalizeQuantTypes.cpp (NFC) by Mehdi Amini · 4 weeks ago
  96. 42cdcd5 [MLIR][Vector] Add warp distribution for `scf.if` (#157119) by Artem Kroviakov · 7 days ago
  97. ba4e03e [mlir][Linalg] Allow PartialReductionOpInterface ops in tile_reduction_using_forall (#157932) by Bangtian Liu · 7 days ago
  98. 2cf6caf [mlir][LLVMIR] Support memory model relaxation annotations (MMRA) (#157770) by Krzysztof Drewniak · 7 days ago
  99. a6ca1e2 [mlir][spirv] Check variable for null before dereferencing (#157457) by Daniel Kuts · 7 days ago
  100. 4a2d161 [flang][OpenMP] Enable tiling (#143715) by Jan Leyonberg · 7 days ago