1. 122b6d4 [Flang][OpenMP][Lower] Use clause operand structures (#86802) by Sergio Afonso · 3 weeks ago
  2. 4cc987a [MLIR][OpenMP] Add omp.loop_nest operation (#87083) by Sergio Afonso · 3 weeks ago
  3. eb2d959 [mlir][ods] Do not print default-valued properties when the value is equal to the default (#87970) by Beal Wang · 3 weeks ago
  4. 04e3178 Fix overflows in complex sqrt lowering. (#88480) by Johannes Reifferscheid · 3 weeks ago
  5. 0e33c16 [MLIR][LoopPipelining] Improve schedule verifier, so it checks also operands of nested operations (#88450) by pawelszczerbuk · 3 weeks ago
  6. fa2bf66 [MLIR] Bug Fix: affine.prefetch replaceAffineOp invoked during canonicalization (#88346) by Alexandre Eichenberger · 3 weeks ago
  7. 13109fa [mlir][sparse] support querying sparse buffer types from sparse tenso… (#88308) by Peiming Liu · 3 weeks ago
  8. 24baf31 [mlir][sparse] allow for direct-out passing of sparse tensor buffers (#88327) by Aart Bik · 3 weeks ago
  9. caabbd9 [Flang] [OpenMP] [MLIR] [Lowering] Add lowering support for IS_DEVICE_PTR and HAS_DEVICE_ADDR clauses on OMP TARGET directive. (#88206) by Raghu Maddhipatla · 3 weeks ago
  10. 989b231 [mlir][amdgpu] Remove shared memory optimization pass (#88225) by Jakub Kuderski · 3 weeks ago
  11. 71f2178 Fix complex power for large inputs. (#88387) by Johannes Reifferscheid · 4 weeks ago
  12. 4a36e52 Fix complex abs corner cases. (#88373) by Johannes Reifferscheid · 4 weeks ago
  13. 23944a4 [mlir] Apply ClangTidy BugProne patch by Adrian Kuegel · 4 weeks ago
  14. 52d2a6c [mlir] Apply ClangTidy BugProne fix by Adrian Kuegel · 4 weeks ago
  15. 398d5d9 [mlir][OpenMP] add missing load for reduction cleanup region (#88289) by Tom Eccles · 4 weeks ago
  16. 4045a43 Fix complex log1p accuracy with large abs values. (#88364) by Johannes Reifferscheid · 4 weeks ago
  17. f371a3d [mlir] Fix -Wsign-compare in ValueBoundsOpInterface.cpp (NFC) by Jie Fu · 4 weeks ago
  18. e5af03f [mlir][Interfaces] `ValueBoundsOpInterface`: Fix typo (#87976) by Matthias Springer · 4 weeks ago
  19. b9855a0 [mlir][Interfaces] `ValueBoundsOpInterface`: Add API to compare values (#86915) by Matthias Springer · 4 weeks ago
  20. c8407a1 [mlir] Slightly optimize bytecode op numbering (#88310) by Jeff Niu · 4 weeks ago
  21. c72f151 Update `LowerContractionToSMMLAPattern` to ingnore matvec (#88288) by Kojo Acquah · 4 weeks ago
  22. 983b08a [mlir][sparse] update doc and examples of the [dis]assemble operations (#88213) by Aart Bik · 4 weeks ago
  23. 00c00b0 Revert "Fix complex log1p accuracy with large abs values." (#88290) by Mehdi Amini · 4 weeks ago
  24. 7ed1388 Fix complex log1p accuracy with large abs values. (#88260) by Johannes Reifferscheid · 4 weeks ago
  25. 52c836c [mlir] Optimize getting properties on concrete ops (#88259) by Jeff Niu · 4 weeks ago
  26. 8b0832a Revert "[Flang] [OpenMP] [Semantics] [MLIR] [Lowering] Add lowering support for IS_DEVICE_PTR and HAS_DEVICE_ADDR clauses on OMP TARGET directive." (#88198) by Raghu Maddhipatla · 4 weeks ago
  27. 9801d12 [mlir][linalg] Support `ParamType` in `vector_sizes` option of `VectorizeOp` transform (#87557) by srcarroll · 4 weeks ago
  28. d1f7659 [Offload][NFC] Remove `omp_` prefix from offloading entries (#88071) by Joseph Huber · 4 weeks ago
  29. d6a934b [Flang] [OpenMP] [Semantics] [MLIR] [Lowering] Add lowering support for IS_DEVICE_PTR and HAS_DEVICE_ADDR clauses on OMP TARGET directive. (#74187) by Raghu Maddhipatla · 4 weeks ago
  30. 9dbebae [mlir][sparse] rename files and unifies APIs (#88162) by Peiming Liu · 4 weeks ago
  31. d6c83a0 [MLIR] Don't check for key before inserting in map in GreedyPatternRewriteDriver worklist (NFC) (#88148) by Mehdi Amini · 4 weeks ago
  32. c481d1c [mlir][vector] Add lower-vector-multi-reduction pass (#87333) by xiaoleis-nv · 4 weeks ago
  33. e37e644 [MLIR][LLVM] Add DebugNameTableKind to DICompileUnit (#87974) by Billy Zhu · 4 weeks ago
  34. 560e123 [MLIR][OpenMP] Group clause operands into structures and use them to define simplified op builders (#86797) by Sergio Afonso · 4 weeks ago
  35. a7fcdf9 [mlir][complex] Support fast math flag for complex.tan op (#87919) by Kai Sasaki · 4 weeks ago
  36. 60e2897 [MLIR] Fix typo bug in AffineExprVisitor for WalkResult return case (#86138) by Uday Bondhugula · 4 weeks ago
  37. 1df06a5 Verify threadlocal_address constraints (#87841) by Matthias Braun · 4 weeks ago
  38. dbd6469 [mlir][OpPrintingFlags] Allow to disable ElementsAttr hex printing (#85766) by Andrei Golubev · 4 weeks ago
  39. 2a3235f [mlir] Add missing libm member operations to MathToLibm (#87981) by Corentin Ferry · 4 weeks ago
  40. 52e4449 [mlir][arith] Refine the verifier for arith.constant (#87999) by Andrzej Warzyński · 4 weeks ago
  41. b03ea48 Revert "[mlir][arith] Refine the verifier for arith.constant (#86178)" by Andrzej Warzynski · 4 weeks ago
  42. 7fd1dec [mlir] Only inline if properties are used. by Adrian Kuegel · 4 weeks ago
  43. 18c679e [mlir][arith] Refine the verifier for arith.constant (#86178) by Andrzej Warzyński · 4 weeks ago
  44. 188fb4f [mlir] Fix -Wunused-variable in DebugImporter.cpp (NFC) by Jie Fu · 4 weeks ago
  45. 4340c00 [MLIR][LLVM] Recursion importer handle repeated self-references (#87295) by Billy Zhu · 4 weeks ago
  46. 6237b21 [mlir][vector][NFC] Fix typo temp -> tmp. (#87878) by Prashant Kumar · 4 weeks ago
  47. 25b3239 [mlir] Add `convertInstruction` and `getSupportedInstructions` to `LLVMImportInterface` (#86799) by Fabian Mora · 4 weeks ago
  48. 04a7833 [mlir][linalg]: Fixed possible memory leak in cloneToCollapsedOp (#87595) by Aviad Cohen · 4 weeks ago
  49. 8f34b88 [mlir][Arith] `ValueBoundsOpInterface`: Support `arith.select` (#87870) by Matthias Springer · 4 weeks ago
  50. 045eb6e [mlir][complex] Support fast math flag for complex.sign op (#87148) by Kai Sasaki · 4 weeks ago
  51. af1ecee [mlir][SCF][NFC] `ValueBoundsConstraintSet`: Simplify `scf.for` implementation (#87862) by Matthias Springer · 4 weeks ago
  52. b6a99d7 [mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (#87860) by Matthias Springer · 4 weeks ago
  53. 001b806 [mlir][Arith] Specify evaluation order of `getExpr` (#87859) by Matthias Springer · 4 weeks ago
  54. 20eb704 [mlir][ods] Emit "trivial" ODS getter/setters inline (#87741) by Jeff Niu · 4 weeks ago
  55. 0effb18 [mlir][Vector] Fix n-D vector.extract/insert lowering to LLVM (#87591) by Diego Caballero · 4 weeks ago
  56. bcc7866 [MLIR][LLVM] Remove bitcast pattern from type consistency pass (#87755) by Christian Ulmann · 4 weeks ago
  57. 933ef82 [MLIR][OpenMP] Skip host omp ops when compiling for the target device (#85239) by Jan Leyonberg · 4 weeks ago
  58. dc0be5d [mlir][OpFormatGen][NFC] Change Raw{Operands,Types} arrays to objects (#85631) by Andrei Golubev · 4 weeks ago
  59. c777bf3 Revert "[mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (#85895)" by Mehdi Amini · 4 weeks ago
  60. dcf7521 Revert "[mlir][SCF][NFC] `ValueBoundsConstraintSet`: Simplify `scf.for` implementation (#86239)" by Mehdi Amini · 4 weeks ago
  61. 0094fdf Revert "[mlir][Arith] `ValueBoundsOpInterface`: Support `arith.select` (#86383)" by Mehdi Amini · 4 weeks ago
  62. 293a256 [mlir][arith] Add result pretty printing for constant vscale values (#83565) by Benjamin Maxwell · 4 weeks ago
  63. a993955 [mlir][test] Extend CMake logic for e2e tests by Andrzej Warzynski · 5 weeks ago
  64. cf62e9d Fix a few broken links (#87098) by mlevesquedion · 4 weeks ago
  65. 25f48b9 [MLIR][LLVM] Improve bit- and addrspacecast folders (#87745) by Christian Ulmann · 4 weeks ago
  66. fed002e [MLIR][LLVM][Mem2Reg] Relax type equality requirement for load and store (#87637) by Christian Ulmann · 4 weeks ago
  67. 80fda82 [mlir][Arith] `ValueBoundsOpInterface`: Support `arith.select` (#86383) by Matthias Springer · 4 weeks ago
  68. 592ea54 [mlir][SCF][NFC] `ValueBoundsConstraintSet`: Simplify `scf.for` implementation (#86239) by Matthias Springer · 4 weeks ago
  69. b12f964 [mlir][SCF] `ValueBoundsConstraintSet`: Support `scf.if` (branches) (#85895) by Matthias Springer · 4 weeks ago
  70. 24932ee [mlir][SCF] Modernize `coalesceLoops` method to handle `scf.for` loops with iter_args (#87019) by MaheshRavishankar · 4 weeks ago
  71. 6fa261b [mlir][ods] Fix attribute setter gen when properties are on (#87688) by Jeff Niu · 4 weeks ago
  72. 3cb4b65 [MLIR][CF] Fix cf.switch parsing with result numbers (#87658) by Keyi Zhang · 4 weeks ago
  73. 3e39b23 [mlir] Add `requiresReplacedValues` and `visitReplacedValues` to `PromotableOpInterface` (#86792) by Fabian Mora · 4 weeks ago
  74. a2a6e51 Revert "[mlir][test] Make SME e2e tests require an emulator (#86489)" by Andrzej Warzynski · 4 weeks ago
  75. 6780a5a Revert "[MLIR][LLVM][Mem2Reg] Relax type equality requirement for load and store (#87504)" (#87631) by Christian Ulmann · 5 weeks ago
  76. a6812c7 [mlir][test] Make SME e2e tests require an emulator (#86489) by Andrzej Warzyński · 5 weeks ago
  77. fd3533b [MLIR] Clean up pass options for test-loop-fusion and affine-super-vectorizer-test (#87606) by Philip Lassen · 5 weeks ago
  78. 2e4de73 [MLIR][OpenMP] Add cleanup region to omp.declare_reduction (#87377) by Tom Eccles · 5 weeks ago
  79. 285827e [mlir][OpenMP] map argument to reduction initialization region (#86979) by Tom Eccles · 5 weeks ago
  80. ccb9f20 [mlir][OpenMP][NFC] Use SmallVectorImpl for function arguments (#86978) by Tom Eccles · 5 weeks ago
  81. 6428b37 [mlir][Interfaces][NFC] `ValueBoundsConstraintSet`: Pass stop condition in the constructor (#86099) by Matthias Springer · 5 weeks ago
  82. dc96d6e [mlir][Interfaces][NFC] `ValueBoundsConstraintSet`: Delete dead code (#86098) by Matthias Springer · 5 weeks ago
  83. 2db95e2 [MLIR][LLVM][Mem2Reg] Relax type equality requirement for load and store (#87504) by Christian Ulmann · 5 weeks ago
  84. 3651950 [mlir][linalg] Fix builder API usage in `RegionBuilderHelper` (#87451) by Matthias Springer · 5 weeks ago
  85. f946626 [mlir][vector] Skip 0D vectors in vector linearization. (#87577) by Han-Chung Wang · 5 weeks ago
  86. 5d73eb8 [mlir][vector] Update `castAwayContractionLeadingOneDim` to omit transposes solely on leading unit dims. (#85694) by Kojo Acquah · 5 weeks ago
  87. 6672c11 [mlir][ArmNeon] Updates LowerContractionToSMMLAPattern with vecmat unroll patterns (#86005) by Kojo Acquah · 5 weeks ago
  88. 23b03ce [mlir] Initialize DefaultTimingManager::out. (#87522) by Chenguang Wang · 5 weeks ago
  89. b302736 Updates to 'tosa.reshape' verifier (#87416) by Rafael Ubal · 5 weeks ago
  90. eab9ef3 [mlir][math] Convert math.fpowi to math.powf in case of non constant (#87472) by Prashant Kumar · 5 weeks ago
  91. 7176fd9 [mlir] Enhance TimingManager Printing Flexibility (#85821) by Hsiangkai Wang · 5 weeks ago
  92. 81cb5bf [mlir] Apply ClangTidy findings. by Adrian Kuegel · 5 weeks ago
  93. b26a257 [mlir][EmitC] Fix examples in op descriptions (#87478) by Simon Camphausen · 5 weeks ago
  94. a0d2847 [MLIR] Add endianness accessors to the data layout (#87347) by Christian Ulmann · 5 weeks ago
  95. 10018dd [mlir][EmitC] Add support for pointer and opaque types to subscript op (#86266) by Simon Camphausen · 5 weeks ago
  96. 6cf2be9 [mlir][linalg][bufferize] Fix element-wise access optimization for sparse tensors (#87305) by Matthias Springer · 5 weeks ago
  97. 45da73c [mlir][tosa] Fix tosa-infer-shapes crash (#87234) by Spenser Bauman · 5 weeks ago
  98. 991ab30 [mlir][tensor] Fix tensor::PackOp fold() handling of padding value (#87296) by Han-Chung Wang · 5 weeks ago
  99. ff1cf8b [mlir][inliner] Assert that no external nodes passed to the profitability hook. (#85489) by Slava Zakharin · 5 weeks ago
  100. 8b654a2 [ADT] Add signed and unsigned mulh to APInt (#84719) by Atousa Duprat · 5 weeks ago