1. 14b6fc2 [mlir] Use DenseMap::contains (NFC) (#140351) by Kazu Hirata · 5 hours ago main master
  2. f97e446 Revert "[mlir][bufferization] implement BufferizableOpInterface for concat op (#140171)" by Kazu Hirata · 9 hours ago
  3. b5d922a [mlir][bufferization] implement BufferizableOpInterface for concat op (#140171) by Jeremy Kun · 9 hours ago
  4. 7bd2543 [mlir][tensor] Add shape inference support for `tensor.concat` op. (#140168) by Aaron St George · 14 hours ago
  5. 585474a [bazel][mlir] Add missing dep and include after 9b63bdd15418e90d0c6889d26e490db89ae744d1 by Jorge Gorbe Moya · 15 hours ago
  6. ae38200 [MLIR][ArmSVE] Add an ArmSVE dialect operation which maps to svusmmla (#135634) by Momchil Velikov · 20 hours ago
  7. b38613c [MLIR][ArmSVE] Add an ArmSVE dialect operation which maps to `svdupq_lane` (#135633) by Momchil Velikov · 20 hours ago
  8. e5ac5c0 [mlir][NFC] Use `llvm::sort` (#140261) by Iris Shi · 20 hours ago
  9. 5cb96ae [MLIR][LLVM] Add import-structs-as-literals flag to the IR import (#140098) by Christian Ulmann · 29 hours ago
  10. eec9678 [MLIR][LLVM] Improve inline asm importer (#139989) by Bruno Cardoso Lopes · 35 hours ago
  11. 023e7cc [flang][acc] Update assembly formats to include asyncOnly, async, and wait (#140122) by khaki3 · 2 days ago
  12. c97d2a1 [mlir] Fix DataLayoutPropagation foldings invalidating IR (#140103) by Max191 · 2 days ago
  13. c02861f [mlir][vector] Address linearization comments (post commit) (#138075) by James Newling · 2 days ago
  14. bd882ec [mlir] Use llvm::is_contained (NFC) (#140012) by Kazu Hirata · 2 days ago
  15. 1829252 [MLIR][NVVM] Add `inline_ptx` op (#139923) by Guray Ozen · 2 days ago
  16. ae1448a [MLIR][OpenMP] Assert on map translation functions, NFC (#137199) by Sergio Afonso · 2 days ago
  17. ef28db3 [Flang][MLIR][OpenMP] Improve use_device_* handling (#137198) by Sergio Afonso · 2 days ago
  18. 38055bb [mlir][Transform] Reuse bbArgs in FuseIntoContainingOp (#135066) by Pablo Antonio Martinez · 2 days ago
  19. c9075b0 [mlir][x86vector] Improve intrinsic operands creation (#138666) by Adam Siemieniuk · 2 days ago
  20. 94820d4 [mlir-runner] Check entry function does not expect arguments (#136825) by Longsheng Mou · 2 days ago
  21. a060aea [mlir] [vector] Add linearization pattern for vector.create_mask (#138214) by Nishant Patel · 3 days ago
  22. c0206d0 [mlir][vector] Additional transpose folding (#138347) by James Newling · 3 days ago
  23. bef503f [MLIR] Generate cpp comments for TableGen summary and description (#139606) by Peng Chen · 3 days ago
  24. cd19ebb [mlir] Use llvm::find_if (NFC) (#139912) by Kazu Hirata · 3 days ago
  25. 2b52e0a [mlir][vector] linearize vector.insert_strided_slice (flatten to vector.shuffle) (#138725) by James Newling · 3 days ago
  26. 1e7bcde [MLIR][LLVM] Fix blockaddress mapping to LLVM blocks (#139814) by Bruno Cardoso Lopes · 3 days ago
  27. 0d225b6 [MLIR][parser] Add token type and parser methods for forward slashes (#125056) by Andi Drebes · 3 days ago
  28. 1ca251f [mlir] Fix a warning by Kazu Hirata · 3 days ago
  29. 3208cb5 [mlir][vector] Refactor `createWriteOrMaskedWrite` (#138137) by Andrzej Warzyński · 3 days ago
  30. 9d15314 [MLIR] Remove extra 'any' from CompositePass inner pipeline string (#139877) by Vadim Curcă · 3 days ago
  31. 808f499 [mlir][bufferization][NFC] Rename to_memref to to_buffer (#137180) by Andrei Golubev · 3 days ago
  32. 9c83230 [mlir][vector][nfc] Update comments in vector-transpose.mlir (#139699) by Andrzej Warzyński · 3 days ago
  33. 2bb528c [MLIR] Cache symbol tables during OneShotBufferization analyses (#138125) by Michele Scuttari · 3 days ago
  34. e5725b0 [mlir] Use llvm::is_contained (NFC) (#139834) by Kazu Hirata · 3 days ago
  35. 86a44a1 [mlir][drr] Use fully qualified name in getValueAndRangeUse (#139847) by Jacques Pienaar · 3 days ago
  36. 26c846b [mlir][polynomial] Remove polynomial dialect (#139766) by Jeremy Kun · 4 days ago
  37. bf79dfe [mlir] Use llvm::binary_search (NFC) (#139760) by Kazu Hirata · 4 days ago
  38. 4cbff6d [mlir] Use llvm::find (NFC) (#139757) by Kazu Hirata · 4 days ago
  39. f818d89 [mlir] Use a range-based for loop (NFC) (#139756) by Kazu Hirata · 4 days ago
  40. b7a97f9 [MLIR][LLVM] Print LLVMStructType name using printEscapedString (#139652) by Bruno Cardoso Lopes · 4 days ago
  41. d852181 [mlir] Fix a warning by Kazu Hirata · 4 days ago
  42. b02a02e [mlir][MemRef] Use specialized index ops to fold expand/collapse_shape (#138930) by Krzysztof Drewniak · 4 days ago
  43. 40df409 [mlir][affine] Set overflow flags when lowering [de]linearize_index (#139612) by Krzysztof Drewniak · 4 days ago
  44. 7594178 [mlir][affine] Make [de]linearize_index a valid source of dims (#138929) by Krzysztof Drewniak · 4 days ago
  45. c8bd6f8 [NFC] Use more isa and isa_and_nonnull instead dyn_cast for predicates (#137393) by Max Graey · 4 days ago
  46. 6f685fc [mlir] Use std::string::find with std::string_view (NFC) (#139683) by Kazu Hirata · 4 days ago
  47. f3c013f [mlir] Call hash_combine_range with a range (NFC) (#139676) by Kazu Hirata · 4 days ago
  48. fa6ee14 [mlir][ArmSME] Audit ArmSME load/store ops (#139573) by Andrzej Warzyński · 4 days ago
  49. 90ec53f [mlir] Improve mlir-query tool by implementing `getBackwardSlice` and `getForwardSlice` matchers (#115670) by Denzel-Brian Budii · 4 days ago
  50. a3d640b [mlir][gpu] Pattern to promote `gpu.shuffle` to specialized AMDGPU ops (#137109) by Ivan Butygin · 4 days ago
  51. da61ebf [mlir][NFC] Fix the MLIR example format to conform to SSA form. by yanming · 4 days ago
  52. 3d424a9 [llvm][mlir][NFC] Fix typos in comments and test descriptions (#139688) by Wang Qiang · 4 days ago
  53. 1a80961 [mlir] Retire additional `let constructor` (NFC) (#139390) by lorenzo chelini · 4 days ago
  54. 983e506 [mlir-tblgen] trim method body to empty with only spaces to avoid crash (#139568) by drazi · 4 days ago
  55. aaea55c [mlir][docs] Add quant dialect pass doc into Passes.md (NFC) (#139363) by Kohei Yamaguchi · 4 days ago
  56. 402eb6b [NFCI][LLVM/MLIR] Adopt `TrailingObjects` convenience API (#138554) by Rahul Joshi · 5 days ago
  57. fedbace [mlir][ROCDL] Remove unneeded bf16 expansion in LowerGPUToROCDL (#139603) by Krzysztof Drewniak · 5 days ago
  58. 8348818 Add more missing includes after db42345dc660329e34fd119fc8edab74521f7c06 by Jorge Gorbe Moya · 5 days ago
  59. 9d8907e Add missing includes after db42345dc660329e34fd119fc8edab74521f7c06 by Jorge Gorbe Moya · 5 days ago
  60. fdbf0d6 [NFC][MLIR] Add {} for `else` when `if` body has {} (#139422) by Rahul Joshi · 5 days ago
  61. c99944b [MLIR][XeGPU] Add unroll patterns for XeGPU (1/N) (#137010) by Chao Chen · 5 days ago
  62. 5d2a427 [MLIR][Linalg] Introduce transpose/broadcast semantic to linalg.batch… (#130944) by Md Asghar Ahmad Shahid · 5 days ago
  63. 1c80457 [MLIR][Linalg][Python] Improve bindings for linalg.elementwise (#139462) by Rolf Morel · 5 days ago
  64. 5c7b155 [mlir][MLProgram][NFC] Migrate to OpAsmAttrInterface for ASM alias generation (#130481) by Hongren Zheng · 5 days ago
  65. 4406aca [mlir][LLVMIR][NFC] Migrate to OpAsmAttrInterface for ASM alias generation (#130479) by Hongren Zheng · 5 days ago
  66. 345b391 [mlir][vector] Standardize `base` Naming Across Vector Ops (NFC) (#137859) by Andrzej Warzyński · 5 days ago
  67. 8719959 [MLIR][NVVM] Add `dot.accumulate.4way` OP (#139043) by Srinivasa Ravi · 5 days ago
  68. a064c61 [mlir] Use StringRef::consume_front (NFC) (#139459) by Kazu Hirata · 6 days ago
  69. 8672d84 [mlir] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#139409) by Kazu Hirata · 7 days ago
  70. d0af4f7 [mlir-tblgen] Remove unused "using" decls (NFC) (#139400) by Kazu Hirata · 7 days ago
  71. 7250c0f [MLIR][TableGen] Add genMnemonicAlias field for OpAsm{Type,Attr}Interface (#131504) by Hongren Zheng · 7 days ago
  72. 89b35c2 [mlir] Remove an unused local variable (NFC) (#139351) by Kazu Hirata · 7 days ago
  73. ace7c5a [mlir][spirv] Sync GroupNonUniformRotateKHR format with other non-uniform ops (#139224) by Hsiangkai Wang · 8 days ago
  74. a838182 [MLIR][SCF] Fix normalizeForallOp helper function (#138615) by Colin De Vlieghere · 8 days ago
  75. 82e94a1 [mlir][xegpu] refine basic routines (#138701) by Chao Chen · 8 days ago
  76. 4210761 [OpenACC][CIR] Implement 'gang' lowering for 'loop' (#138968) by Erich Keane · 8 days ago
  77. b90fdc4 [mlir][spirv] Add support for RelaxedPrecision in function arguments (#138685) by Igor Wodiany · 8 days ago
  78. 502b741 [mlir][xegpu] Add SIMT distribution patterns for UpdateNdOffset and PrefetchNd ops. (#138033) by Charitha Saumya · 9 days ago
  79. 4a5ca6a [mlir][memref] Fix typo in `BuiltinAttributeInterfaces` description (#136774) by Aleksandar Zecevic · 9 days ago
  80. acfc261 [MLIR][LLVM] Fix llvm.mlir.global mismatching print and parser order (#138986) by Bruno Cardoso Lopes · 9 days ago
  81. d235329 Remove unused forward decl (#139108) by Jacques Pienaar · 9 days ago
  82. 5727a6d [mlir][xegpu] Handle scalar uniform ops in SIMT distribution. (#138593) by Charitha Saumya · 9 days ago
  83. 9ce7621 [MLIR] Fixing the memref linearization size computation for non-packed memref (#138922) by Zhuoran Yin · 9 days ago
  84. 7389f48 [mlir] Support rank-reduced extract_slice in ExtractSliceOfPadTensorSwapPattern (#138921) by Vivian Zhang · 9 days ago
  85. 2198698 [mlir][affine] allow iter args as valid dims (#139069) by Mikhail Goncharov · 9 days ago
  86. 093890c [mlir][tosa] Allow unsigned types for rescale ops during validation (#138253) by Luke Hutton · 9 days ago
  87. 1dcd7db [mlir][OpenMP] cancel(lation point) taskgroup LLVMIR (#137841) by Tom Eccles · 9 days ago
  88. 41e6c3f [mlir][OpenMP] Convert omp.cancellation_point to LLVMIR (#137205) by Tom Eccles · 9 days ago
  89. c55136b [mlir][OpenMP] convert wsloop cancellation to LLVMIR (#137194) by Tom Eccles · 9 days ago
  90. d437e81 [mlir][tosa] Canonicalize slice over overlapped or inside a pad. (#138900) by Georgios Pinitas · 9 days ago
  91. 3b43ecb [mlir][tosa] Fix mul folder conformance to the spec (#137601) by Luke Hutton · 9 days ago
  92. 052c3cf [MLIR][TOSA-Linalg] Fix rescale lowering for unsigned input zp (#138780) by Thomas Preud'homme · 9 days ago
  93. 1fcb1a5 [mlir][Transforms][NFC] Rename `MaterializationCallbackFn` (#138814) by Matthias Springer · 9 days ago
  94. 83635bd [NFC][Support] Add llvm::uninitialized_copy (#138174) by Rahul Joshi · 9 days ago
  95. f89f24d [mlir] Use llvm::bit_width (NFC) (#138648) by Kazu Hirata · 10 days ago
  96. c800063 [OpenACC][CIR] Implement 'worker'/'vector' lowering (#138765) by Erich Keane · 10 days ago
  97. c58f766 [MLIR] Folding unpack and pack sequence in data layout propagation from padded domain (#138332) by Zhuoran Yin · 10 days ago
  98. 1a75733 Revert "[mlir][MemRef] Remove integer address space builders" (#138853) by Mehdi Amini · 10 days ago
  99. cd1017b [MLIR] Check that the prop-dict dictionnary does not have extra unknown entries (#138668) by Mehdi Amini · 10 days ago
  100. 9ce622b [mlir][drr] Fix getValueAndRangeUse for Optional operands (#138742) by Lei Zhang · 10 days ago